Home
last modified time | relevance | path

Searched refs:BackendScope (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Dbackend_scope.cpp9 mbgl::util::ThreadLocal<mbgl::BackendScope>& currentScope() { in currentScope()
10 static mbgl::util::ThreadLocal<mbgl::BackendScope> backendScope; in currentScope()
19 BackendScope::BackendScope(RendererBackend& backend_, ScopeType scopeType_) in BackendScope() function in mbgl::BackendScope
35 BackendScope::~BackendScope() { in ~BackendScope()
49 void BackendScope::activate() { in activate()
60 void BackendScope::deactivate() { in deactivate()
70 bool BackendScope::exists() { in exists()
H A Drenderer.cpp20 BackendScope guard { impl->backend }; in ~Renderer()
98 BackendScope guard { impl->backend }; in reduceMemoryUse()
H A Drenderer_backend.cpp14 assert(BackendScope::exists()); in getContext()
H A Drenderer_impl.cpp68 assert(BackendScope::exists()); in ~Impl()
92 assert(BackendScope::exists()); in render()
771 assert(BackendScope::exists()); in reduceMemoryUse()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/renderer/
H A Dbackend_scope.hpp7 class BackendScope { class
18 BackendScope(RendererBackend&, ScopeType = ScopeType::Explicit);
19 ~BackendScope();
28 BackendScope* priorScope;
29 BackendScope* nextScope;
H A Drenderer_backend.hpp85 friend class BackendScope;
/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()
H A Dthread_local.cpp45 template class ThreadLocal<BackendScope>;
H A Dqmapboxgl_renderer_backend.cpp19 assert(mbgl::BackendScope::exists()); in bind()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_custom_layer.cpp17 assert(BackendScope::exists()); in RenderCustomLayer()
22 assert(BackendScope::exists()); in ~RenderCustomLayer()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/
H A Dthread_local.cpp61 template class ThreadLocal<BackendScope>;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/gl/
H A Dheadless_backend.cpp29 BackendScope guard { *this }; in ~HeadlessBackend()
H A Dheadless_frontend.cpp21 mbgl::BackendScope guard { backend }; in __anon81e74e390102()