Home
last modified time | relevance | path

Searched refs:DestroyFence (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/vulkan/libvulkan/
Dapi_gen.h74 PFN_vkDestroyFence DestroyFence; member
Dapi_gen.cpp172 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/
Dnull_driver_gen.cpp138 …estroyFence", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkDestroyFence>(DestroyFence))},
Dnull_driver_gen.h67 VKAPI_ATTR void DestroyFence(VkDevice device, VkFence fence, const VkAllocationCallbacks* pAllocato…
Dnull_driver.cpp1137 void DestroyFence(VkDevice device, VkFence fence, const VkAllocationCallbacks* allocator) { in DestroyFence() function