Home
last modified time | relevance | path

Searched refs:glIsSemaphoreEXT (Results 1 – 15 of 15) sorted by relevance

/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles_extensions.entries62 GLboolean glIsSemaphoreEXT(GLuint semaphore);
Dgles_extensions_for_gles1.entries63 GLboolean glIsSemaphoreEXT(GLuint semaphore);
Dgles_extensions_for_gles2.entries63 GLboolean glIsSemaphoreEXT(GLuint semaphore);
Dgles1_stubbed_in_translator_namespace.cpp22 GL_APICALL GLboolean GL_APIENTRY glIsSemaphoreEXT(GLuint) { return (GLboolean)0; } in glIsSemaphoreEXT() function
Dgles1_stubbed_in_translator_namespace.entries21 GLboolean glIsSemaphoreEXT(GLuint semaphore);
Dgles_extensions_dispatch_logging_wrappers.impl225 DISPATCH_DEBUG_LOG("glIsSemaphoreEXT(semaphore:%d)", semaphore);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles_extensions_for_gles1_static_translator_namespaced_header.h52 GL_APICALL GLboolean GL_APIENTRY glIsSemaphoreEXT(GLuint semaphore);
Dgles_extensions_for_gles2_static_translator_namespaced_header.h52 GL_APICALL GLboolean GL_APIENTRY glIsSemaphoreEXT(GLuint semaphore);
Dgles_extensions_functions.h52 X(GLboolean, glIsSemaphoreEXT, (GLuint semaphore), (semaphore)) \
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Imp.cpp210 GL_APICALL GLboolean glIsSemaphoreEXT(GLuint semaphore);
328 …maphoreEXT"] = (__translatorMustCastToProperFunctionPointerType)GLES2_NAMESPACED(glIsSemaphoreEXT); in getProcAddressGles2()
4759 GL_APICALL GLboolean glIsSemaphoreEXT(GLuint semaphore) { in glIsSemaphoreEXT() function
4761 return ctx->dispatcher().glIsSemaphoreEXT(semaphore); in glIsSemaphoreEXT()
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h414 X(GLboolean, glIsSemaphoreEXT, (GLuint semaphore), (semaphore)) \
/hardware/google/gfxstream/include/GLES2/
Dgl2ext.h1751 GL_APICALL GLboolean GL_APIENTRY glIsSemaphoreEXT (GLuint semaphore);
/hardware/google/gfxstream/common/opengl/include/GLES2/
Dgl2ext.h1777 GL_APICALL GLboolean GL_APIENTRY glIsSemaphoreEXT (GLuint semaphore);
/hardware/google/gfxstream/guest/mesa/include/GLES2/
Dgl2ext.h1827 GL_APICALL GLboolean GL_APIENTRY glIsSemaphoreEXT (GLuint semaphore);
/hardware/google/gfxstream/guest/mesa/include/GL/
Dglext.h8098 GLAPI GLboolean APIENTRY glIsSemaphoreEXT (GLuint semaphore);