Home
last modified time | relevance | path

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

/aosp12/frameworks/native/vulkan/libvulkan/
H A Dapi_gen.cpp411 VKAPI_ATTR void DestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCallb…
1026 VKAPI_ATTR void DestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCallb… in DestroyBufferView() argument
1027 GetData(device).dispatch.DestroyBufferView(device, bufferView, pAllocator); in DestroyBufferView()
1872 VKAPI_ATTR void vkDestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCal… in vkDestroyBufferView() argument
1873 vulkan::api::DestroyBufferView(device, bufferView, pAllocator); in vkDestroyBufferView()
/aosp12/frameworks/native/vulkan/nulldrv/
H A Dnull_driver_gen.h86 VKAPI_ATTR void DestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCallb…
H A Dnull_driver.cpp1271 void DestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks* alloc… in DestroyBufferView() argument