Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLESTextureUtils.h89 bool isRgtcFormat(GLenum internalformat);
DGLESTextureUtils.cpp485 bool isRgtcFormat(GLenum internalformat) { in isRgtcFormat() function
648 …if (isBptcFormat(internalformat) || isS3tcFormat(internalformat) || isRgtcFormat(internalformat)) { in getCompressedImageSize()
/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DTextureUtils.h41 bool isRgtcFormat(GLenum internalformat);
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DTextureUtils.cpp554 } else if (isRgtcFormat(internalformat)) { in doCompressedTexImage2D()
865 bool isRgtcFormat(GLenum format) { in isRgtcFormat() function
906 } else if (isRgtcFormat(internalformat)) { in shouldPassthroughCompressedFormat()