Home
last modified time | relevance | path

Searched refs:DestroyDebugReportCallbackEXT (Results 1 – 15 of 15) sorted by relevance

/third_party/flutter/engine/flutter/vulkan/
Dvulkan_debug_report.cc199 !vk.DestroyDebugReportCallbackEXT) { in VulkanDebugReport()
225 vk.DestroyDebugReportCallbackEXT(application_, handle, nullptr); in VulkanDebugReport()
Dvulkan_proc_table.h80 DEFINE_PROC(DestroyDebugReportCallbackEXT);
206 DEFINE_PROC(DestroyDebugReportCallbackEXT);
Dvulkan_proc_table.cc142 ACQUIRE_PROC(DestroyDebugReportCallbackEXT, handle); in SetupInstanceProcAddresses()
/third_party/vulkan-loader/loader/
Ddebug_utils.c407 inst->disp->layer_inst_disp.DestroyDebugReportCallbackEXT(inst->instance, callback, pAllocator); in debug_utils_DestroyDebugReportCallbackEXT()
483 if (NULL == icd_term->dispatch.DestroyDebugReportCallbackEXT) { in terminator_CreateDebugReportCallbackEXT()
488 …icd_term->dispatch.DestroyDebugReportCallbackEXT(icd_term->instance, icd_info[storage_idx], pAlloc… in terminator_CreateDebugReportCallbackEXT()
510 if (NULL == icd_term->dispatch.DestroyDebugReportCallbackEXT) { in terminator_DestroyDebugReportCallbackEXT()
515 …icd_term->dispatch.DestroyDebugReportCallbackEXT(icd_term->instance, icd_info[storage_idx], pAlloc… in terminator_DestroyDebugReportCallbackEXT()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DBackendVk.cpp39 mFunctions.DestroyDebugReportCallbackEXT(mInstance, mDebugReportCallback, nullptr); in ~Backend()
DVulkanFunctions.cpp69 GET_INSTANCE_PROC(DestroyDebugReportCallbackEXT); in LoadInstanceProcs()
DVulkanFunctions.h73 PFN_vkDestroyDebugReportCallbackEXT DestroyDebugReportCallbackEXT = nullptr; member
/third_party/vulkan-loader/loader/generated/
Dvk_loader_extensions.h354 PFN_vkDestroyDebugReportCallbackEXT DestroyDebugReportCallbackEXT; member
Dvk_layer_dispatch_table.h173 PFN_vkDestroyDebugReportCallbackEXT DestroyDebugReportCallbackEXT; member
Dvk_loader_extensions.c202 LOOKUP_GIPA(DestroyDebugReportCallbackEXT, false); in loader_icd_init_entries()
1287 …table->DestroyDebugReportCallbackEXT = (PFN_vkDestroyDebugReportCallbackEXT)gpa(inst, "vkDestroyDe… in loader_init_instance_extension_dispatch_table()
2346 …strcmp(name, "DestroyDebugReportCallbackEXT")) return (void *)table->DestroyDebugReportCallbackEXT; in loader_lookup_instance_dispatch_table()
9974 .DestroyDebugReportCallbackEXT = terminator_DestroyDebugReportCallbackEXT,
Dvk_dispatch_table_helper.h1438 …table->DestroyDebugReportCallbackEXT = (PFN_vkDestroyDebugReportCallbackEXT) gpa(instance, "vkDest… in layer_init_instance_dispatch_table()
/third_party/flutter/skia/tools/sk_app/
DVulkanWindowContext.cpp103 GET_PROC(DestroyDebugReportCallbackEXT); in initializeContext()
/third_party/skia/tools/sk_app/
DVulkanWindowContext.cpp104 GET_PROC(DestroyDebugReportCallbackEXT); in initializeContext()
/third_party/flutter/skia/tools/gpu/vk/
DVkTestUtils.cpp335 ACQUIRE_VK_PROC_LOCAL(DestroyDebugReportCallbackEXT, inst, VK_NULL_HANDLE); in destroy_instance()
/third_party/skia/tools/gpu/vk/
DVkTestUtils.cpp350 ACQUIRE_VK_PROC_LOCAL(DestroyDebugReportCallbackEXT, inst, VK_NULL_HANDLE); in destroy_instance()