Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DGLEScontext.h284 GLint* internalformat_out, GLenum* format_out);
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLEScontext.cpp2414 GLint* internalformat_out, GLenum* format_out) { in prepareCoreProfileEmulatedTexture() argument
2453 if (internalformat_out) *internalformat_out = emulatedInternalFormat; in prepareCoreProfileEmulatedTexture()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Imp.cpp1002 GLenum* type, GLint* internalformat_out) { in s_glInitTexImage2D() argument
1024 if (internalformat_out) { in s_glInitTexImage2D()
1025 *internalformat_out = texData->internalFormat; in s_glInitTexImage2D()
3555 GLint* internalformat_out, in sPrepareTexImage2D() argument
3605 *internalformat_out = internalformat; in sPrepareTexImage2D()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmImp.cpp670 GLenum* type, GLint* internalformat_out, in s_glInitTexImage2D() argument
694 if (internalformat_out) { in s_glInitTexImage2D()
695 *internalformat_out = texData->internalFormat; in s_glInitTexImage2D()