Searched refs:InitDLO (Results 1 – 6 of 6) sorted by relevance
| /RvlSDK-2.1/build/demos/gddemo/src/ |
| D | gd-init-gc.c | 70 GDLObj InitDLO; variable 212 GDInitGDLObj( &InitDLO, DLDescArray[0].ptr, DLDescArray[0].byteLength ); in LoadDLs() 213 GDSetCurrent( &InitDLO ); in LoadDLs() 256 GDSetCurrent(&InitDLO); in DrawInit() 288 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 | 96 GDLObj InitDLO; variable 360 GDInitGDLObj( &InitDLO, DLDescArray[0].ptr, DLDescArray[0].byteLength ); in LoadDLs() 361 GDSetCurrent( &InitDLO ); in LoadDLs() 454 GDSetCurrent(&InitDLO); in DrawInit() 535 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()
|