Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/demos/gddemo/src/
Dgd-init-gc.c70 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()
Dgd-init-host.c71 GDLObj InitDLO; variable
95 dlists[0].ptr = GDGetGDLObjStart(&InitDLO); in main()
96 dlists[0].byteLength = GDGetGDLObjOffset(&InitDLO); in main()
Dgd-texture-host.c72 GDLObj InitDLO; variable
107 dlists[0].ptr = GDGetGDLObjStart(&InitDLO); in main()
108 dlists[0].byteLength = GDGetGDLObjOffset(&InitDLO); in main()
Dgd-texture-gc.c96 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()
Dgd-texture-create.c70 extern GDLObj InitDLO;
159 GDInitGDLObj( &InitDLO, InitStateList, INIT_STATE_SIZE ); in CreateDLs()
160 GDSetCurrent( &InitDLO ); in CreateDLs()
Dgd-init-create.c61 extern GDLObj InitDLO;
113 GDInitGDLObj( &InitDLO, InitStateList, INIT_STATE_SIZE ); in CreateDLs()
114 GDSetCurrent( &InitDLO ); in CreateDLs()