Home
last modified time | relevance | path

Searched refs:MyTplObj (Results 1 – 24 of 24) sorted by relevance

/RvlSDK-3.2.2/build/demos/gxdemo/src/Texture/
Dtex-fmt-tpl.c212 static TPLPalettePtr MyTplObj = 0; // texture palette variable
427 if ( num >= MyTplObj->numDescriptors ) in GetTplTexture()
433 tdp = TPLGet(MyTplObj, num); in GetTplTexture()
519 if ( MyTplObj != 0 ) in LoadTplFile()
521 TPLReleasePalette(&MyTplObj); in LoadTplFile()
529 TPLGetPalette(&MyTplObj, strBuffer); in LoadTplFile()
530 TexNumMax = MyTplObj->numDescriptors; in LoadTplFile()
Dtex-wrap.c101 static TPLPalettePtr MyTplObj = NULL; // texture palette variable
149 TPLGetPalette(&MyTplObj, "gxTests/tex-03.tpl"); in DrawInit()
150 TexNumMax = MyTplObj->numDescriptors; in DrawInit()
196 tdp = TPLGet(MyTplObj, sc->texNumber); in DrawTick()
Dtex-invalid.c105 static TPLPalettePtr MyTplObj = NULL; // texture palette variable
183 TPLGetPalette(&MyTplObj, "gxTests/tex-07.tpl"); in DrawInit()
190 tdp = TPLGet(MyTplObj, i); in DrawInit()
195 tdp = TPLGet(MyTplObj, 0); in DrawInit()
Dtex-filter.c172 static TPLPalettePtr MyTplObj = NULL; // texture palette variable
228 TPLGetPalette(&MyTplObj, "gxTests/tex-01.tpl"); in DrawInit()
229 TexNumMax = MyTplObj->numDescriptors; in DrawInit()
289 tdp = TPLGet(MyTplObj, sc->texNumber); in DrawTick()
Dtex-lod.c168 static TPLPalettePtr MyTplObj = NULL; // texture palette variable
225 TPLGetPalette(&MyTplObj, "gxTests/tex-01.tpl"); in DrawInit()
226 TexNumMax = MyTplObj->numDescriptors; in DrawInit()
289 tdp = TPLGet(MyTplObj, sc->texNumber); in DrawTick()
Dtex-mix-mode.c139 static TPLPalettePtr MyTplObj = NULL; // texture palette variable
205 TPLGetPalette(&MyTplObj, "gxTests/tex-07.tpl"); in DrawInit()
208 tdp = TPLGet(MyTplObj, i); in DrawInit()
Dtex-preload.c134 static TPLPalettePtr MyTplObj = NULL; // texture palette variable
341 TPLGetPalette(&MyTplObj, "gxTests/tex-08.tpl"); in TexInit()
344 tdp = TPLGet(MyTplObj, i); in TexInit()
Dtex-tc-alloc.c194 static TPLPalettePtr MyTplObj = NULL; // texture palette variable
252 TPLGetPalette(&MyTplObj, "gxTests/tex-07.tpl"); in DrawInit()
255 tdp = TPLGet(MyTplObj, i); in DrawInit()
/RvlSDK-3.2.2/build/demos/cntdemo/src/
Dstrapcntdemo.c174 static TPLPalettePtr MyTplObj; // texure palette in main() local
182 LoadSIContentData( &MyTplObj, JP ); in main()
192 GetTplTexture( MyTplObj, &SceneCtrl.texture, 0 ); in main()
203 AnimTick( &MyTplObj, &SceneCtrl); in main()
207 MEMFreeToAllocator( &DemoAllocator1, MyTplObj ); in main()
/RvlSDK-3.2.2/build/demos/gxdemo/src/Framebuffer/
Dfrb-gamma.c125 static TPLPalettePtr MyTplObj = NULL; // for TPL file variable
187 TPLGetPalette(&MyTplObj, "gxTests/frb-00.tpl"); in DrawInit()
393 TPLGetGXTexObjFromPalette(MyTplObj, &tx0, 0); // Stripe pattern in DrawGammaTestImg()
394 TPLGetGXTexObjFromPalette(MyTplObj, &tx1, 1); // Reference pattern in DrawGammaTestImg()
479 TPLGetGXTexObjFromPalette(MyTplObj, &tx, 2); // Sample image in DrawSampleImg()
/RvlSDK-3.2.2/build/demos/videmo/src/
Dfrb-vi-gamma.c138 static TPLPalettePtr MyTplObj = NULL; // for TPL file variable
200 TPLGetPalette(&MyTplObj, "gxTests/frb-00.tpl"); in DrawInit()
458 TPLGetGXTexObjFromPalette(MyTplObj, &tx0, 0); // Stripe pattern in DrawGammaTestImg()
459 TPLGetGXTexObjFromPalette(MyTplObj, &tx1, 1); // Reference pattern in DrawGammaTestImg()
544 TPLGetGXTexObjFromPalette(MyTplObj, &tx, 2); // Sample image in DrawSampleImg()
/RvlSDK-3.2.2/build/demos/gxdemo/src/Tev/
Dtev-swap.c113 static TPLPalettePtr MyTplObj = NULL; // for TPL file variable
168 TPLGetPalette(&MyTplObj, "gxTests/tex-02/rgba8_1.tpl"); in DrawInit()
310 TPLGetGXTexObjFromPalette(MyTplObj, &tx, 0); in DrawSampleTex()
Dtev-multi.c176 static TPLPalettePtr MyTplObj = NULL; // texture palette variable
237 TPLGetPalette(&MyTplObj, "gxTests/tev-02.tpl"); in DrawInit()
238 n = MyTplObj->numDescriptors; in DrawInit()
241 tdp = TPLGet(MyTplObj, i % n); in DrawInit()
Dtev-ztex.c157 static TPLPalettePtr MyTplObj = NULL; // texture palette variable
454 TPLGetPalette(&MyTplObj, "gxTests/tev-04.tpl"); in MyTexInit()
458 tdp = TPLGet(MyTplObj, i); in MyTexInit()
Dtev-complex.c311 static TPLPalettePtr MyTplObj = NULL; // texture palette variable
360 TPLGetPalette(&MyTplObj, "gxTests/tev-03.tpl"); in DrawInit()
361 nd = MyTplObj->numDescriptors; in DrawInit()
388 MyTplObj, in DrawInit()
Dtev-one-op.c289 static TPLPalettePtr MyTplObj = NULL; // texture palette variable
356 TPLGetPalette(&MyTplObj, "gxTests/tev-00.tpl"); in DrawInit()
359 tdp = TPLGet(MyTplObj, i); in DrawInit()
/RvlSDK-3.2.2/build/demos/gxdemo/src/Lighting/
Dlit-atn-func.c169 static TPLPalettePtr MyTplObj = 0; // external texture palette variable
256 TPLGetPalette(&MyTplObj, "gxTests/lit-10.tpl"); in DrawInit()
257 TPLGetGXTexObjFromPalette(MyTplObj, &sc->sub[0].texture, 0); in DrawInit()
258 TPLGetGXTexObjFromPalette(MyTplObj, &sc->sub[1].texture, 1); in DrawInit()
Dlit-cartoon.c126 static TPLPalettePtr MyTplObj = 0; // texture palette file variable
175 TPLGetPalette(&MyTplObj, "gxTests/lit-06.tpl"); in DrawInit()
176 tdp = TPLGet(MyTplObj, 0); in DrawInit()
Dlit-tx-alpha.c143 static TPLPalettePtr MyTplObj = NULL; variable
195 TPLGetPalette(&MyTplObj, "gxTextrs.tpl"); in DrawInit()
196 TPLGetGXTexObjFromPalette(MyTplObj, &MyTexObj0, 3); // Water in DrawInit()
197 TPLGetGXTexObjFromPalette(MyTplObj, &MyTexObj1, 6); // Floor board in DrawInit()
/RvlSDK-3.2.2/build/demos/gddemo/src/
Dgd-tev-gc.c155 static TPLPalettePtr MyTplObj = NULL; // texture palette variable
226 TPLGetPalette(&MyTplObj, "gxTests/tev-03.tpl"); in DrawInit()
227 nd = MyTplObj->numDescriptors; in DrawInit()
231 TPLGetGXTexObjFromPalette(MyTplObj, &MyTexObjs[i], i % nd); in DrawInit()
/RvlSDK-3.2.2/build/demos/gxdemo/src/TexGen/
Dtg-dual.c132 static TPLPalettePtr MyTplObj = NULL; variable
182 TPLGetPalette(&MyTplObj, "gxTests/tg-dual.tpl"); in DrawInit()
185 tdp = TPLGet(MyTplObj, i); in DrawInit()
Dtg-shadow.c159 static TPLPalettePtr MyTplObj = NULL; variable
226 TPLGetPalette(&MyTplObj, "gxTextrs.tpl"); in DrawInit()
227 TPLGetGXTexObjFromPalette(MyTplObj, &MyFloorTexObj, 6); in DrawInit()
/RvlSDK-3.2.2/build/demos/gxdemo/src/DisplayList/
DDL-tf-mtx.c87 static TPLPalettePtr MyTplObj = 0; variable
169 TPLGetPalette(&MyTplObj, "gxTests/tf-02.tpl"); in DrawInit()
262 TPLGetGXTexObjFromPalette(MyTplObj, &texObj, 1); in DrawTick()
/RvlSDK-3.2.2/build/demos/gxdemo/src/PixelProc/
Dpix-sub.c165 static TPLPalettePtr MyTplObj = NULL; variable
227 TPLGetPalette(&MyTplObj, "gxTextrs.tpl"); in DrawInit()
228 TPLGetGXTexObjFromPalette(MyTplObj, &MyFloorTexObj, 6); in DrawInit()