Home
last modified time | relevance | path

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

/frameworks/native/vulkan/libvulkan/
Dapi_gen.h86 PFN_vkDestroyFence DestroyFence; member
Dapi_gen.cpp216 INIT_PROC(true, dev, DestroyFence); in InitDispatchTable()
381 VKAPI_ATTR void DestroyFence(VkDevice device, VkFence fence, const VkAllocationCallbacks* pAllocato…
725 { "vkDestroyFence", reinterpret_cast<PFN_vkVoidFunction>(DestroyFence) }, in GetInstanceProcAddr()
912 VKAPI_ATTR void DestroyFence(VkDevice device, VkFence fence, const VkAllocationCallbacks* pAllocato… in DestroyFence() function
913 GetData(device).dispatch.DestroyFence(device, fence, pAllocator); in DestroyFence()
1684 vulkan::api::DestroyFence(device, fence, pAllocator); in vkDestroyFence()
/frameworks/native/vulkan/nulldrv/
Dnull_driver_gen.cpp147 …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.cpp1218 void DestroyFence(VkDevice device, VkFence fence, const VkAllocationCallbacks* allocator) { in DestroyFence() function
/frameworks/base/libs/hwui/renderthread/
DVulkanManager.cpp340 GET_DEV_PROC(DestroyFence); in setupDevice()