Home
last modified time | relevance | path

Searched refs:footprintType (Results 1 – 1 of 1) sorted by relevance

/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLESTextureUtils.cpp462 #define ASTC_FORMAT(typeName, footprintType, srgbValue) \ in isAstcFormat() argument
517 #define ASTC_FORMAT(typeName, footprintType, srgbValue) \ in getAstcFormatInfo() argument
519 *footprint = footprintType; *srgb = srgbValue; break; \ in getAstcFormatInfo()
575 astc_codec::FootprintType footprintType; in getAstcCompressedSize() local
576 getAstcFormatInfo(internalformat, &footprintType, &srgb); in getAstcCompressedSize()
578 int fpWidth = getAstcFootprintWidth(footprintType); in getAstcCompressedSize()
579 int fpHeight = getAstcFootprintHeight(footprintType); in getAstcCompressedSize()