Home
last modified time | relevance | path

Searched refs:palette (Results 1 – 8 of 8) sorted by relevance

/RvlSDK-3.3/build/libraries/tc/src/
DTCTextureList.cpp91 u32 palette ) in TCSetTextureAttributes() argument
97 tx->palette = palette; in TCSetTextureAttributes()
143 tmpTx.palette = thisTex->palette; in TCSwapTexture()
149 thisTex->palette = thatTex->palette; in TCSwapTexture()
155 thatTex->palette = tmpTx.palette; in TCSwapTexture()
DTCVerify.cpp143 if( txPtr->palette != TC_UNUSED ) in TCVerifyLists()
145 if( (plPtr = TCFindPaletteByIndex( txPtr->palette )) == NULL ) in TCVerifyLists()
DTCTPLToolbox.cpp886 if( thisTex->palette != TC_UNUSED ) in TCSetTplTextureValues()
888 thisPalette = TCFindPaletteByIndex( thisTex->palette ); in TCSetTplTextureValues()
/RvlSDK-3.3/build/demos/videmo/src/
Dbmp.c102 rgbQuad_s* palette; in bmpToYCbCr() local
109 palette = (rgbQuad_s*)(rawData + bi->paletteOff); in bmpToYCbCr()
132 r = palette[paletteNum].red; in bmpToYCbCr()
133 g = palette[paletteNum].green; in bmpToYCbCr()
134 b = palette[paletteNum].blue; in bmpToYCbCr()
139 r = palette[paletteNum].red; in bmpToYCbCr()
140 g = palette[paletteNum].green; in bmpToYCbCr()
141 b = palette[paletteNum].blue; in bmpToYCbCr()
146 r = palette[paletteNum].red; in bmpToYCbCr()
147 g = palette[paletteNum].green; in bmpToYCbCr()
[all …]
/RvlSDK-3.3/build/demos/nanddemo/tpl/
Dyoshi.tcs12 texture 0 = 0, x ; texture 0 uses image 0, no palette
13 texture 1 = 1, x ; texture 0 uses image 0, no palette
14 texture 2 = 2, x ; texture 0 uses image 0, no palette
15 texture 3 = 3, x ; texture 0 uses image 0, no palette
Dwii.tcs6 texture 0 = 0, x ; texture 0 uses image 0, no palette
/RvlSDK-3.3/build/tools/TexConv/sample/
Dsample.tcs49 …kachu_8.tga ; this is an 8-bit color-indexed image with 256 entry 24-bit rgb palette
63 ; and palette IA8 format.
98 ; source file must contain both a color map and a palette.
127 ; if source palette lacks alpha and dest. is RGB5A3,
131 palette 0 = 1, RGB565 ; palette 0 is created from file 1.
141 texture 0 = 0, x ; texture 0 uses image 0, no palette
144 texture 3 = 3, 0 ; texture 3 uses image 3, palette 0
/RvlSDK-3.3/build/libraries/tc/include/
DTCTextureList.h57 u32 palette; member
74 void TCSetTextureAttributes( TCTexture* tx, u32 index, u32 image, u32 palette );