Searched refs:glImportSemaphoreWin32HandleEXT (Results 1 – 15 of 15) sorted by relevance
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles_extensions.entries | 59 void glImportSemaphoreWin32HandleEXT(GLuint semaphore, GLenum handleType, void* handle);
|
D | gles_extensions_for_gles1.entries | 60 void glImportSemaphoreWin32HandleEXT(GLuint semaphore, GLenum handleType, void* handle);
|
D | gles_extensions_for_gles2.entries | 60 void glImportSemaphoreWin32HandleEXT(GLuint semaphore, GLenum handleType, void* handle);
|
D | gles1_stubbed_in_translator_namespace.cpp | 19 GL_APICALL void GL_APIENTRY glImportSemaphoreWin32HandleEXT(GLuint, GLenum, void*) { return; } in glImportSemaphoreWin32HandleEXT() function
|
D | gles1_stubbed_in_translator_namespace.entries | 18 void glImportSemaphoreWin32HandleEXT(GLuint semaphore, GLenum handleType, void* handle);
|
D | gles_extensions_dispatch_logging_wrappers.impl | 210 …DISPATCH_DEBUG_LOG("glImportSemaphoreWin32HandleEXT(semaphore:%d, handleType:0x%X, handle:%p)", se…
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles_extensions_for_gles1_static_translator_namespaced_header.h | 49 GL_APICALL void GL_APIENTRY glImportSemaphoreWin32HandleEXT(GLuint semaphore, GLenum handleType, vo…
|
D | gles_extensions_for_gles2_static_translator_namespaced_header.h | 49 GL_APICALL void GL_APIENTRY glImportSemaphoreWin32HandleEXT(GLuint semaphore, GLenum handleType, vo…
|
D | gles_extensions_functions.h | 49 …X(void, glImportSemaphoreWin32HandleEXT, (GLuint semaphore, GLenum handleType, void* handle), (sem…
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv2Imp.cpp | 207 GL_APICALL void GL_APIENTRY glImportSemaphoreWin32HandleEXT(GLuint semaphore, GLenum handleType, vo… 325 …(__translatorMustCastToProperFunctionPointerType)GLES2_NAMESPACED(glImportSemaphoreWin32HandleEXT); in getProcAddressGles2() 4744 GL_APICALL void GL_APIENTRY glImportSemaphoreWin32HandleEXT(GLuint semaphore, GLenum handleType, vo… in glImportSemaphoreWin32HandleEXT() function 4746 ctx->dispatcher().glImportSemaphoreWin32HandleEXT(semaphore, handleType, handle); in glImportSemaphoreWin32HandleEXT()
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 411 …X(void, glImportSemaphoreWin32HandleEXT, (GLuint semaphore, GLenum handleType, void* handle), (sem…
|
/hardware/google/gfxstream/include/GLES2/ |
D | gl2ext.h | 1774 GL_APICALL void GL_APIENTRY glImportSemaphoreWin32HandleEXT (GLuint semaphore, GLenum handleType, v…
|
/hardware/google/gfxstream/common/opengl/include/GLES2/ |
D | gl2ext.h | 1800 GL_APICALL void GL_APIENTRY glImportSemaphoreWin32HandleEXT (GLuint semaphore, GLenum handleType, v…
|
/hardware/google/gfxstream/guest/mesa/include/GLES2/ |
D | gl2ext.h | 1850 GL_APICALL void GL_APIENTRY glImportSemaphoreWin32HandleEXT (GLuint semaphore, GLenum handleType, v…
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | glext.h | 8121 GLAPI void APIENTRY glImportSemaphoreWin32HandleEXT (GLuint semaphore, GLenum handleType, void *han…
|