Home
last modified time | relevance | path

Searched refs:decompressedInternalFormat (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DTextureUtils.h48 GLenum decompressedInternalFormat(GLEScontext* ctx, GLenum compressedFormat);
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DTextureUtils.cpp276 GLenum decompressedInternalFormat(GLEScontext* ctx, GLenum compressedFormat) { in decompressedInternalFormat() function
417 GLint convertedInternalFormat = decompressedInternalFormat(ctx, internalformat); in doCompressedTexImage2D()
556 GLint convertedInternalFormat = decompressedInternalFormat(ctx, internalformat); in doCompressedTexImage2D()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Imp.cpp1020 …hroughCompressedFormat(ctx, internalformat) ? internalformat : decompressedInternalFormat(ctx, int… in s_glInitTexImage2D()