Searched refs:bufferView (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.h | 85 VKAPI_ATTR void DestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCallb…
|
D | null_driver.cpp | 1263 void DestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks* alloc… in DestroyBufferView() argument
|
/frameworks/native/vulkan/libvulkan/ |
D | api_gen.cpp | 397 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()
|