Home
last modified time | relevance | path

Searched refs:semaphores (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/renderengine/skia/
DSkiaVkRenderEngine.h43 DestroySemaphoreInfo(VulkanInterface& vulkanInterface, std::vector<VkSemaphore> semaphores) in DestroySemaphoreInfo() argument
44 : mVulkanInterface(vulkanInterface), mSemaphores(std::move(semaphores)) {} in DestroySemaphoreInfo()
/frameworks/native/opengl/libs/GLES2/
Dgl2ext_api.in565 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/
Dgl2ext.h1719 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/
Dentries.in161 GL_ENTRY(void, glDeleteSemaphoresEXT, GLsizei n, const GLuint *semaphores)
316 GL_ENTRY(void, glGenSemaphoresEXT, GLsizei n, GLuint *semaphores)