Searched refs:glSignalSemaphoreEXT (Results 1 – 15 of 15) sorted by relevance
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles_extensions.entries | 66 void glSignalSemaphoreEXT(GLuint semaphore, GLuint numBufferBarriers, const GLuint *buffers, GLuint…
|
D | gles_extensions_for_gles1.entries | 67 void glSignalSemaphoreEXT(GLuint semaphore, GLuint numBufferBarriers, const GLuint *buffers, GLuint…
|
D | gles_extensions_for_gles2.entries | 67 void glSignalSemaphoreEXT(GLuint semaphore, GLuint numBufferBarriers, const GLuint *buffers, GLuint…
|
D | gles1_stubbed_in_translator_namespace.cpp | 26 GL_APICALL void GL_APIENTRY glSignalSemaphoreEXT(GLuint, GLuint, const GLuint *, GLuint, const GLui… in glSignalSemaphoreEXT() function
|
D | gles1_stubbed_in_translator_namespace.entries | 25 void glSignalSemaphoreEXT(GLuint semaphore, GLuint numBufferBarriers, const GLuint *buffers, GLuint…
|
D | gles_extensions_dispatch_logging_wrappers.impl | 245 …DISPATCH_DEBUG_LOG("glSignalSemaphoreEXT(semaphore:%d, numBufferBarriers:%d, buffers:%p, numTextur…
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles_extensions_for_gles1_static_translator_namespaced_header.h | 56 GL_APICALL void GL_APIENTRY glSignalSemaphoreEXT(GLuint semaphore, GLuint numBufferBarriers, const …
|
D | gles_extensions_for_gles2_static_translator_namespaced_header.h | 56 GL_APICALL void GL_APIENTRY glSignalSemaphoreEXT(GLuint semaphore, GLuint numBufferBarriers, const …
|
D | gles_extensions_functions.h | 56 …X(void, glSignalSemaphoreEXT, (GLuint semaphore, GLuint numBufferBarriers, const GLuint * buffers,…
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv2Imp.cpp | 214 GL_APICALL void GL_APIENTRY glSignalSemaphoreEXT(GLuint semaphore, GLuint numBufferBarriers, const … 332 …oreEXT"] = (__translatorMustCastToProperFunctionPointerType)GLES2_NAMESPACED(glSignalSemaphoreEXT); in getProcAddressGles2() 4779 GL_APICALL void GL_APIENTRY glSignalSemaphoreEXT(GLuint semaphore, GLuint numBufferBarriers, const … in glSignalSemaphoreEXT() function 4781 …ctx->dispatcher().glSignalSemaphoreEXT(semaphore, numBufferBarriers, buffers, numTextureBarriers, … in glSignalSemaphoreEXT()
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 418 …X(void, glSignalSemaphoreEXT, (GLuint semaphore, GLuint numBufferBarriers, const GLuint * buffers,…
|
/hardware/google/gfxstream/include/GLES2/ |
D | gl2ext.h | 1755 GL_APICALL void GL_APIENTRY glSignalSemaphoreEXT (GLuint semaphore, GLuint numBufferBarriers, const…
|
/hardware/google/gfxstream/common/opengl/include/GLES2/ |
D | gl2ext.h | 1781 GL_APICALL void GL_APIENTRY glSignalSemaphoreEXT (GLuint semaphore, GLuint numBufferBarriers, const…
|
/hardware/google/gfxstream/guest/mesa/include/GLES2/ |
D | gl2ext.h | 1831 GL_APICALL void GL_APIENTRY glSignalSemaphoreEXT (GLuint semaphore, GLuint numBufferBarriers, const…
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | glext.h | 8102 GLAPI void APIENTRY glSignalSemaphoreEXT (GLuint semaphore, GLuint numBufferBarriers, const GLuint …
|