Searched refs:DestroyBuffer (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/native/vulkan/libvulkan/ |
H A D | api_gen.h | 104 PFN_vkDestroyBuffer DestroyBuffer; member
|
H A D | api_gen.cpp | 231 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 D | null_driver_gen.cpp | 145 …royBuffer", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkDestroyBuffer>(DestroyBuffer))},
|
H A D | null_driver_gen.h | 84 VKAPI_ATTR void DestroyBuffer(VkDevice device, VkBuffer buffer, const VkAllocationCallbacks* pAlloc…
|
H A D | null_driver.cpp | 861 void DestroyBuffer(VkDevice device, in DestroyBuffer() function
|