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

  /external/vulkan-validation-layers/demos/smoke/
Shell.h 105 bool debug_report_callback(VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT obj_type, uint64_t object, size_t location,
107 static VKAPI_ATTR VkBool32 VKAPI_CALL debug_report_callback(VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT obj_type, function in class:Shell
111 return shell->debug_report_callback(flags, obj_type, object, location, msg_code, layer_prefix, msg);
Shell.cpp 59 bool Shell::debug_report_callback(VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT obj_type, uint64_t object, function in class:Shell
164 debug_report_info.pfnCallback = debug_report_callback;

Completed in 64 milliseconds