Home
last modified time | relevance | path

Searched refs:bufferView (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/vulkan/nulldrv/
Dnull_driver_gen.h85 VKAPI_ATTR void DestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCallb…
Dnull_driver.cpp1263 void DestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks* alloc… in DestroyBufferView() argument
/frameworks/native/vulkan/libvulkan/
Dapi_gen.cpp397 VKAPI_ATTR void DestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCallb…
980 VKAPI_ATTR void DestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCallb… in DestroyBufferView() argument
981 GetData(device).dispatch.DestroyBufferView(device, bufferView, pAllocator); in DestroyBufferView()
1773 VKAPI_ATTR void vkDestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCal… in vkDestroyBufferView() argument
1774 vulkan::api::DestroyBufferView(device, bufferView, pAllocator); in vkDestroyBufferView()