Home
last modified time | relevance | path

Searched refs:InitDLO (Results 1 – 6 of 6) sorted by relevance

/RvlSDK-3.2.2/build/demos/gddemo/src/
Dgd-init-gc.c73 GDLObj InitDLO; variable
225 GDInitGDLObj( &InitDLO, DLDescArray[0].ptr, DLDescArray[0].byteLength ); in LoadDLs()
226 GDSetCurrent( &InitDLO ); in LoadDLs()
269 GDSetCurrent(&InitDLO); in DrawInit()
301 GXCallDisplayList(GDGetGDLObjStart(&InitDLO), GDGetGDLObjOffset(&InitDLO)); in DrawTick()
Dgd-init-host.c71 GDLObj InitDLO; variable
95 dlists[0].ptr = GDGetGDLObjStart(&InitDLO); in main()
96 dlists[0].byteLength = GDGetGDLObjOffset(&InitDLO); in main()
Dgd-texture-host.c72 GDLObj InitDLO; variable
107 dlists[0].ptr = GDGetGDLObjStart(&InitDLO); in main()
108 dlists[0].byteLength = GDGetGDLObjOffset(&InitDLO); in main()
Dgd-texture-gc.c99 GDLObj InitDLO; variable
373 GDInitGDLObj( &InitDLO, DLDescArray[0].ptr, DLDescArray[0].byteLength ); in LoadDLs()
374 GDSetCurrent( &InitDLO ); in LoadDLs()
467 GDSetCurrent(&InitDLO); in DrawInit()
548 GXCallDisplayList(GDGetGDLObjStart(&InitDLO), GDGetGDLObjOffset(&InitDLO)); in DrawTick()
Dgd-texture-create.c70 extern GDLObj InitDLO;
159 GDInitGDLObj( &InitDLO, InitStateList, INIT_STATE_SIZE ); in CreateDLs()
160 GDSetCurrent( &InitDLO ); in CreateDLs()
Dgd-init-create.c61 extern GDLObj InitDLO;
113 GDInitGDLObj( &InitDLO, InitStateList, INIT_STATE_SIZE ); in CreateDLs()
114 GDSetCurrent( &InitDLO ); in CreateDLs()