Searched defs:DebugReportCallbackList (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/vulkan/libvulkan/
H A Ddebug_report.h33 class DebugReportCallbackList { class in namespace:vulkan::driver
39 DebugReportCallbackList() function in class:vulkan::driver::DebugReportCallbackList
41 DebugReportCallbackList(const DebugReportCallbackList&) = delete;
42 DebugReportCallbackList& operator=(const DebugReportCallbackList&) = delete;
43 ~DebugReportCallbackList() = default;
90 DebugReportLogger(const DebugReportCallbackList& callbacks)
160 const DebugReportCallbackList* const callbacks_;

Completed in 1430 milliseconds