Home
last modified time | relevance | path

Searched refs:debug_report_callbacks (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/vulkan/libvulkan/
Ddriver.h81 DebugReportCallbackList debug_report_callbacks; member
89 debug_report_callbacks(debug_report_callbacks_), in DeviceData()
97 const DebugReportCallbackList& debug_report_callbacks; member
225 return DebugReportLogger(GetData(dispatchable).debug_report_callbacks); in Logger()
Ddebug_report.cpp130 auto& callbacks = GetData(instance).debug_report_callbacks; in CreateDebugReportCallbackEXT()
154 auto& callbacks = GetData(instance).debug_report_callbacks; in DestroyDebugReportCallbackEXT()
180 GetData(instance).debug_report_callbacks.Message( in DebugReportMessageEXT()
Ddriver.cpp498 const DebugReportCallbackList& debug_report_callbacks) { in AllocateDeviceData() argument
505 return new (data_mem) DeviceData(allocator, debug_report_callbacks); in AllocateDeviceData()
771 instance_data.debug_report_callbacks); in CreateDevice()