Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DTextureUtils.h33 ETC2ImageFormat getEtcFormat(GLenum internalformat);
/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLESTextureUtils.cpp424 ETC2ImageFormat getEtcFormat(GLenum internalformat) { in getEtcFormat() function
637 GLsizei one = etc_get_encoded_data_size(getEtcFormat(internalformat), width, height); in getCompressedImageSize()
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DTextureUtils.cpp118 ETC2ImageFormat getEtcFormat(GLenum internalformat) { in getEtcFormat() function
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Imp.cpp968 getEtcFormat(texData->compressedFormat), in glCompressedTexSubImage2D()