Searched refs:ASTC_FORMAT (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gfxstream/guest/OpenglCodecCommon/ |
D | GLESTextureUtils.cpp | 462 #define ASTC_FORMAT(typeName, footprintType, srgbValue) \ in isAstcFormat() macro 465 ASTC_FORMATS_LIST(ASTC_FORMAT) in isAstcFormat() 466 #undef ASTC_FORMAT in isAstcFormat() 517 #define ASTC_FORMAT(typeName, footprintType, srgbValue) \ in getAstcFormatInfo() macro 521 ASTC_FORMATS_LIST(ASTC_FORMAT) in getAstcFormatInfo() 522 #undef ASTC_FORMAT in getAstcFormatInfo()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | TextureUtils.cpp | 107 #define ASTC_FORMAT(typeName, blockWidth, blockHeight, srgbValue) \ in getCompressedFormats() macro 110 ASTC_FORMATS_LIST(ASTC_FORMAT) in getCompressedFormats() 111 #undef ASTC_FORMAT in getCompressedFormats() 156 #define ASTC_FORMAT(typeName, blockWidth, blockHeight, srgbValue) \ in getAstcFormatInfo() macro 160 ASTC_FORMATS_LIST(ASTC_FORMAT) in getAstcFormatInfo() 161 #undef ASTC_FORMAT in getAstcFormatInfo() 187 #define ASTC_FORMAT(typeName, blockWidth, blockHeight, srgbValue) \ in isAstcFormat() macro 190 ASTC_FORMATS_LIST(ASTC_FORMAT) in isAstcFormat() 191 #undef ASTC_FORMAT in isAstcFormat()
|