| /RvlSDK-3.2.2/build/libraries/tc/include/ |
| D | TCImageList.h | 83 u32 wrapT; // wrap mode in T axis member 110 void TCSetImageWrap ( TCImage* im, u32 wrapS, u32 wrapT );
|
| /RvlSDK-3.2.2/build/libraries/tc/src/ |
| D | TCScriptFile.cpp | 310 u32 wrapS = 0, wrapT = 0; in TCProcessImKey() local 458 wrapT = TPL_WRAP_MODE_REPEAT; in TCProcessImKey() 460 wrapT = TPL_WRAP_MODE_CLAMP; in TCProcessImKey() 462 wrapT = TPL_WRAP_MODE_MIRROR; in TCProcessImKey() 470 wrapT = TPL_WRAP_MODE_NONE; in TCProcessImKey() 483 TCSetImageWrap( newIm, wrapS, wrapT ); in TCProcessImKey()
|
| D | TCImageList.cpp | 197 void TCSetImageWrap ( TCImage* im, u32 wrapS, u32 wrapT ) in TCSetImageWrap() argument 204 im->wrapT = wrapT; in TCSetImageWrap()
|
| D | TCTPLToolbox.cpp | 554 imgPtr->wrapT == TPL_WRAP_MODE_NONE ) in TCWriteTplFile() 559 imgPtr->wrapS = imgPtr->wrapT = TCSetFilterModeByDim( imgPtr ); in TCWriteTplFile() 571 if( imgPtr->wrapT != TPL_WRAP_MODE_CLAMP && in TCWriteTplFile() 584 total += TCWriteTplValue( fp, total, (void*)&imgPtr->wrapT, 4 ); in TCWriteTplFile()
|
| /RvlSDK-3.2.2/build/tools/TexConv/sample/ |
| D | sample.tcs | 116 ; override default wrapS and wrapT mode in image 14 and 15 117 … ; default is wrapS=wrapT=GX_REPEAT if both dimensions are power of two 118 ; otherwise, wrapS=wrapT=GX_CLAMP 119 image 14 = 2, x, CMPR, GX_REPEAT, GX_CLAMP ; set wrapS to repeat and set wrapT to cla… 120 image 15 = 2, x, CMPR, 0, 7, 0, GX_CLAMP, GX_MIRROR ; set wrapS to clamp and set wrapT to mirr…
|
| /RvlSDK-3.2.2/include/revolution/ |
| D | tpl.h | 73 GXTexWrapMode wrapT; member
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/Texture/ |
| D | tex-fmt-tpl.c | 454 tdp->textureHeader->wrapT, // t in GetTplTexture() 475 tdp->textureHeader->wrapT, // t in GetTplTexture() 496 OSReport("Wrap_t = %s\n", TxWrapStr[tdp->textureHeader->wrapT]); in GetTplTexture()
|
| D | tex-preload.c | 368 tdp->textureHeader->wrapT, // t in TexInit() 403 tdp->textureHeader->wrapT, // t in TexInit()
|
| D | tex-mix-mode.c | 220 tdp->textureHeader->wrapT, // t in DrawInit()
|
| D | tex-invalid.c | 215 tdp->textureHeader->wrapT, // t in DrawInit()
|
| D | tex-filter.c | 311 tdp->textureHeader->wrapT, // t in DrawTick()
|
| D | tex-lod.c | 297 tdp->textureHeader->wrapT, // t in DrawTick()
|
| D | tex-tc-alloc.c | 267 tdp->textureHeader->wrapT, // t in DrawInit()
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/Tev/ |
| D | tev-ztex.c | 470 tdp->textureHeader->wrapT = GX_CLAMP; in MyTexInit() 503 tdp->textureHeader->wrapT, in MyTexInit()
|
| D | tev-one-op.c | 379 tdp->textureHeader->wrapT, // t in DrawInit()
|
| D | tev-multi.c | 250 tdp->textureHeader->wrapT, // t in DrawInit()
|
| /RvlSDK-3.2.2/include/revolution/gx/ |
| D | GXGet.h | 192 GXTexWrapMode* wrapT,
|
| /RvlSDK-3.2.2/build/demos/cxdemo/src/ |
| D | cx_uncompress.c | 409 tdp->textureHeader->wrapT, in DrawTick()
|
| D | cx_uncompress_stream.c | 504 tdp->textureHeader->wrapT, in DrawTick()
|
| /RvlSDK-3.2.2/build/demos/cntdemo/src/ |
| D | strapcntdemo.c | 329 tdp->textureHeader->wrapT, // t in GetTplTexture()
|