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

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

Completed in 1155 milliseconds