Searched refs:glWaitSemaphoreEXT (Results 1 – 15 of 15) sorted by relevance
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles_extensions.entries | 65 void glWaitSemaphoreEXT(GLuint semaphore, GLuint numBufferBarriers, const GLuint *buffers, GLuint n…
|
D | gles_extensions_for_gles1.entries | 66 void glWaitSemaphoreEXT(GLuint semaphore, GLuint numBufferBarriers, const GLuint *buffers, GLuint n…
|
D | gles_extensions_for_gles2.entries | 66 void glWaitSemaphoreEXT(GLuint semaphore, GLuint numBufferBarriers, const GLuint *buffers, GLuint n…
|
D | gles1_stubbed_in_translator_namespace.cpp | 25 GL_APICALL void GL_APIENTRY glWaitSemaphoreEXT(GLuint, GLuint, const GLuint *, GLuint, const GLuint… in glWaitSemaphoreEXT() function
|
D | gles1_stubbed_in_translator_namespace.entries | 24 void glWaitSemaphoreEXT(GLuint semaphore, GLuint numBufferBarriers, const GLuint *buffers, GLuint n…
|
D | gles_extensions_dispatch_logging_wrappers.impl | 240 …DISPATCH_DEBUG_LOG("glWaitSemaphoreEXT(semaphore:%d, numBufferBarriers:%d, buffers:%p, numTextureB…
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles_extensions_for_gles1_static_translator_namespaced_header.h | 55 GL_APICALL void GL_APIENTRY glWaitSemaphoreEXT(GLuint semaphore, GLuint numBufferBarriers, const GL…
|
D | gles_extensions_for_gles2_static_translator_namespaced_header.h | 55 GL_APICALL void GL_APIENTRY glWaitSemaphoreEXT(GLuint semaphore, GLuint numBufferBarriers, const GL…
|
D | gles_extensions_functions.h | 55 …X(void, glWaitSemaphoreEXT, (GLuint semaphore, GLuint numBufferBarriers, const GLuint * buffers, G…
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv2Imp.cpp | 213 GL_APICALL void GL_APIENTRY glWaitSemaphoreEXT(GLuint semaphore, GLuint numBufferBarriers, const GL… 331 …phoreEXT"] = (__translatorMustCastToProperFunctionPointerType)GLES2_NAMESPACED(glWaitSemaphoreEXT); in getProcAddressGles2() 4774 GL_APICALL void GL_APIENTRY glWaitSemaphoreEXT(GLuint semaphore, GLuint numBufferBarriers, const GL… in glWaitSemaphoreEXT() function 4776 …ctx->dispatcher().glWaitSemaphoreEXT(semaphore, numBufferBarriers, buffers, numTextureBarriers, te… in glWaitSemaphoreEXT()
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 417 …X(void, glWaitSemaphoreEXT, (GLuint semaphore, GLuint numBufferBarriers, const GLuint * buffers, G…
|
/hardware/google/gfxstream/include/GLES2/ |
D | gl2ext.h | 1754 GL_APICALL void GL_APIENTRY glWaitSemaphoreEXT (GLuint semaphore, GLuint numBufferBarriers, const G…
|
/hardware/google/gfxstream/common/opengl/include/GLES2/ |
D | gl2ext.h | 1780 GL_APICALL void GL_APIENTRY glWaitSemaphoreEXT (GLuint semaphore, GLuint numBufferBarriers, const G…
|
/hardware/google/gfxstream/guest/mesa/include/GLES2/ |
D | gl2ext.h | 1830 GL_APICALL void GL_APIENTRY glWaitSemaphoreEXT (GLuint semaphore, GLuint numBufferBarriers, const G…
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | glext.h | 8101 GLAPI void APIENTRY glWaitSemaphoreEXT (GLuint semaphore, GLuint numBufferBarriers, const GLuint *b…
|