Searched refs:waitAll (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.h | 70 …s(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout…
|
D | null_driver.cpp | 1230 …s(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout… in WaitForFences() argument
|
/frameworks/native/vulkan/libvulkan/ |
D | api_gen.cpp | 384 …s(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout… 924 …s(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout… in WaitForFences() argument 925 return GetData(device).dispatch.WaitForFences(device, fenceCount, pFences, waitAll, timeout); in WaitForFences() 1698 …s(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout… in vkWaitForFences() argument 1699 return vulkan::api::WaitForFences(device, fenceCount, pFences, waitAll, timeout); in vkWaitForFences()
|
/frameworks/native/vulkan/api/ |
D | vulkan.api | 8438 VkBool32 waitAll,
|