Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLESTextureUtils.h88 bool isS3tcFormat(GLenum internalformat);
DGLESTextureUtils.cpp497 bool isS3tcFormat(GLenum internalformat) { in isS3tcFormat() function
648 …if (isBptcFormat(internalformat) || isS3tcFormat(internalformat) || isRgtcFormat(internalformat)) { in getCompressedImageSize()
/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DTextureUtils.h39 bool isS3tcFormat(GLenum internalformat);
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DTextureUtils.cpp244 bool isS3tcFormat(GLenum internalformat) { in isS3tcFormat() function
904 } else if (isS3tcFormat(internalformat)) { in shouldPassthroughCompressedFormat()