Searched refs:txPtr (Results 1 – 2 of 2) sorted by relevance
66 TCTexture* txPtr = TxHead; in TCVerifyLists() local127 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()
321 TCTexture* txPtr; in TCComputeTplSizes() local342 txPtr = TxHead; in TCComputeTplSizes()343 while( txPtr ) in TCComputeTplSizes()346 txPtr = txPtr->next; in TCComputeTplSizes()