Searched defs:isAstcFormat (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fTextureBorderClampTests.cpp189 if (tcu::isAstcFormat(format))
338 const bool isAstcFormat = tcu::isAstcFormat(compressedFormat); local
339 tcu::TexDecompressionParams decompressionParams ((isAstcFormat) ? (tcu::TexDecompressionParams::ASTCMODE_LDR) : (tcu::TexDecompressionParams::ASTCMODE_LAST));
657 tcu::isAstcFormat(glu::mapGLCompressedTexFormat(m_texFormat)) &&
2069 tcu::isAstcFormat(glu::mapGLCompressedTexFormat(m_texFormat)) &&
/external/deqp/framework/common/
H A DtcuCompressedTexture.cpp49 if (isAstcFormat(format))
87 else if (isAstcFormat(format))
154 bool isAstcFormat (CompressedTexFormat format) function in namespace:tcu
241 else if (isAstcFormat(format))
264 if (isAstcFormat(fmt) && getBlockPixelSize(fmt) == size && isAstcSRGBFormat(fmt) == isSRGB)
2640 if (isAstcFormat(m_format) && m_depth > 1)

Completed in 257 milliseconds