Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/demos/gddemo/src/
Dgd-init-host.c75 GDLObj DrawDLO; variable
98 dlists[1].ptr = GDGetGDLObjStart(&DrawDLO); in main()
99 dlists[1].byteLength = GDGetGDLObjOffset(&DrawDLO); in main()
Dgd-init-gc.c77 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()
Dgd-texture-host.c76 GDLObj DrawDLO; variable
110 dlists[1].ptr = GDGetGDLObjStart(&DrawDLO); in main()
111 dlists[1].byteLength = GDGetGDLObjOffset(&DrawDLO); in main()
Dgd-texture-gc.c103 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()
Dgd-texture-create.c75 extern GDLObj DrawDLO;
253 GDInitGDLObj( &DrawDLO, DrawList, DRAW_SIZE ); in CreateDLs()
254 GDSetCurrent( &DrawDLO ); in CreateDLs()
Dgd-init-create.c66 extern GDLObj DrawDLO;
435 GDInitGDLObj( &DrawDLO, DrawList, DRAW_SIZE ); in CreateDLs()
436 GDSetCurrent( &DrawDLO ); in CreateDLs()