Searched refs:pFences (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/vulkan/libvulkan/
H A Dapi_gen.cpp317 VKAPI_ATTR VkResult ResetFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences);
319 VKAPI_ATTR VkResult WaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout);
758 VKAPI_ATTR VkResult ResetFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences) { argument
759 return GetData(device).dispatch.ResetFences(device, fenceCount, pFences);
766 VKAPI_ATTR VkResult WaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout) { argument
767 return GetData(device).dispatch.WaitForFences(device, fenceCount, pFences, waitAll, timeout);
1398 VKAPI_ATTR VkResult vkResetFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences) { argument
1399 return vulkan::api::ResetFences(device, fenceCount, pFences);
1408 VKAPI_ATTR VkResult vkWaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout) { argument
1409 return vulkan::api::WaitForFences(device, fenceCount, pFences, waitAl
[all...]
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver_gen.h68 VKAPI_ATTR VkResult ResetFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences);
70 VKAPI_ATTR VkResult WaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout);
H A Dnull_driver.cpp1140 VkResult ResetFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences) { argument
1149 VkResult WaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout) { argument
/frameworks/native/vulkan/include/vulkan/
H A Dvulkan.h2270 typedef VkResult (VKAPI_PTR *PFN_vkResetFences)(VkDevice device, uint32_t fenceCount, const VkFence* pFences);
2272 typedef VkResult (VKAPI_PTR *PFN_vkWaitForFences)(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout);
2569 const VkFence* pFences);
2578 const VkFence* pFences,

Completed in 67 milliseconds