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 D | mailbox.cpp | 12 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 D | renderer.cpp | 11 Scheduler& scheduler_, in Renderer() argument 15 : impl(std::make_unique<Impl>(backend, pixelRatio_, fileSource_, scheduler_, in Renderer()
|
| H A D | renderer_impl.cpp | 45 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 D | mailbox.hpp | 28 void open(Scheduler& scheduler_);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/map/ |
| H A D | map_snapshotter.cpp | 49 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 D | style_impl.cpp | 30 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 D | map.cpp | 117 Scheduler& scheduler_, in Impl() argument 125 scheduler(scheduler_), in Impl()
|