Searched refs:footprintType (Results 1 – 1 of 1) sorted by relevance
462 #define ASTC_FORMAT(typeName, footprintType, srgbValue) \ in isAstcFormat() argument517 #define ASTC_FORMAT(typeName, footprintType, srgbValue) \ in getAstcFormatInfo() argument519 *footprint = footprintType; *srgb = srgbValue; break; \ in getAstcFormatInfo()575 astc_codec::FootprintType footprintType; in getAstcCompressedSize() local576 getAstcFormatInfo(internalformat, &footprintType, &srgb); in getAstcCompressedSize()578 int fpWidth = getAstcFootprintWidth(footprintType); in getAstcCompressedSize()579 int fpHeight = getAstcFootprintHeight(footprintType); in getAstcCompressedSize()