Searched refs:glDeleteSemaphoresEXT (Results 1 – 15 of 15) sorted by relevance
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles_extensions.entries | 61 void glDeleteSemaphoresEXT(GLsizei n, const GLuint *semaphores);
|
D | gles_extensions_for_gles1.entries | 62 void glDeleteSemaphoresEXT(GLsizei n, const GLuint *semaphores);
|
D | gles_extensions_for_gles2.entries | 62 void glDeleteSemaphoresEXT(GLsizei n, const GLuint *semaphores);
|
D | gles1_stubbed_in_translator_namespace.cpp | 21 GL_APICALL void GL_APIENTRY glDeleteSemaphoresEXT(GLsizei, const GLuint *) { return; } in glDeleteSemaphoresEXT() function
|
D | gles1_stubbed_in_translator_namespace.entries | 20 void glDeleteSemaphoresEXT(GLsizei n, const GLuint *semaphores);
|
D | gles_extensions_dispatch_logging_wrappers.impl | 220 DISPATCH_DEBUG_LOG("glDeleteSemaphoresEXT(n:%d, semaphores:%p)", n, semaphores);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles_extensions_for_gles1_static_translator_namespaced_header.h | 51 GL_APICALL void GL_APIENTRY glDeleteSemaphoresEXT(GLsizei n, const GLuint * semaphores);
|
D | gles_extensions_for_gles2_static_translator_namespaced_header.h | 51 GL_APICALL void GL_APIENTRY glDeleteSemaphoresEXT(GLsizei n, const GLuint * semaphores);
|
D | gles_extensions_functions.h | 51 X(void, glDeleteSemaphoresEXT, (GLsizei n, const GLuint * semaphores), (n, semaphores)) \
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv2Imp.cpp | 209 GL_APICALL void GL_APIENTRY glDeleteSemaphoresEXT(GLsizei n, const GLuint *semaphores); 327 …esEXT"] = (__translatorMustCastToProperFunctionPointerType)GLES2_NAMESPACED(glDeleteSemaphoresEXT); in getProcAddressGles2() 4754 GL_APICALL void GL_APIENTRY glDeleteSemaphoresEXT(GLsizei n, const GLuint *semaphores) { in glDeleteSemaphoresEXT() function 4756 ctx->dispatcher().glDeleteSemaphoresEXT(n, semaphores); in glDeleteSemaphoresEXT()
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 413 X(void, glDeleteSemaphoresEXT, (GLsizei n, const GLuint * semaphores), (n, semaphores)) \
|
/hardware/google/gfxstream/include/GLES2/ |
D | gl2ext.h | 1750 GL_APICALL void GL_APIENTRY glDeleteSemaphoresEXT (GLsizei n, const GLuint *semaphores);
|
/hardware/google/gfxstream/common/opengl/include/GLES2/ |
D | gl2ext.h | 1776 GL_APICALL void GL_APIENTRY glDeleteSemaphoresEXT (GLsizei n, const GLuint *semaphores);
|
/hardware/google/gfxstream/guest/mesa/include/GLES2/ |
D | gl2ext.h | 1826 GL_APICALL void GL_APIENTRY glDeleteSemaphoresEXT (GLsizei n, const GLuint *semaphores);
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | glext.h | 8097 GLAPI void APIENTRY glDeleteSemaphoresEXT (GLsizei n, const GLuint *semaphores);
|