Searched refs:WaitForFences (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
D | api_gen.h | 92 PFN_vkWaitForFences WaitForFences; member
|
D | api_gen.cpp | 219 INIT_PROC(true, dev, WaitForFences); in InitDispatchTable() 433 VKAPI_ATTR VkResult WaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkB… 949 { "vkWaitForFences", reinterpret_cast<PFN_vkVoidFunction>(WaitForFences) }, in GetInstanceProcAddr() 1082 VKAPI_ATTR VkResult WaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkB… in WaitForFences() function 1083 return GetData(device).dispatch.WaitForFences(device, fenceCount, pFences, waitAll, timeout); in WaitForFences() 2062 return vulkan::api::WaitForFences(device, fenceCount, pFences, waitAll, timeout); in vkWaitForFences()
|
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.cpp | 288 …ForFences", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkWaitForFences>(WaitForFences))},
|
D | null_driver_gen.h | 71 VKAPI_ATTR VkResult WaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkB…
|
D | null_driver.cpp | 1260 VkResult WaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitA… in WaitForFences() function
|
/frameworks/base/libs/hwui/renderthread/ |
D | VulkanManager.cpp | 384 GET_DEV_PROC(WaitForFences); in setupDevice()
|