Lines Matching refs:index
123 …->lyAlpha != NULL), "ImNew: no alpha layer in file %s for image %d\n", dfPtr->name, imPtr->index ); in TCSetImageValues()
170 void TCSetImageIndex ( TCImage* im, u32 index ) in TCSetImageIndex() argument
173 TCAssertMsg( (index != TC_UNUSED), "TCSetImageIndex: invalid image index %d\n", index ); in TCSetImageIndex()
174 TCAssertMsg( (im != NULL), "TCSetImageIndex: NULL image ptr for image %d\n", index ); in TCSetImageIndex()
176 im->index = index; in TCSetImageIndex()
190 …= TC_UNUSED), "TCSetImageLayerAtt: invalid color layer %d for image %d\n", colorLayer, im->index ); in TCSetImageLayerAtt()
236 …TCErrorMsg( "TCSetImageTexelFormat: invalid texel format %d for image %d\n", texelFmt, im->index ); in TCSetImageTexelFormat()
256 TCErrorMsg( "TCSetImageMipMap: invalid LOD range for image %d\n", im->index ); in TCSetImageMipMap()
261 TCErrorMsg( "TCSetImageMipMap: invalid LOD range for image %d\n", im->index ); in TCSetImageMipMap()
267 TCErrorMsg( "TCSetImageMipMap: invalid LOD range for image %d\n", im->index ); in TCSetImageMipMap()
296 if( nextIm->index < thisIm->index ) in TCSortImageByIndex()
354 TCImage* TCFindImageByIndex ( u32 index ) in TCFindImageByIndex() argument
359 if( index == TC_UNUSED ) in TCFindImageByIndex()
365 if( imTmp->index == index ) in TCFindImageByIndex()
372 TCErrorMsg( "TCFindImageByIndex: image %d is not part of image list\n", index ); in TCFindImageByIndex()
402 TCErrorMsg( "TCFindImagePos: image %d is not part of image list\n", im->index ); in TCFindImagePos()