Home
last modified time | relevance | path

Searched refs:GDInitGDLObj (Results 1 – 13 of 13) sorted by relevance

/RvlSDK-3.1.4/build/demos/gddemo/src/
Dgd-matrix-create.c98 GDInitGDLObj( &DrawDLOs[0], DrawList, ALT_DRAW_SIZE ); in CreateDLs()
120 GDInitGDLObj( &DrawDLOs[1], DrawList, ALT_DRAW_SIZE ); in CreateDLs()
142 GDInitGDLObj( &DrawDLOs[2], DrawList, ALT_DRAW_SIZE ); in CreateDLs()
164 GDInitGDLObj( &DrawDLOs[3], DrawList, ALT_DRAW_SIZE ); in CreateDLs()
186 GDInitGDLObj( &DrawDLOs[4], DrawList, ALT_DRAW_SIZE ); in CreateDLs()
208 GDInitGDLObj( &DrawDLOs[5], DrawList, ALT_DRAW_SIZE ); in CreateDLs()
Dgd-indtex-create.c83 GDInitGDLObj(&dlObj, dlPtr, EFFECTDL_SIZE_MAX); in CreateEffectDL0()
156 GDInitGDLObj(&dlObj, dlPtr, EFFECTDL_SIZE_MAX); in CreateEffectDL1()
241 GDInitGDLObj(&dlObj, dlPtr, EFFECTDL_SIZE_MAX); in CreateEffectDL2()
339 GDInitGDLObj(&dlObj, dlPtr, EFFECTDL_SIZE_MAX); in CreateEffectDL3()
Dgd-tev-create.c62 GDInitGDLObj(&dlObj, dlPtr, MDL_SIZE_MAX); in CreateModelDL()
145 GDInitGDLObj(&dlObj, dlPtr, SDL_SIZE_MAX); in CreateShader0DL()
234 GDInitGDLObj(&dlObj, dlPtr, SDL_SIZE_MAX); in CreateShader1DL()
348 GDInitGDLObj(&dlObj, dlPtr, SDL_SIZE_MAX); in CreateShader2DL()
485 GDInitGDLObj(&dlObj, dlPtr, SDL_SIZE_MAX); in CreateShader3DL()
Dgd-init-gc.c225 GDInitGDLObj( &InitDLO, DLDescArray[0].ptr, DLDescArray[0].byteLength ); in LoadDLs()
229 GDInitGDLObj( &DrawDLO, DLDescArray[1].ptr, DLDescArray[1].byteLength ); in LoadDLs()
Dgd-texture-create.c159 GDInitGDLObj( &InitDLO, InitStateList, INIT_STATE_SIZE ); in CreateDLs()
253 GDInitGDLObj( &DrawDLO, DrawList, DRAW_SIZE ); in CreateDLs()
Dgd-texture-gc.c373 GDInitGDLObj( &InitDLO, DLDescArray[0].ptr, DLDescArray[0].byteLength ); in LoadDLs()
377 GDInitGDLObj( &DrawDLO, DLDescArray[1].ptr, DLDescArray[1].byteLength ); in LoadDLs()
Dgd-init-create.c113 GDInitGDLObj( &InitDLO, InitStateList, INIT_STATE_SIZE ); in CreateDLs()
435 GDInitGDLObj( &DrawDLO, DrawList, DRAW_SIZE ); in CreateDLs()
Dgd-light-create.c85 GDInitGDLObj(&dlObj, dlPtr, MODELDL_SIZE_MAX); in CreateModelDL()
Dgd-matrix-gc.c258 GDInitGDLObj( &DrawDLOs[i], in LoadDLs()
Dgd-light-gc.c250 GDInitGDLObj(&dlObj, ModelDL, ModelDLSize); in PatchLightStatus()
Dgd-tev-gc.c555 GDInitGDLObj(&gdlObj, mdl->dlPtr, mdl->dlSize); in PatchShaderDLTCScale()
/RvlSDK-3.1.4/build/libraries/gd/src/
DGDBase.c47 void GDInitGDLObj(GDLObj *dl, void *start, u32 length) in GDInitGDLObj() function
/RvlSDK-3.1.4/include/revolution/gd/
DGDBase.h77 void GDInitGDLObj(GDLObj *dl, void *start, u32 length);