Home
last modified time | relevance | path

Searched refs:thisTex (Results 1 – 2 of 2) sorted by relevance

/RvlSDK-2.1/build/libraries/tc/src/
DTCTextureList.cpp60 static void TCSwapTexture ( TCTexture* thisTex, TCTexture* thatTex );
106 TCTexture* thisTex, *nextTex; in TCSortTextureByIndex() local
115 thisTex = TxHead; in TCSortTextureByIndex()
116 while( thisTex->next) in TCSortTextureByIndex()
118 nextTex = thisTex->next; in TCSortTextureByIndex()
120 if( nextTex->index < thisTex->index ) in TCSortTextureByIndex()
123 TCSwapTexture( thisTex, nextTex ); in TCSortTextureByIndex()
125 thisTex = TxHead; in TCSortTextureByIndex()
129 thisTex = thisTex->next; in TCSortTextureByIndex()
136 static void TCSwapTexture( TCTexture* thisTex, TCTexture* thatTex ) in TCSwapTexture() argument
[all …]
DTCTPLToolbox.cpp853 TCTexture* thisTex; in TCSetTplTextureValues() local
866 thisTex = TxHead; in TCSetTplTextureValues()
867 while( thisTex ) in TCSetTplTextureValues()
872 thisImage = TCFindImageByIndex( thisTex->image ); in TCSetTplTextureValues()
873 …(thisImage != NULL), "TCSetTplTextureValues: no matching image for texture %d\n", thisTex->index ); in TCSetTplTextureValues()
877 thisTex->tplImageOffset = imageDescOffset + ( pos * ImageDescSize); in TCSetTplTextureValues()
880 thisTex->tplPaletteOffset = 0; in TCSetTplTextureValues()
881 if( thisTex->palette != TC_UNUSED ) in TCSetTplTextureValues()
883 thisPalette = TCFindPaletteByIndex( thisTex->palette ); in TCSetTplTextureValues()
885 thisTex->tplPaletteOffset = paletteDescOffset + ( pos * PaletteDescSize); in TCSetTplTextureValues()
[all …]