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()
95 const DebugReportCallbackList& debug_report_callbacks; member
295 return DebugReportLogger(GetData(dispatchable).debug_report_callbacks); in Logger()
Ddebug_report.cpp131 auto& callbacks = GetData(instance).debug_report_callbacks; in CreateDebugReportCallbackEXT()
155 auto& callbacks = GetData(instance).debug_report_callbacks; in DestroyDebugReportCallbackEXT()
181 GetData(instance).debug_report_callbacks.Message( in DebugReportMessageEXT()
Ddriver.cpp814 const DebugReportCallbackList& debug_report_callbacks) { in AllocateDeviceData() argument
821 return new (data_mem) DeviceData(allocator, debug_report_callbacks); in AllocateDeviceData()
1194 instance_data.debug_report_callbacks); in CreateDevice()