Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/libraries/tc/src/
DTCVerify.cpp66 TCTexture* txPtr = TxHead; in TCVerifyLists() local
127 txPtr = TxHead; in TCVerifyLists()
128 while( txPtr ) in TCVerifyLists()
131 if( (imPtr = TCFindImageByIndex( txPtr->image )) == NULL ) in TCVerifyLists()
133 TCErrorMsg( "TCVerifyLists: no matching image for texture %d\n", txPtr->index); in TCVerifyLists()
138 if( txPtr->palette != TC_UNUSED ) in TCVerifyLists()
140 if( (plPtr = TCFindPaletteByIndex( txPtr->palette )) == NULL ) in TCVerifyLists()
142 TCErrorMsg( "TCVerifyLists: no matching palette for texture %d\n", txPtr->index); in TCVerifyLists()
147 txPtr = txPtr->next; in TCVerifyLists()
DTCTPLToolbox.cpp321 TCTexture* txPtr; in TCComputeTplSizes() local
342 txPtr = TxHead; in TCComputeTplSizes()
343 while( txPtr ) in TCComputeTplSizes()
346 txPtr = txPtr->next; in TCComputeTplSizes()