Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/libraries/tc/src/
DTCVerify.cpp71 TCTexture* txPtr = TxHead; in TCVerifyLists() local
132 txPtr = TxHead; in TCVerifyLists()
133 while( txPtr ) in TCVerifyLists()
136 if( (imPtr = TCFindImageByIndex( txPtr->image )) == NULL ) in TCVerifyLists()
138 TCErrorMsg( "TCVerifyLists: no matching image for texture %d\n", txPtr->index); in TCVerifyLists()
143 if( txPtr->palette != TC_UNUSED ) in TCVerifyLists()
145 if( (plPtr = TCFindPaletteByIndex( txPtr->palette )) == NULL ) in TCVerifyLists()
147 TCErrorMsg( "TCVerifyLists: no matching palette for texture %d\n", txPtr->index); in TCVerifyLists()
152 txPtr = txPtr->next; in TCVerifyLists()
DTCTPLToolbox.cpp326 TCTexture* txPtr; in TCComputeTplSizes() local
347 txPtr = TxHead; in TCComputeTplSizes()
348 while( txPtr ) in TCComputeTplSizes()
351 txPtr = txPtr->next; in TCComputeTplSizes()