Lines Matching refs:semaphores
1359 void APIENTRY shared_dispatch_stub_1342(GLsizei n, const GLuint *semaphores);
1360 void APIENTRY shared_dispatch_stub_1343(GLsizei n, GLuint *semaphores);
9772 static void APIENTRY noopDeleteSemaphoresEXT(GLsizei n, const GLuint *semaphores)
9774 (void) n; (void) semaphores;
9778 static void APIENTRY noopGenSemaphoresEXT(GLsizei n, GLuint *semaphores)
9780 (void) n; (void) semaphores;
29595 void APIENTRY shared_dispatch_stub_1342(GLsizei n, const GLuint *semaphores)
29599 ((void (APIENTRY *)(GLsizei n, const GLuint *semaphores)) _func)(n, semaphores);
29602 void APIENTRY shared_dispatch_stub_1343(GLsizei n, GLuint *semaphores)
29606 ((void (APIENTRY *)(GLsizei n, GLuint *semaphores)) _func)(n, semaphores);