Searched refs:InitDLO (Results 1 – 6 of 6) sorted by relevance
| /RvlSDK-3.2.2/build/demos/gddemo/src/ |
| D | gd-init-gc.c | 73 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()
|
| D | gd-init-host.c | 71 GDLObj InitDLO; variable 95 dlists[0].ptr = GDGetGDLObjStart(&InitDLO); in main() 96 dlists[0].byteLength = GDGetGDLObjOffset(&InitDLO); in main()
|
| D | gd-texture-host.c | 72 GDLObj InitDLO; variable 107 dlists[0].ptr = GDGetGDLObjStart(&InitDLO); in main() 108 dlists[0].byteLength = GDGetGDLObjOffset(&InitDLO); in main()
|
| D | gd-texture-gc.c | 99 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()
|
| D | gd-texture-create.c | 70 extern GDLObj InitDLO; 159 GDInitGDLObj( &InitDLO, InitStateList, INIT_STATE_SIZE ); in CreateDLs() 160 GDSetCurrent( &InitDLO ); in CreateDLs()
|
| D | gd-init-create.c | 61 extern GDLObj InitDLO; 113 GDInitGDLObj( &InitDLO, InitStateList, INIT_STATE_SIZE ); in CreateDLs() 114 GDSetCurrent( &InitDLO ); in CreateDLs()
|