Searched refs:bufferView (Results 1 - 4 of 4) sorted by relevance

/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);
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver_gen.h84 VKAPI_ATTR void DestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks* pAllocator);
H A Dnull_driver.cpp1182 void DestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks* allocator) { argument
/frameworks/native/vulkan/include/vulkan/
H A Dvulkan.h2286 typedef void (VKAPI_PTR *PFN_vkDestroyBufferView)(VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks* pAllocator);
2656 VkBufferView bufferView,

Completed in 86 milliseconds