Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/generated/
Dvk_layer_dispatch_table.h155 PFN_vkDestroyDebugReportCallbackEXT DestroyDebugReportCallbackEXT; member
Dvk_dispatch_table_helper.h940 …table->DestroyDebugReportCallbackEXT = (PFN_vkDestroyDebugReportCallbackEXT) gpa(instance, "vkDest… in layer_init_instance_dispatch_table()
Dlayer_chassis_dispatch.cpp4960 …if (!wrap_handles) return layer_data->instance_dispatch_table.DestroyDebugReportCallbackEXT(instan… in DispatchDestroyDebugReportCallbackEXT()
4968 … layer_data->instance_dispatch_table.DestroyDebugReportCallbackEXT(instance, callback, pAllocator); in DispatchDestroyDebugReportCallbackEXT()
Dchassis.cpp6588 VKAPI_ATTR void VKAPI_CALL DestroyDebugReportCallbackEXT( in DestroyDebugReportCallbackEXT() function
9548 {"vkDestroyDebugReportCallbackEXT", {true, (void*)DestroyDebugReportCallbackEXT}},
Dchassis.h1564 VKAPI_ATTR void VKAPI_CALL DestroyDebugReportCallbackEXT(
/external/skia/tools/sk_app/
DVulkanWindowContext.cpp104 GET_PROC(DestroyDebugReportCallbackEXT); in initializeContext()
/external/skqp/tools/gpu/vk/
DVkTestUtils.cpp327 ACQUIRE_VK_PROC_LOCAL(DestroyDebugReportCallbackEXT, inst, VK_NULL_HANDLE); in destroy_instance()
/external/skia/tools/gpu/vk/
DVkTestUtils.cpp346 ACQUIRE_VK_PROC_LOCAL(DestroyDebugReportCallbackEXT, inst, VK_NULL_HANDLE); in destroy_instance()
/external/skqp/tools/sk_app/
DVulkanWindowContext.cpp103 GET_PROC(DestroyDebugReportCallbackEXT); in initializeContext()
/external/mesa3d/prebuilt-intermediates/util/
Dvk_enum_to_str.h411 PFN_vkDestroyDebugReportCallbackEXT DestroyDebugReportCallbackEXT; member
Dvk_enum_to_str.c4430 …table->DestroyDebugReportCallbackEXT = (PFN_vkDestroyDebugReportCallbackEXT) gpa(instance, "vkDest… in vk_load_instance_commands()