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

/frameworks/native/vulkan/nulldrv/
H A Dnull_driver.cpp1251 void DestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks* allocator) { argument
/frameworks/native/vulkan/libvulkan/
H A Dapi_gen.cpp335 VKAPI_ATTR void DestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks* pAllocator);
840 VKAPI_ATTR void DestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks* pAllocator) { argument
841 GetData(device).dispatch.DestroyBufferView(device, bufferView, pAllocator);
1496 VKAPI_ATTR void vkDestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks* pAllocator) { argument
1497 vulkan::api::DestroyBufferView(device, bufferView, pAllocator);

Completed in 42 milliseconds