Searched defs:waitAll (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/vulkan/nulldrv/
H A Dnull_driver.cpp1149 VkResult WaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout) { argument
/frameworks/native/vulkan/libvulkan/
H A Dapi_gen.cpp319 VKAPI_ATTR VkResult WaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout);
766 VKAPI_ATTR VkResult WaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout) { argument
767 return GetData(device).dispatch.WaitForFences(device, fenceCount, pFences, waitAll, timeout);
1408 VKAPI_ATTR VkResult vkWaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout) { argument
1409 return vulkan::api::WaitForFences(device, fenceCount, pFences, waitAll, timeout);

Completed in 43 milliseconds