Searched refs:DestroyFence (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
D | api_gen.h | 89 PFN_vkDestroyFence DestroyFence; member
|
D | api_gen.cpp | 216 INIT_PROC(true, dev, DestroyFence); in InitDispatchTable() 430 VKAPI_ATTR void DestroyFence(VkDevice device, VkFence fence, const VkAllocationCallbacks* pAllocato… 869 { "vkDestroyFence", reinterpret_cast<PFN_vkVoidFunction>(DestroyFence) }, in GetInstanceProcAddr() 1070 VKAPI_ATTR void DestroyFence(VkDevice device, VkFence fence, const VkAllocationCallbacks* pAllocato… in DestroyFence() function 1071 GetData(device).dispatch.DestroyFence(device, fence, pAllocator); in DestroyFence() 2047 vulkan::api::DestroyFence(device, fence, pAllocator); in vkDestroyFence()
|
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.cpp | 183 …estroyFence", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkDestroyFence>(DestroyFence))},
|
D | null_driver_gen.h | 68 VKAPI_ATTR void DestroyFence(VkDevice device, VkFence fence, const VkAllocationCallbacks* pAllocato…
|
D | null_driver.cpp | 1248 void DestroyFence(VkDevice device, VkFence fence, const VkAllocationCallbacks* allocator) { in DestroyFence() function
|
/frameworks/base/libs/hwui/renderthread/ |
D | VulkanManager.cpp | 372 GET_DEV_PROC(DestroyFence); in setupDevice()
|