Searched defs:DestroyBufferView (Results 1 - 3 of 3) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
H A D | api_gen.h | 103 PFN_vkDestroyBufferView DestroyBufferView; member in struct:vulkan::api::DeviceDispatchTable
|
H A D | api_gen.cpp | 233 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 D | null_driver.cpp | 1263 void DestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks* allocator) { function in namespace:null_driver
|
Completed in 38 milliseconds