Searched refs:DestroyBuffer (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
D | api_gen.h | 101 PFN_vkDestroyBuffer DestroyBuffer; member
|
D | api_gen.cpp | 231 INIT_PROC(true, dev, DestroyBuffer); in InitDispatchTable() 396 VKAPI_ATTR void DestroyBuffer(VkDevice device, VkBuffer buffer, const VkAllocationCallbacks* pAlloc… 717 { "vkDestroyBuffer", reinterpret_cast<PFN_vkVoidFunction>(DestroyBuffer) }, in GetInstanceProcAddr() 972 VKAPI_ATTR void DestroyBuffer(VkDevice device, VkBuffer buffer, const VkAllocationCallbacks* pAlloc… in DestroyBuffer() function 973 GetData(device).dispatch.DestroyBuffer(device, buffer, pAllocator); in DestroyBuffer() 1759 vulkan::api::DestroyBuffer(device, buffer, pAllocator); in vkDestroyBuffer()
|
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.cpp | 138 …royBuffer", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkDestroyBuffer>(DestroyBuffer))},
|
D | null_driver_gen.h | 82 VKAPI_ATTR void DestroyBuffer(VkDevice device, VkBuffer buffer, const VkAllocationCallbacks* pAlloc…
|
D | null_driver.cpp | 861 void DestroyBuffer(VkDevice device, in DestroyBuffer() function
|