Home
last modified time | relevance | path

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

/RvlSDK-3.1/build/demos/gddemo/src/
Dgd-texture-gc.c290 GDSetCurrOffset(dlOffsets[i]); // set the offset in PatchTexPtrs()
308 GDSetCurrOffset(saveOffset); in PatchTexPtrs()
375 GDSetCurrOffset( DLDescArray[0].byteLength ); in LoadDLs()
379 GDSetCurrOffset( DLDescArray[1].byteLength ); in LoadDLs()
472 GDSetCurrOffset( setArrayOffsets[i] ); in DrawInit()
480 GDSetCurrOffset( tlutAddrOffsets[0] ); in DrawInit()
486 GDSetCurrOffset(length); in DrawInit()
Dgd-init-gc.c227 GDSetCurrOffset( DLDescArray[0].byteLength ); in LoadDLs()
231 GDSetCurrOffset( DLDescArray[1].byteLength ); in LoadDLs()
273 GDSetCurrOffset(setArrayOffsets[i]); in DrawInit()
278 GDSetCurrOffset(length); in DrawInit()
Dgd-light-gc.c256 GDSetCurrOffset(ModelDLPatchList[MODELDL_PATCH_LIGHT0POS]); in PatchLightStatus()
262 GDSetCurrOffset(ModelDLPatchList[MODELDL_PATCH_LIGHT1DIR]); in PatchLightStatus()
Dgd-matrix-gc.c262 GDSetCurrOffset( DLDescArray[i].byteLength ); in LoadDLs()
Dgd-tev-gc.c571 GDSetCurrOffset(mdl->plPtr[plIndex++]); in PatchShaderDLTCScale()
/RvlSDK-3.1/include/revolution/gd/
DGDBase.h97 static inline void GDSetCurrOffset(u32 offset);
195 static inline void GDSetCurrOffset(u32 offset) in GDSetCurrOffset() function