| /RvlSDK-3.2.2/build/libraries/tc/include/ |
| D | TCImageList.h | 82 u32 wrapS; // wrap mode in S 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 440 wrapS = TPL_WRAP_MODE_REPEAT; in TCProcessImKey() 442 wrapS = TPL_WRAP_MODE_CLAMP; in TCProcessImKey() 444 wrapS = TPL_WRAP_MODE_MIRROR; in TCProcessImKey() 452 wrapS = 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 203 im->wrapS = wrapS; in TCSetImageWrap()
|
| D | TCTPLToolbox.cpp | 553 if( imgPtr->wrapS == TPL_WRAP_MODE_NONE || in TCWriteTplFile() 559 imgPtr->wrapS = imgPtr->wrapT = TCSetFilterModeByDim( imgPtr ); in TCWriteTplFile() 566 if( imgPtr->wrapS != TPL_WRAP_MODE_CLAMP && in TCWriteTplFile() 580 total += TCWriteTplValue( fp, total, (void*)&imgPtr->wrapS, 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 | 72 GXTexWrapMode wrapS; member
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/Texture/ |
| D | tex-fmt-tpl.c | 453 tdp->textureHeader->wrapS, // s in GetTplTexture() 474 tdp->textureHeader->wrapS, // s in GetTplTexture() 495 OSReport("Wrap_s = %s\t\t", TxWrapStr[tdp->textureHeader->wrapS]); in GetTplTexture()
|
| D | tex-preload.c | 367 tdp->textureHeader->wrapS, // s in TexInit() 402 tdp->textureHeader->wrapS, // s in TexInit()
|
| D | tex-mix-mode.c | 219 tdp->textureHeader->wrapS, // s in DrawInit()
|
| D | tex-invalid.c | 214 tdp->textureHeader->wrapS, // s in DrawInit()
|
| D | tex-filter.c | 310 tdp->textureHeader->wrapS, // s in DrawTick()
|
| D | tex-lod.c | 296 tdp->textureHeader->wrapS, // s in DrawTick()
|
| D | tex-tc-alloc.c | 266 tdp->textureHeader->wrapS, // s in DrawInit()
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/Tev/ |
| D | tev-ztex.c | 469 tdp->textureHeader->wrapS = GX_REPEAT; in MyTexInit() 502 tdp->textureHeader->wrapS, in MyTexInit()
|
| D | tev-one-op.c | 378 tdp->textureHeader->wrapS, // s in DrawInit()
|
| D | tev-multi.c | 249 tdp->textureHeader->wrapS, // s in DrawInit()
|
| /RvlSDK-3.2.2/include/revolution/gx/ |
| D | GXGet.h | 191 GXTexWrapMode* wrapS,
|
| /RvlSDK-3.2.2/build/demos/cxdemo/src/ |
| D | cx_uncompress.c | 408 tdp->textureHeader->wrapS, in DrawTick()
|
| D | cx_uncompress_stream.c | 503 tdp->textureHeader->wrapS, in DrawTick()
|
| /RvlSDK-3.2.2/build/demos/cntdemo/src/ |
| D | strapcntdemo.c | 328 tdp->textureHeader->wrapS, // s in GetTplTexture()
|