Searched refs:DebugReportCallbackList (Results 1 – 4 of 4) sorted by relevance
33 class DebugReportCallbackList {39 DebugReportCallbackList() in DebugReportCallbackList() function41 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_;
22 DebugReportCallbackList::Node* DebugReportCallbackList::AddCallback( in AddCallback()40 void DebugReportCallbackList::RemoveCallback( in RemoveCallback()55 void DebugReportCallbackList::Message(VkDebugReportFlagsEXT flags, in Message()
81 DebugReportCallbackList debug_report_callbacks;86 const DebugReportCallbackList& debug_report_callbacks_) in DeviceData()97 const DebugReportCallbackList& debug_report_callbacks;
498 const DebugReportCallbackList& debug_report_callbacks) { in AllocateDeviceData()