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

  /external/vulkan-validation-layers/layers/
unique_objects.cpp 420 VKAPI_ATTR void VKAPI_CALL DestroyRenderPass(VkDevice device, VkRenderPass renderPass, const VkAllocationCallbacks *pAllocator) {
427 dev_data->dispatch_table.DestroyRenderPass(device, renderPass, pAllocator);
    [all...]
core_validation.cpp     [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/build-android/generated/include/
thread_check.h     [all...]
unique_objects_wrappers.h     [all...]
  /frameworks/native/vulkan/libvulkan/
api_gen.h 133 PFN_vkDestroyRenderPass DestroyRenderPass;
api_gen.cpp 263 INIT_PROC(true, dev, DestroyRenderPass);
428 VKAPI_ATTR void DestroyRenderPass(VkDevice device, VkRenderPass renderPass, const VkAllocationCallbacks* pAllocator);
    [all...]
  /frameworks/native/vulkan/nulldrv/
null_driver.cpp     [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/include/vulkan/
vk_layer.h 106 PFN_vkDestroyRenderPass DestroyRenderPass;
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
object_tracker.cpp     [all...]
parameter_validation.cpp     [all...]
core_validation.cpp     [all...]

Completed in 418 milliseconds