Searched refs:DestroyBuffer (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
D | api_gen.h | 89 PFN_vkDestroyBuffer DestroyBuffer; member
|
D | api_gen.cpp | 189 INIT_PROC(true, dev, DestroyBuffer); in InitDispatchTable() 333 VKAPI_ATTR void DestroyBuffer(VkDevice device, VkBuffer buffer, const VkAllocationCallbacks* pAlloc… 591 { "vkDestroyBuffer", reinterpret_cast<PFN_vkVoidFunction>(DestroyBuffer) }, in GetInstanceProcAddr() 831 VKAPI_ATTR void DestroyBuffer(VkDevice device, VkBuffer buffer, const VkAllocationCallbacks* pAlloc… in DestroyBuffer() function 832 GetData(device).dispatch.DestroyBuffer(device, buffer, pAllocator); in DestroyBuffer() 1486 vulkan::api::DestroyBuffer(device, buffer, pAllocator); in vkDestroyBuffer()
|
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.cpp | 131 …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 | 849 void DestroyBuffer(VkDevice device, in DestroyBuffer() function
|