Home
last modified time | relevance | path

Searched refs:callbacks_ (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/vulkan/libvulkan/
Ddebug_report.h89 : instance_pnext_(info.pNext), callbacks_(nullptr) {} in DebugReportLogger()
91 : instance_pnext_(nullptr), callbacks_(&callbacks) {} in DebugReportLogger()
160 const DebugReportCallbackList* const callbacks_; variable
Ddebug_report.cpp95 if (callbacks_) { in Message()
96 callbacks_->Message(flags, object_type, object, location, message_code, in Message()