Searched defs:ResetFences (Results 1 - 3 of 3) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
H A D | api_gen.h | 87 PFN_vkResetFences ResetFences; member in struct:vulkan::api::DeviceDispatchTable
|
H A D | api_gen.cpp | 217 INIT_PROC(true, dev, ResetFences); 382 VKAPI_ATTR VkResult ResetFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences); 781 { "vkResetFences", reinterpret_cast<PFN_vkVoidFunction>(ResetFences) }, 911 VKAPI_ATTR VkResult ResetFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences) { function in namespace:vulkan::api::__anon1925 912 return GetData(device).dispatch.ResetFences(device, fenceCount, pFences); 1684 return vulkan::api::ResetFences(device, fenceCount, pFences);
|
/frameworks/native/vulkan/nulldrv/ |
H A D | null_driver.cpp | 1221 VkResult ResetFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences) { function in namespace:null_driver
|
Completed in 23 milliseconds