Searched defs:WaitForFences (Results 1 - 3 of 3) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
H A D | api_gen.h | 89 PFN_vkWaitForFences WaitForFences; member in struct:vulkan::api::DeviceDispatchTable
|
H A D | api_gen.cpp | 219 INIT_PROC(true, dev, WaitForFences); 384 VKAPI_ATTR VkResult WaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout); 787 { "vkWaitForFences", reinterpret_cast<PFN_vkVoidFunction>(WaitForFences) }, 919 VKAPI_ATTR VkResult WaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout) { function in namespace:vulkan::api::__anon1925 920 return GetData(device).dispatch.WaitForFences(device, fenceCount, pFences, waitAll, timeout); 1694 return vulkan::api::WaitForFences(device, fenceCount, pFences, waitAll, timeout);
|
/frameworks/native/vulkan/nulldrv/ |
H A D | null_driver.cpp | 1230 VkResult WaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout) { function in namespace:null_driver
|
Completed in 21 milliseconds