Searched refs:semaphores (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/libs/renderengine/skia/ |
D | SkiaVkRenderEngine.h | 43 DestroySemaphoreInfo(VulkanInterface& vulkanInterface, std::vector<VkSemaphore> semaphores) in DestroySemaphoreInfo() argument 44 : mVulkanInterface(vulkanInterface), mSemaphores(std::move(semaphores)) {} in DestroySemaphoreInfo()
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 565 void API_ENTRY(glGenSemaphoresEXT)(GLsizei n, GLuint *semaphores) { 566 CALL_GL_API(glGenSemaphoresEXT, n, semaphores); 568 void API_ENTRY(glDeleteSemaphoresEXT)(GLsizei n, const GLuint *semaphores) { 569 CALL_GL_API(glDeleteSemaphoresEXT, n, semaphores);
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 1719 typedef void (GL_APIENTRYP PFNGLGENSEMAPHORESEXTPROC) (GLsizei n, GLuint *semaphores); 1720 typedef void (GL_APIENTRYP PFNGLDELETESEMAPHORESEXTPROC) (GLsizei n, const GLuint *semaphores); 1727 GL_APICALL void GL_APIENTRY glGenSemaphoresEXT (GLsizei n, GLuint *semaphores); 1728 GL_APICALL void GL_APIENTRY glDeleteSemaphoresEXT (GLsizei n, const GLuint *semaphores);
|
/frameworks/native/opengl/libs/ |
D | entries.in | 161 GL_ENTRY(void, glDeleteSemaphoresEXT, GLsizei n, const GLuint *semaphores) 316 GL_ENTRY(void, glGenSemaphoresEXT, GLsizei n, GLuint *semaphores)
|