Home
last modified time | relevance | path

Searched refs:baseFormatOfInternalFormat (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DGLutils.h86 GLenum baseFormatOfInternalFormat(GLint internalformat);
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLutils.cpp143 GLenum baseFormatOfInternalFormat(GLint internalformat) { in baseFormatOfInternalFormat() function
DGLEScontext.cpp2675 baseFormatOfInternalFormat(readFbInternalFormat), in copyTexImageWithEmulation()
2901 GLint read_format = baseFormatOfInternalFormat(read_iformat); in setupImageBlitForTexture()
2908 baseFormatOfInternalFormat(internalFormat), GL_UNSIGNED_BYTE, 0); in setupImageBlitForTexture()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmImp.cpp784 GLenum format = baseFormatOfInternalFormat((GLint)internalformat); in glCopyTexImage2D()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Imp.cpp1094 GLenum format = baseFormatOfInternalFormat((GLint)internalformat); in glCopyTexImage2D()