Home
last modified time | relevance | path

Searched refs:isEtc2Format (Results 1 – 7 of 7) sorted by relevance

/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLESTextureUtils.h85 bool isEtc2Format(GLenum internalformat);
DGLESTextureUtils.cpp419 bool isEtc2Format(GLenum internalformat) { in isEtc2Format() function
/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DTextureUtils.h37 bool isEtc2Format(GLenum internalformat);
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DTextureUtils.cpp216 bool isEtc2Format(GLenum internalformat) { in isEtc2Format() function
898 if (isEtc2Format(internalformat)) { in shouldPassthroughCompressedFormat()
DGLEScontext.cpp1849 if (isEtc2Format(format)) { in initCapsLocked()
/hardware/google/gfxstream/guest/GLESv2_enc/
DGL2Encoder.cpp3626 if (GLESTextureUtils::isEtc2Format(internalFormat)) { in s_glCompressedTexSubImage2D()
4633 if (GLESTextureUtils::isEtc2Format(internalFormat)) { in s_glCompressedTexSubImage3D()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Imp.cpp965 if (isEtc2Format(texData->compressedFormat)) { in glCompressedTexSubImage2D()