Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLESTextureUtils.h87 bool isBptcFormat(GLenum internalformat);
DGLESTextureUtils.cpp473 bool isBptcFormat(GLenum internalformat) { in isBptcFormat() function
604 if (isBptcFormat(internalformat)) { in getCompressedImageBlocksize()
648 …if (isBptcFormat(internalformat) || isS3tcFormat(internalformat) || isRgtcFormat(internalformat)) { in getCompressedImageSize()
/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DTextureUtils.h38 bool isBptcFormat(GLenum internalformat);
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DTextureUtils.cpp233 bool isBptcFormat(GLenum internalformat) { in isBptcFormat() function
902 } else if (isBptcFormat(internalformat)) { in shouldPassthroughCompressedFormat()