Searched refs:DestroyBuffer (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
D | api_gen.h | 105 PFN_vkDestroyBuffer DestroyBuffer; member
|
D | api_gen.cpp | 232 INIT_PROC(true, dev, DestroyBuffer); in InitDispatchTable() 446 VKAPI_ATTR void DestroyBuffer(VkDevice device, VkBuffer buffer, const VkAllocationCallbacks* pAlloc… 861 { "vkDestroyBuffer", reinterpret_cast<PFN_vkVoidFunction>(DestroyBuffer) }, in GetInstanceProcAddr() 1134 VKAPI_ATTR void DestroyBuffer(VkDevice device, VkBuffer buffer, const VkAllocationCallbacks* pAlloc… in DestroyBuffer() function 1135 GetData(device).dispatch.DestroyBuffer(device, buffer, pAllocator); in DestroyBuffer() 2127 vulkan::api::DestroyBuffer(device, buffer, pAllocator); in vkDestroyBuffer()
|
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.cpp | 176 …royBuffer", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkDestroyBuffer>(DestroyBuffer))},
|
D | null_driver_gen.h | 84 VKAPI_ATTR void DestroyBuffer(VkDevice device, VkBuffer buffer, const VkAllocationCallbacks* pAlloc…
|
D | null_driver.cpp | 862 void DestroyBuffer(VkDevice device, in DestroyBuffer() function
|