Home
last modified time | relevance | path

Searched refs:scheduler_ (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/actor/
H A Dmailbox.cpp12 Mailbox::Mailbox(Scheduler& scheduler_) in Mailbox() argument
13 : scheduler(&scheduler_) { in Mailbox()
16 void Mailbox::open(Scheduler& scheduler_) { in open() argument
24 scheduler = &scheduler_; in open()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Drenderer.cpp11 Scheduler& scheduler_, in Renderer() argument
15 : impl(std::make_unique<Impl>(backend, pixelRatio_, fileSource_, scheduler_, in Renderer()
H A Drenderer_impl.cpp45 Scheduler& scheduler_, in Impl() argument
50 , scheduler(scheduler_) in Impl()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/actor/
H A Dmailbox.hpp28 void open(Scheduler& scheduler_);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/map/
H A Dmap_snapshotter.cpp49 std::shared_ptr<Scheduler> scheduler_, in Impl() argument
56 : scheduler(std::move(scheduler_)) in Impl()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dstyle_impl.cpp30 Style::Impl::Impl(Scheduler& scheduler_, FileSource& fileSource_, float pixelRatio) in Impl() argument
31 : scheduler(scheduler_), in Impl()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/
H A Dmap.cpp117 Scheduler& scheduler_, in Impl() argument
125 scheduler(scheduler_), in Impl()