Searched refs:DrawDLO (Results 1 – 6 of 6) sorted by relevance
| /RvlSDK-3.2.2/build/demos/gddemo/src/ |
| D | gd-init-host.c | 75 GDLObj DrawDLO; variable 98 dlists[1].ptr = GDGetGDLObjStart(&DrawDLO); in main() 99 dlists[1].byteLength = GDGetGDLObjOffset(&DrawDLO); in main()
|
| D | gd-init-gc.c | 77 GDLObj DrawDLO; variable 229 GDInitGDLObj( &DrawDLO, DLDescArray[1].ptr, DLDescArray[1].byteLength ); in LoadDLs() 230 GDSetCurrent( &DrawDLO ); in LoadDLs() 308 GXCallDisplayList(GDGetGDLObjStart(&DrawDLO), GDGetGDLObjOffset(&DrawDLO)); in DrawTick()
|
| D | gd-texture-host.c | 76 GDLObj DrawDLO; variable 110 dlists[1].ptr = GDGetGDLObjStart(&DrawDLO); in main() 111 dlists[1].byteLength = GDGetGDLObjOffset(&DrawDLO); in main()
|
| D | gd-texture-gc.c | 103 GDLObj DrawDLO; variable 377 GDInitGDLObj( &DrawDLO, DLDescArray[1].ptr, DLDescArray[1].byteLength ); in LoadDLs() 378 GDSetCurrent( &DrawDLO ); in LoadDLs() 464 &DrawDLO, texAddrOffsets); in DrawInit() 551 GXCallDisplayList(GDGetGDLObjStart(&DrawDLO), GDGetGDLObjOffset(&DrawDLO)); in DrawTick()
|
| D | gd-texture-create.c | 75 extern GDLObj DrawDLO; 253 GDInitGDLObj( &DrawDLO, DrawList, DRAW_SIZE ); in CreateDLs() 254 GDSetCurrent( &DrawDLO ); in CreateDLs()
|
| D | gd-init-create.c | 66 extern GDLObj DrawDLO; 435 GDInitGDLObj( &DrawDLO, DrawList, DRAW_SIZE ); in CreateDLs() 436 GDSetCurrent( &DrawDLO ); in CreateDLs()
|