Searched refs:WaitForFences (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
D | api_gen.h | 89 PFN_vkWaitForFences WaitForFences; member
|
D | api_gen.cpp | 219 INIT_PROC(true, dev, WaitForFences); in InitDispatchTable() 384 VKAPI_ATTR VkResult WaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkB… 792 { "vkWaitForFences", reinterpret_cast<PFN_vkVoidFunction>(WaitForFences) }, in GetInstanceProcAddr() 924 VKAPI_ATTR VkResult WaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkB… in WaitForFences() function 925 return GetData(device).dispatch.WaitForFences(device, fenceCount, pFences, waitAll, timeout); in WaitForFences() 1699 return vulkan::api::WaitForFences(device, fenceCount, pFences, waitAll, timeout); in vkWaitForFences()
|
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.cpp | 236 …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 | 1230 VkResult WaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitA… in WaitForFences() function
|
/frameworks/base/libs/hwui/renderthread/ |
D | VulkanManager.cpp | 341 GET_DEV_PROC(WaitForFences); in setupDevice()
|