Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Ddebugging.hpp14 class DebugGroup : private util::noncopyable { class
16 DebugGroup(const Context&, const std::string&);
17 ~DebugGroup();
25 #define MBGL_DEBUG_GROUP(context, name) const ::mbgl::gl::DebugGroup __MBGL_DEBUG_GROUP_NAME(__LINE…
H A Ddebugging.cpp10 DebugGroup::DebugGroup(const Context& context_, const std::string& name) : context(context_) { in DebugGroup() function in mbgl::gl::DebugGroup
20 DebugGroup::~DebugGroup() { in ~DebugGroup()