Searched refs:WaitForFences (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
D | api_gen.h | 77 PFN_vkWaitForFences WaitForFences; member
|
D | api_gen.cpp | 175 INIT_PROC(dev, WaitForFences); in InitDispatchTable() 319 VKAPI_ATTR VkResult WaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkB… 634 { "vkWaitForFences", reinterpret_cast<PFN_vkVoidFunction>(WaitForFences) }, in GetInstanceProcAddr() 766 VKAPI_ATTR VkResult WaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkB… in WaitForFences() function 767 return GetData(device).dispatch.WaitForFences(device, fenceCount, pFences, waitAll, timeout); in WaitForFences() 1409 return vulkan::api::WaitForFences(device, fenceCount, pFences, waitAll, timeout); in vkWaitForFences()
|
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.cpp | 196 …ForFences", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkWaitForFences>(WaitForFences))},
|
D | null_driver_gen.h | 70 VKAPI_ATTR VkResult WaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkB…
|
D | null_driver.cpp | 1149 VkResult WaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitA… in WaitForFences() function
|