| /RvlSDK-3.2.2/include/revolution/ |
| D | tpl.h | 37 #define TEXGet TPLGet 109 TPLDescriptorPtr TPLGet ( TPLPalettePtr pal, u32 id );
|
| /RvlSDK-3.2.2/build/demos/nanddemo/src/ |
| D | banner.c | 278 tdpIcons = TPLGet(tplIcons, (u32) 0); in createBannerFile() 286 tdpIcons = TPLGet(tplIcons, (u32)i); in createBannerFile()
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/TexGen/ |
| D | tg-parabolicmap.c | 153 tdp = TPLGet(tpl0, i); in DrawInit() 183 tdp = TPLGet(tpl1, i); in DrawInit()
|
| D | tg-spheremap.c | 160 tdp = TPLGet(tpl0, i); in DrawInit() 190 tdp = TPLGet(tpl1, i); in DrawInit()
|
| D | tg-project.c | 197 tdp = TPLGet(tpl, 0); in DrawInit() 511 tdp = TPLGet(tpl, CurrentTexture); in AnimTick()
|
| D | tg-dual.c | 185 tdp = TPLGet(MyTplObj, i); in DrawInit()
|
| D | tg-clr-persp.c | 731 tdp = TPLGet(tpl, i); in DrawInit()
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/Texture/ |
| D | tex-2-tex.c | 227 temp = TPLGet(tpl, i); in DrawTick() 240 temp = TPLGet(tpl, j + 7); in DrawTick()
|
| D | tex-invalid.c | 190 tdp = TPLGet(MyTplObj, i); in DrawInit() 195 tdp = TPLGet(MyTplObj, 0); in DrawInit()
|
| D | tex-wrap.c | 196 tdp = TPLGet(MyTplObj, sc->texNumber); in DrawTick()
|
| D | tex-mix-mode.c | 208 tdp = TPLGet(MyTplObj, i); in DrawInit()
|
| D | tex-filter.c | 289 tdp = TPLGet(MyTplObj, sc->texNumber); in DrawTick()
|
| D | tex-preload.c | 344 tdp = TPLGet(MyTplObj, i); in TexInit()
|
| D | tex-lod.c | 289 tdp = TPLGet(MyTplObj, sc->texNumber); in DrawTick()
|
| D | tex-fmt-tpl.c | 433 tdp = TPLGet(MyTplObj, num); in GetTplTexture()
|
| D | tex-tc-alloc.c | 255 tdp = TPLGet(MyTplObj, i); in DrawInit()
|
| /RvlSDK-3.2.2/build/demos/gddemo/src/ |
| D | gd-texture-gc.c | 285 tdescp = TPLGet(tplFilePtrs[fn], tplTexNums[i]); in PatchTexPtrs() 479 tdescp = TPLGet( tpls[0], 3 ); in DrawInit()
|
| /RvlSDK-3.2.2/build/demos/cxdemo/src/ |
| D | cx_uncompress.c | 118 #define TPLGet TEXGet macro 400 tdp = TPLGet( sMyTplObj[ i ], sc->texNum[ i ] ); in DrawTick()
|
| D | cx_uncompress_stream.c | 112 #define TPLGet TEXGet macro 495 tdp = TPLGet( sMyTplObj[ i ], sc->texNum[ i ] ); in DrawTick()
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/Lighting/ |
| D | lit-cartoon.c | 176 tdp = TPLGet(MyTplObj, 0); in DrawInit()
|
| /RvlSDK-3.2.2/build/demos/cntdemo/src/ |
| D | strapcntdemo.c | 312 tdp = TPLGet( buffer, num ); in GetTplTexture()
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/Tev/ |
| D | tev-ztex.c | 458 tdp = TPLGet(MyTplObj, i); in MyTexInit()
|
| D | tev-one-op.c | 359 tdp = TPLGet(MyTplObj, i); in DrawInit()
|
| D | tev-multi.c | 241 tdp = TPLGet(MyTplObj, i % n); in DrawInit()
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/DisplayList/ |
| D | DL-tex.c | 652 tdescp = TPLGet(tpl, ftt[i]); in DrawInit()
|