Home
last modified time | relevance | path

Searched refs:DebugReportCallbackList (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/vulkan/libvulkan/
Ddebug_report.h33 class DebugReportCallbackList {
39 DebugReportCallbackList() in DebugReportCallbackList() function
41 DebugReportCallbackList(const DebugReportCallbackList&) = delete;
42 DebugReportCallbackList& operator=(const DebugReportCallbackList&) = delete;
43 ~DebugReportCallbackList() = default;
90 DebugReportLogger(const DebugReportCallbackList& callbacks) in DebugReportLogger()
160 const DebugReportCallbackList* const callbacks_;
Ddebug_report.cpp22 DebugReportCallbackList::Node* DebugReportCallbackList::AddCallback( in AddCallback()
40 void DebugReportCallbackList::RemoveCallback( in RemoveCallback()
55 void DebugReportCallbackList::Message(VkDebugReportFlagsEXT flags, in Message()
Ddriver.h81 DebugReportCallbackList debug_report_callbacks;
86 const DebugReportCallbackList& debug_report_callbacks_) in DeviceData()
97 const DebugReportCallbackList& debug_report_callbacks;
Ddriver.cpp498 const DebugReportCallbackList& debug_report_callbacks) { in AllocateDeviceData()