Searched defs:semaphore (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/vulkan/libvulkan/
H A Ddriver_gen.cpp58 VKAPI_ATTR VkResult checkedAcquireNextImageKHR(VkDevice device, VkSwapchainKHR swapchain, uint64_t timeout, VkSemaphore semaphore, VkFence fence, uint32_t* pImageIndex) { argument
60 return AcquireNextImageKHR(device, swapchain, timeout, semaphore, fence, pImageIndex);
H A Dswapchain.cpp765 VkSemaphore semaphore,
815 device, swapchain.images[idx].image, fence_clone, semaphore, vk_fence);
762 AcquireNextImageKHR(VkDevice device, VkSwapchainKHR swapchain_handle, uint64_t timeout, VkSemaphore semaphore, VkFence vk_fence, uint32_t* image_index) argument
H A Dapi_gen.cpp321 VKAPI_ATTR void DestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocationCallbacks* pAllocator);
425 VKAPI_ATTR VkResult AcquireNextImageKHR(VkDevice device, VkSwapchainKHR swapchain, uint64_t timeout, VkSemaphore semaphore, VkFence fence, uint32_t* pImageIndex);
774 VKAPI_ATTR void DestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocationCallbacks* pAllocator) { argument
775 GetData(device).dispatch.DestroySemaphore(device, semaphore, pAllocator);
1190 VKAPI_ATTR VkResult AcquireNextImageKHR(VkDevice device, VkSwapchainKHR swapchain, uint64_t timeout, VkSemaphore semaphore, VkFence fence, uint32_t* pImageIndex) { argument
1191 return GetData(device).dispatch.AcquireNextImageKHR(device, swapchain, timeout, semaphore, fence, pImageIndex);
1418 VKAPI_ATTR void vkDestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocationCallbacks* pAllocator) { argument
1419 vulkan::api::DestroySemaphore(device, semaphore, pAllocator);
1938 VKAPI_ATTR VkResult vkAcquireNextImageKHR(VkDevice device, VkSwapchainKHR swapchain, uint64_t timeout, VkSemaphore semaphore, VkFence fence, uint32_t* pImageIndex) { argument
1939 return vulkan::api::AcquireNextImageKHR(device, swapchain, timeout, semaphore, fenc
[all...]
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver.cpp1042 VkSemaphore* semaphore) {
1043 *semaphore = AllocHandle<VkSemaphore>(device, HandleType::kSemaphore);
1153 void DestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocationCallbacks* allocator) { argument
1039 CreateSemaphore(VkDevice device, const VkSemaphoreCreateInfo*, const VkAllocationCallbacks* , VkSemaphore* semaphore) argument
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 51 milliseconds