Searched refs:DestroyFence (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
D | api_gen.h | 74 PFN_vkDestroyFence DestroyFence; member
|
D | api_gen.cpp | 172 INIT_PROC(dev, DestroyFence); in InitDispatchTable() 316 VKAPI_ATTR void DestroyFence(VkDevice device, VkFence fence, const VkAllocationCallbacks* pAllocato… 581 { "vkDestroyFence", reinterpret_cast<PFN_vkVoidFunction>(DestroyFence) }, in GetInstanceProcAddr() 754 VKAPI_ATTR void DestroyFence(VkDevice device, VkFence fence, const VkAllocationCallbacks* pAllocato… in DestroyFence() function 755 GetData(device).dispatch.DestroyFence(device, fence, pAllocator); in DestroyFence() 1394 vulkan::api::DestroyFence(device, fence, pAllocator); in vkDestroyFence()
|
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.cpp | 138 …estroyFence", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkDestroyFence>(DestroyFence))},
|
D | null_driver_gen.h | 67 VKAPI_ATTR void DestroyFence(VkDevice device, VkFence fence, const VkAllocationCallbacks* pAllocato…
|
D | null_driver.cpp | 1137 void DestroyFence(VkDevice device, VkFence fence, const VkAllocationCallbacks* allocator) { in DestroyFence() function
|