Home
last modified time | relevance | path

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

/aosp12/frameworks/native/vulkan/libvulkan/
H A Dapi_gen.h104 PFN_vkDestroyBuffer DestroyBuffer; member
H A Dapi_gen.cpp231 INIT_PROC(true, dev, DestroyBuffer); in InitDispatchTable()
409 VKAPI_ATTR void DestroyBuffer(VkDevice device, VkBuffer buffer, const VkAllocationCallbacks* pAlloc…
752 { "vkDestroyBuffer", reinterpret_cast<PFN_vkVoidFunction>(DestroyBuffer) }, in GetInstanceProcAddr()
1018 VKAPI_ATTR void DestroyBuffer(VkDevice device, VkBuffer buffer, const VkAllocationCallbacks* pAlloc… in DestroyBuffer() function
1019 GetData(device).dispatch.DestroyBuffer(device, buffer, pAllocator); in DestroyBuffer()
1863 vulkan::api::DestroyBuffer(device, buffer, pAllocator); in vkDestroyBuffer()
/aosp12/frameworks/native/vulkan/nulldrv/
H A Dnull_driver_gen.cpp145 …royBuffer", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkDestroyBuffer>(DestroyBuffer))},
H A Dnull_driver_gen.h84 VKAPI_ATTR void DestroyBuffer(VkDevice device, VkBuffer buffer, const VkAllocationCallbacks* pAlloc…
H A Dnull_driver.cpp861 void DestroyBuffer(VkDevice device, in DestroyBuffer() function