Home
last modified time | relevance | path

Searched refs:wrapS (Results 1 – 20 of 20) sorted by relevance

/RvlSDK-3.2.2/build/libraries/tc/include/
DTCImageList.h82 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/
DTCScriptFile.cpp310 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()
DTCImageList.cpp197 void TCSetImageWrap ( TCImage* im, u32 wrapS, u32 wrapT ) in TCSetImageWrap() argument
203 im->wrapS = wrapS; in TCSetImageWrap()
DTCTPLToolbox.cpp553 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/
Dsample.tcs116 ; 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/
Dtpl.h72 GXTexWrapMode wrapS; member
/RvlSDK-3.2.2/build/demos/gxdemo/src/Texture/
Dtex-fmt-tpl.c453 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()
Dtex-preload.c367 tdp->textureHeader->wrapS, // s in TexInit()
402 tdp->textureHeader->wrapS, // s in TexInit()
Dtex-mix-mode.c219 tdp->textureHeader->wrapS, // s in DrawInit()
Dtex-invalid.c214 tdp->textureHeader->wrapS, // s in DrawInit()
Dtex-filter.c310 tdp->textureHeader->wrapS, // s in DrawTick()
Dtex-lod.c296 tdp->textureHeader->wrapS, // s in DrawTick()
Dtex-tc-alloc.c266 tdp->textureHeader->wrapS, // s in DrawInit()
/RvlSDK-3.2.2/build/demos/gxdemo/src/Tev/
Dtev-ztex.c469 tdp->textureHeader->wrapS = GX_REPEAT; in MyTexInit()
502 tdp->textureHeader->wrapS, in MyTexInit()
Dtev-one-op.c378 tdp->textureHeader->wrapS, // s in DrawInit()
Dtev-multi.c249 tdp->textureHeader->wrapS, // s in DrawInit()
/RvlSDK-3.2.2/include/revolution/gx/
DGXGet.h191 GXTexWrapMode* wrapS,
/RvlSDK-3.2.2/build/demos/cxdemo/src/
Dcx_uncompress.c408 tdp->textureHeader->wrapS, in DrawTick()
Dcx_uncompress_stream.c503 tdp->textureHeader->wrapS, in DrawTick()
/RvlSDK-3.2.2/build/demos/cntdemo/src/
Dstrapcntdemo.c328 tdp->textureHeader->wrapS, // s in GetTplTexture()