HomeSort by relevance Sort by last modified time
    Searched refs:DestroyBufferView (Results 1 - 11 of 11) sorted by null

  /frameworks/native/vulkan/libvulkan/
api_gen.h 91 PFN_vkDestroyBufferView DestroyBufferView;
api_gen.cpp 189 INIT_PROC(dev, DestroyBufferView);
333 VKAPI_ATTR void DestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks* pAllocator);
    [all...]
  /external/vulkan-validation-layers/include/vulkan/
vk_layer.h 83 PFN_vkDestroyBufferView DestroyBufferView;
  /external/skia/src/gpu/vk/
GrVkInterface.cpp 71 GET_PROC(DestroyBufferView);
  /frameworks/native/vulkan/nulldrv/
null_driver_gen.cpp 131 {"vkDestroyBufferView", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkDestroyBufferView>(DestroyBufferView))},
null_driver_gen.h 84 VKAPI_ATTR void DestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks* pAllocator);
null_driver.cpp     [all...]
  /external/vulkan-validation-layers/loader/
table_ops.h 112 table->DestroyBufferView =
360 if (!strcmp(name, "DestroyBufferView"))
361 return (void *)table->DestroyBufferView;
    [all...]
trampoline.c     [all...]
  /external/vulkan-validation-layers/layers/
parameter_validation.cpp     [all...]
core_validation.cpp     [all...]

Completed in 158 milliseconds