Searched defs:DestroyBufferView (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/vulkan/libvulkan/
H A Dapi_gen.h103 PFN_vkDestroyBufferView DestroyBufferView; member in struct:vulkan::api::DeviceDispatchTable
H A Dapi_gen.cpp233 INIT_PROC(true, dev, DestroyBufferView);
398 VKAPI_ATTR void DestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks* pAllocator);
713 { "vkDestroyBufferView", reinterpret_cast<PFN_vkVoidFunction>(DestroyBufferView) },
975 VKAPI_ATTR void DestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks* pAllocator) { function in namespace:vulkan::api::__anon1925
976 GetData(device).dispatch.DestroyBufferView(device, bufferView, pAllocator);
1764 vulkan::api::DestroyBufferView(device, bufferView, pAllocator);
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver.cpp1263 void DestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks* allocator) { function in namespace:null_driver

Completed in 38 milliseconds