Searched refs:DebugGroup (Results 1 – 2 of 2) sorted by relevance
14 class DebugGroup : private util::noncopyable { class16 DebugGroup(const Context&, const std::string&);17 ~DebugGroup();25 #define MBGL_DEBUG_GROUP(context, name) const ::mbgl::gl::DebugGroup __MBGL_DEBUG_GROUP_NAME(__LINE…
10 DebugGroup::DebugGroup(const Context& context_, const std::string& name) : context(context_) { in DebugGroup() function in mbgl::gl::DebugGroup20 DebugGroup::~DebugGroup() { in ~DebugGroup()