Home
last modified time | relevance | path

Searched refs:currentScope (Results 1 – 1 of 1) 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() function
20 : priorScope(currentScope().get()), in BackendScope()
32 currentScope().set(this); in BackendScope()
41 currentScope().set(priorScope); in ~BackendScope()
45 currentScope().set(nullptr); in ~BackendScope()
71 return currentScope().get(); in exists()