Home
last modified time | relevance | path

Searched refs:glGetGlobalTexName (Results 1 – 11 of 11) sorted by relevance

/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles_extensions.entries69 GLuint glGetGlobalTexName(GLuint localTexName);
Dgles_extensions_for_gles1.entries70 GLuint glGetGlobalTexName(GLuint localTexName);
Dgles_extensions_for_gles2.entries70 GLuint glGetGlobalTexName(GLuint localTexName);
Dgles1_stubbed_in_translator_namespace.cpp60 GL_APICALL GLuint GL_APIENTRY glGetGlobalTexName(GLuint) { return (GLuint)0; } in glGetGlobalTexName() function
Dgles1_stubbed_in_translator_namespace.entries59 GLuint glGetGlobalTexName(GLuint localTexName);
Dgles_extensions_dispatch_logging_wrappers.impl250 DISPATCH_DEBUG_LOG("glGetGlobalTexName(localTexName:%d)", localTexName);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles_extensions_for_gles1_static_translator_namespaced_header.h57 GL_APICALL GLuint GL_APIENTRY glGetGlobalTexName(GLuint localTexName);
Dgles_extensions_for_gles2_static_translator_namespaced_header.h57 GL_APICALL GLuint GL_APIENTRY glGetGlobalTexName(GLuint localTexName);
Dgles_extensions_functions.h57 X(GLuint, glGetGlobalTexName, (GLuint localTexName), (localTexName)) \
/hardware/google/gfxstream/host/
DFrameBuffer.cpp3778 gtextures[0] = s_gles2.glGetGlobalTexName(textures[0]); in updateYUVTextures()
3779 gtextures[1] = s_gles2.glGetGlobalTexName(textures[1]); in updateYUVTextures()
3781 gtextures[0] = s_gles2.glGetGlobalTexName(textures[0]); in updateYUVTextures()
3782 gtextures[1] = s_gles2.glGetGlobalTexName(textures[1]); in updateYUVTextures()
3783 gtextures[2] = s_gles2.glGetGlobalTexName(textures[2]); in updateYUVTextures()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Imp.cpp217 GL_APICALL GLuint GL_APIENTRY glGetGlobalTexName(GLuint localName);
333 …lTexName"] = (__translatorMustCastToProperFunctionPointerType)GLES2_NAMESPACED(glGetGlobalTexName); in getProcAddressGles2()
737 GL_APICALL GLuint GL_APIENTRY glGetGlobalTexName(GLuint localName) { in glGetGlobalTexName() function