Searched refs:txPtr (Results 1 – 2 of 2) sorted by relevance
71 TCTexture* txPtr = TxHead; in TCVerifyLists() local132 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()
326 TCTexture* txPtr; in TCComputeTplSizes() local347 txPtr = TxHead; in TCComputeTplSizes()348 while( txPtr ) in TCComputeTplSizes()351 txPtr = txPtr->next; in TCComputeTplSizes()