Home
last modified time | relevance | path

Searched refs:SetCurrent (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Drun_loop.cpp39 Scheduler::SetCurrent(this); in RunLoop()
46 Scheduler::SetCurrent(nullptr); in ~RunLoop()
H A Dqmapboxgl_map_renderer.cpp40 mbgl::Scheduler::SetCurrent(scheduler); in QMapboxGLMapRenderer()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/
H A Drun_loop.cpp100 Scheduler::SetCurrent(this); in RunLoop()
105 Scheduler::SetCurrent(nullptr); in ~RunLoop()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/actor/
H A Dscheduler.hpp43 static void SetCurrent(Scheduler*);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/actor/
H A Dscheduler.cpp11 void Scheduler::SetCurrent(Scheduler* scheduler) { in SetCurrent() function in mbgl::Scheduler