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

/frameworks/native/vulkan/nulldrv/
H A Dnull_driver.cpp1218 VkResult WaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout) { argument
/frameworks/native/vulkan/libvulkan/
H A Dapi_gen.cpp321 VKAPI_ATTR VkResult WaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout);
784 VKAPI_ATTR VkResult WaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout) { argument
785 return GetData(device).dispatch.WaitForFences(device, fenceCount, pFences, waitAll, timeout);
1426 VKAPI_ATTR VkResult vkWaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout) { argument
1427 return vulkan::api::WaitForFences(device, fenceCount, pFences, waitAll, timeout);

Completed in 33 milliseconds