Home
last modified time | relevance | path

Searched refs:semaphore (Results 1 - 6 of 6) sorted by relevance

/interface/sdk_c/third_party/vulkan-headers/vulkan/
H A Dvulkan_ohos.h77 typedef VkResult (VKAPI_PTR *PFN_vkSetNativeFenceFdOpenHarmony)(VkDevice device, int32_t nativeFenceFd, VkSemaphore semaphore, VkFence fence);
85 typedef VkResult (VKAPI_PTR *PFN_vkAcquireImageOHOS)(VkDevice device, VkImage image, int32_t nativeFenceFd, VkSemaphore semaphore, VkFence fence);
96 VkSemaphore semaphore,
120 VkSemaphore semaphore,
H A Dvulkan_core.h3966 typedef void (VKAPI_PTR *PFN_vkDestroySemaphore)(VkDevice device, VkSemaphore semaphore, const VkAllocationCallbacks* pAllocator);
4282 VkSemaphore semaphore,
6366 VkSemaphore semaphore; member
6409 typedef VkResult (VKAPI_PTR *PFN_vkGetSemaphoreCounterValue)(VkDevice device, VkSemaphore semaphore, uint64_t* pValue);
6463 VkSemaphore semaphore,
6954 VkSemaphore semaphore; member
7712 VkSemaphore semaphore; member
7741 typedef VkResult (VKAPI_PTR *PFN_vkAcquireNextImageKHR)(VkDevice device, VkSwapchainKHR swapchain, uint64_t timeout, VkSemaphore semaphore, VkFence fence, uint32_t* pImageIndex);
7770 VkSemaphore semaphore,
9154 VkSemaphore semaphore; member
9163 VkSemaphore semaphore; global() member
[all...]
/interface/sdk_c/third_party/libuv/include/uv/
H A Ddarwin.h28 # include <mach/semaphore.h>
H A Dunix.h40 #include <semaphore.h>
/interface/sdk_c/tee/include/
H A Dtee_client_type.h41 #include <semaphore.h>
/interface/sdk_c/third_party/openGLES/GLES2/
H A Dgl2ext.h1819 typedef GLboolean (GL_APIENTRYP PFNGLISSEMAPHOREEXTPROC) (GLuint semaphore);
1820 typedef void (GL_APIENTRYP PFNGLSEMAPHOREPARAMETERUI64VEXTPROC) (GLuint semaphore, GLenum pname, const GLuint64 *params);
1821 typedef void (GL_APIENTRYP PFNGLGETSEMAPHOREPARAMETERUI64VEXTPROC) (GLuint semaphore, GLenum pname, GLuint64 *params);
1822 typedef void (GL_APIENTRYP PFNGLWAITSEMAPHOREEXTPROC) (GLuint semaphore, GLuint numBufferBarriers, const GLuint *buffers, GLuint numTextureBarriers, const GLuint *textures, const GLenum *srcLayouts);
1823 typedef void (GL_APIENTRYP PFNGLSIGNALSEMAPHOREEXTPROC) (GLuint semaphore, GLuint numBufferBarriers, const GLuint *buffers, GLuint numTextureBarriers, const GLuint *textures, const GLenum *dstLayouts);
1827 GL_APICALL GLboolean GL_APIENTRY glIsSemaphoreEXT (GLuint semaphore);
1828 GL_APICALL void GL_APIENTRY glSemaphoreParameterui64vEXT (GLuint semaphore, GLenum pname, const GLuint64 *params);
1829 GL_APICALL void GL_APIENTRY glGetSemaphoreParameterui64vEXT (GLuint semaphore, GLenum pname, GLuint64 *params);
1830 GL_APICALL void GL_APIENTRY glWaitSemaphoreEXT (GLuint semaphore, GLuint numBufferBarriers, const GLuint *buffers, GLuint numTextureBarriers, const GLuint *textures, const GLenum *srcLayouts);
1831 GL_APICALL void GL_APIENTRY glSignalSemaphoreEXT (GLuint semaphore, GLuin
[all...]

Completed in 66 milliseconds