Home
last modified time | relevance | path

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

/aosp12/frameworks/native/vulkan/libvulkan/
H A Dapi_gen.h106 PFN_vkDestroyBufferView DestroyBufferView; member
H A Dapi_gen.cpp233 INIT_PROC(true, dev, DestroyBufferView); in InitDispatchTable()
411 VKAPI_ATTR void DestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCallb…
753 { "vkDestroyBufferView", reinterpret_cast<PFN_vkVoidFunction>(DestroyBufferView) }, in GetInstanceProcAddr()
1026 VKAPI_ATTR void DestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCallb… in DestroyBufferView() function
1027 GetData(device).dispatch.DestroyBufferView(device, bufferView, pAllocator); in DestroyBufferView()
1873 vulkan::api::DestroyBufferView(device, bufferView, pAllocator); in vkDestroyBufferView()
/aosp12/frameworks/native/vulkan/nulldrv/
H A Dnull_driver_gen.cpp146 …w", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkDestroyBufferView>(DestroyBufferView))},
H A Dnull_driver_gen.h86 VKAPI_ATTR void DestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCallb…
H A Dnull_driver.cpp1271 void DestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks* alloc… in DestroyBufferView() function