| /RvlSDK-3.2.2/build/demos/gxdemo/src/Texture/ |
| D | tex-fmt-tpl.c | 212 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()
|
| D | tex-wrap.c | 101 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()
|
| D | tex-invalid.c | 105 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()
|
| D | tex-filter.c | 172 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()
|
| D | tex-lod.c | 168 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()
|
| D | tex-mix-mode.c | 139 static TPLPalettePtr MyTplObj = NULL; // texture palette variable 205 TPLGetPalette(&MyTplObj, "gxTests/tex-07.tpl"); in DrawInit() 208 tdp = TPLGet(MyTplObj, i); in DrawInit()
|
| D | tex-preload.c | 134 static TPLPalettePtr MyTplObj = NULL; // texture palette variable 341 TPLGetPalette(&MyTplObj, "gxTests/tex-08.tpl"); in TexInit() 344 tdp = TPLGet(MyTplObj, i); in TexInit()
|
| D | tex-tc-alloc.c | 194 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/ |
| D | strapcntdemo.c | 174 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/ |
| D | frb-gamma.c | 125 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/ |
| D | frb-vi-gamma.c | 138 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/ |
| D | tev-swap.c | 113 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()
|
| D | tev-multi.c | 176 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()
|
| D | tev-ztex.c | 157 static TPLPalettePtr MyTplObj = NULL; // texture palette variable 454 TPLGetPalette(&MyTplObj, "gxTests/tev-04.tpl"); in MyTexInit() 458 tdp = TPLGet(MyTplObj, i); in MyTexInit()
|
| D | tev-complex.c | 311 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()
|
| D | tev-one-op.c | 289 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/ |
| D | lit-atn-func.c | 169 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()
|
| D | lit-cartoon.c | 126 static TPLPalettePtr MyTplObj = 0; // texture palette file variable 175 TPLGetPalette(&MyTplObj, "gxTests/lit-06.tpl"); in DrawInit() 176 tdp = TPLGet(MyTplObj, 0); in DrawInit()
|
| D | lit-tx-alpha.c | 143 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/ |
| D | gd-tev-gc.c | 155 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/ |
| D | tg-dual.c | 132 static TPLPalettePtr MyTplObj = NULL; variable 182 TPLGetPalette(&MyTplObj, "gxTests/tg-dual.tpl"); in DrawInit() 185 tdp = TPLGet(MyTplObj, i); in DrawInit()
|
| D | tg-shadow.c | 159 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/ |
| D | DL-tf-mtx.c | 87 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/ |
| D | pix-sub.c | 165 static TPLPalettePtr MyTplObj = NULL; variable 227 TPLGetPalette(&MyTplObj, "gxTextrs.tpl"); in DrawInit() 228 TPLGetGXTexObjFromPalette(MyTplObj, &MyFloorTexObj, 6); in DrawInit()
|