Lines Matching refs:bufferView
335 VKAPI_ATTR void DestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks* pAllocator);
839 VKAPI_ATTR void DestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks* pAllocator) {
840 GetData(device).dispatch.DestroyBufferView(device, bufferView, pAllocator);
1495 VKAPI_ATTR void vkDestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks* pAllocator) {
1496 vulkan::api::DestroyBufferView(device, bufferView, pAllocator);