Lines Matching refs:TCImage
118 static void TCCreateNextMipMapLayer( TCImage* srcImage, TCLayer* dstColor,
125 static void TCCheckMipMapConvParams ( TCImage* thisImage );
126 static u32 TCCheckPower2 ( TCImage* thisImage );
127 static u32 TCCheckMipMapReduction ( TCImage* thisImage );
128 static u32 TCCheckMipMapFormats ( TCImage* thisImage );
133 u32 TCWriteTplImageMipMaps ( FILE* fp, TCImage* thisImage ) in TCWriteTplImageMipMaps()
141 TCImage imTmp; in TCWriteTplImageMipMaps()
272 static void TCCreateNextMipMapLayer ( TCImage* srcImage, TCLayer* dstColor, TCLayer* dstAlpha ) … in TCCreateNextMipMapLayer()
380 u32 TCComputeTplMipMapImageBufferSize ( TCImage* thisImage ) in TCComputeTplMipMapImageBufferSize()
409 static void TCCheckMipMapConvParams ( TCImage* thisImage ) in TCCheckMipMapConvParams()
455 static u32 TCCheckPower2( TCImage* thisImage ) in TCCheckPower2()
512 static u32 TCCheckMipMapReduction ( TCImage* thisImage ) in TCCheckMipMapReduction()
541 static u32 TCCheckMipMapFormats( TCImage* thisImage ) in TCCheckMipMapFormats()