Home
last modified time | relevance | path

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

/RvlSDK-2.1/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.c74 GDLObj DrawDLO; variable
216 GDInitGDLObj( &DrawDLO, DLDescArray[1].ptr, DLDescArray[1].byteLength ); in LoadDLs()
217 GDSetCurrent( &DrawDLO ); in LoadDLs()
295 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.c100 GDLObj DrawDLO; variable
364 GDInitGDLObj( &DrawDLO, DLDescArray[1].ptr, DLDescArray[1].byteLength ); in LoadDLs()
365 GDSetCurrent( &DrawDLO ); in LoadDLs()
451 &DrawDLO, texAddrOffsets); in DrawInit()
538 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()