Home
last modified time | relevance | path

Searched defs:isAstcFormat (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLESTextureUtils.cpp460 bool isAstcFormat(GLenum internalformat) { in isAstcFormat() function
/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DTextureUtils.cpp185 bool isAstcFormat(GLenum internalformat) { in isAstcFormat() function
/aosp_15_r20/external/deqp/framework/common/
H A DtcuCompressedTexture.cpp314 bool isAstcFormat(CompressedTexFormat format) in isAstcFormat() function
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fTextureBorderClampTests.cpp341 const bool isAstcFormat = tcu::isAstcFormat(compressedFormat); in genDefaultTexture() local