Home
last modified time | relevance | path

Searched refs:ScopeType (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/renderer/
H A Dbackend_scope.hpp13 enum class ScopeType : bool { enum in mbgl::BackendScope
18 BackendScope(RendererBackend&, ScopeType = ScopeType::Explicit);
31 const ScopeType scopeType;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Dbackend_scope.cpp19 BackendScope::BackendScope(RendererBackend& backend_, ScopeType scopeType_) in BackendScope()
50 if (scopeType == ScopeType::Explicit && in activate()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqmapboxgl_map_renderer.cpp83 mbgl::BackendScope scope(m_backend, mbgl::BackendScope::ScopeType::Implicit); in render()