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

/frameworks/native/vulkan/libvulkan/
H A Dapi_gen.h91 PFN_vkDestroyBufferView DestroyBufferView; member in struct:vulkan::api::DeviceDispatchTable
H A Dapi_gen.cpp189 INIT_PROC(dev, DestroyBufferView);
333 VKAPI_ATTR void DestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks* pAllocator);
575 { "vkDestroyBufferView", reinterpret_cast<PFN_vkVoidFunction>(DestroyBufferView) },
822 VKAPI_ATTR void DestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks* pAllocator) { function in namespace:vulkan::api::__anon1598
823 GetData(device).dispatch.DestroyBufferView(device, bufferView, pAllocator);
1479 vulkan::api::DestroyBufferView(device, bufferView, pAllocator);
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver.cpp1182 void DestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks* allocator) { function in namespace:null_driver

Completed in 53 milliseconds