Searched defs:bufferView (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/vulkan/nulldrv/
H A Dnull_driver.cpp1182 void DestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks* allocator) { argument
/frameworks/native/vulkan/libvulkan/
H A Dapi_gen.cpp333 VKAPI_ATTR void DestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks* pAllocator);
822 VKAPI_ATTR void DestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks* pAllocator) { argument
823 GetData(device).dispatch.DestroyBufferView(device, bufferView, pAllocator);
1478 VKAPI_ATTR void vkDestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks* pAllocator) { argument
1479 vulkan::api::DestroyBufferView(device, bufferView, pAllocator);

Completed in 66 milliseconds