Searched refs:glGenSemaphoresEXT (Results 1 – 15 of 15) sorted by relevance
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles_extensions.entries | 60 void glGenSemaphoresEXT(GLsizei n, GLuint *semaphores);
|
D | gles_extensions_for_gles1.entries | 61 void glGenSemaphoresEXT(GLsizei n, GLuint *semaphores);
|
D | gles_extensions_for_gles2.entries | 61 void glGenSemaphoresEXT(GLsizei n, GLuint *semaphores);
|
D | gles1_stubbed_in_translator_namespace.cpp | 20 GL_APICALL void GL_APIENTRY glGenSemaphoresEXT(GLsizei, GLuint *) { return; } in glGenSemaphoresEXT() function
|
D | gles1_stubbed_in_translator_namespace.entries | 19 void glGenSemaphoresEXT(GLsizei n, GLuint *semaphores);
|
D | gles_extensions_dispatch_logging_wrappers.impl | 215 DISPATCH_DEBUG_LOG("glGenSemaphoresEXT(n:%d, semaphores:%p)", n, semaphores);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles_extensions_for_gles1_static_translator_namespaced_header.h | 50 GL_APICALL void GL_APIENTRY glGenSemaphoresEXT(GLsizei n, GLuint * semaphores);
|
D | gles_extensions_for_gles2_static_translator_namespaced_header.h | 50 GL_APICALL void GL_APIENTRY glGenSemaphoresEXT(GLsizei n, GLuint * semaphores);
|
D | gles_extensions_functions.h | 50 X(void, glGenSemaphoresEXT, (GLsizei n, GLuint * semaphores), (n, semaphores)) \
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv2Imp.cpp | 208 GL_APICALL void GL_APIENTRY glGenSemaphoresEXT(GLsizei n, GLuint *semaphores); 326 …horesEXT"] = (__translatorMustCastToProperFunctionPointerType)GLES2_NAMESPACED(glGenSemaphoresEXT); in getProcAddressGles2() 4749 GL_APICALL void GL_APIENTRY glGenSemaphoresEXT(GLsizei n, GLuint *semaphores) { in glGenSemaphoresEXT() function 4751 ctx->dispatcher().glGenSemaphoresEXT(n, semaphores); in glGenSemaphoresEXT()
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 412 X(void, glGenSemaphoresEXT, (GLsizei n, GLuint * semaphores), (n, semaphores)) \
|
/hardware/google/gfxstream/include/GLES2/ |
D | gl2ext.h | 1749 GL_APICALL void GL_APIENTRY glGenSemaphoresEXT (GLsizei n, GLuint *semaphores);
|
/hardware/google/gfxstream/common/opengl/include/GLES2/ |
D | gl2ext.h | 1775 GL_APICALL void GL_APIENTRY glGenSemaphoresEXT (GLsizei n, GLuint *semaphores);
|
/hardware/google/gfxstream/guest/mesa/include/GLES2/ |
D | gl2ext.h | 1825 GL_APICALL void GL_APIENTRY glGenSemaphoresEXT (GLsizei n, GLuint *semaphores);
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | glext.h | 8096 GLAPI void APIENTRY glGenSemaphoresEXT (GLsizei n, GLuint *semaphores);
|