Home
last modified time | relevance | path

Searched refs:debug_report_callback (Results 1 – 2 of 2) sorted by relevance

/external/vulkan-validation-layers/demos/smoke/
DShell.h105 bool debug_report_callback(VkDebugReportFlagsEXT flags,
112 static VKAPI_ATTR VkBool32 VKAPI_CALL debug_report_callback( in debug_report_callback() function
123 …return shell->debug_report_callback(flags, obj_type, object, location, msg_code, layer_prefix, msg… in debug_report_callback()
DShell.cpp67 bool Shell::debug_report_callback(VkDebugReportFlagsEXT flags, in debug_report_callback() function in Shell
190 debug_report_info.pfnCallback = debug_report_callback; in init_debug_report()