Searched refs:DestroyFence (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
D | api_gen.h | 86 PFN_vkDestroyFence DestroyFence; member
|
D | api_gen.cpp | 216 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/ |
D | null_driver_gen.cpp | 147 …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 | 1218 void DestroyFence(VkDevice device, VkFence fence, const VkAllocationCallbacks* allocator) { in DestroyFence() function
|
/frameworks/base/libs/hwui/renderthread/ |
D | VulkanManager.cpp | 340 GET_DEV_PROC(DestroyFence); in setupDevice()
|