Searched refs:baseImpl_ (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/annotation/ |
| H A D | render_annotation_source.cpp | 26 void RenderAnnotationSource::update(Immutable<style::Source::Impl> baseImpl_, in update() argument 31 std::swap(baseImpl, baseImpl_); in update()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/sources/ |
| H A D | render_custom_geometry_source.cpp | 26 void RenderCustomGeometrySource::update(Immutable<style::Source::Impl> baseImpl_, in update() argument 31 std::swap(baseImpl, baseImpl_); in update()
|
| H A D | render_raster_source.cpp | 23 void RenderRasterSource::update(Immutable<style::Source::Impl> baseImpl_, in update() argument 28 std::swap(baseImpl, baseImpl_); in update()
|
| H A D | render_vector_source.cpp | 27 void RenderVectorSource::update(Immutable<style::Source::Impl> baseImpl_, in update() argument 32 std::swap(baseImpl, baseImpl_); in update()
|
| H A D | render_geojson_source.cpp | 27 void RenderGeoJSONSource::update(Immutable<style::Source::Impl> baseImpl_, in update() argument 32 std::swap(baseImpl, baseImpl_); in update()
|
| H A D | render_raster_dem_source.cpp | 26 void RenderRasterDEMSource::update(Immutable<style::Source::Impl> baseImpl_, in update() argument 31 std::swap(baseImpl, baseImpl_); in update()
|
| H A D | render_image_source.cpp | 104 void RenderImageSource::update(Immutable<style::Source::Impl> baseImpl_, in update() argument 115 std::swap(baseImpl, baseImpl_); in update()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/ |
| H A D | render_layer.cpp | 50 RenderLayer::RenderLayer(style::LayerType type_, Immutable<style::Layer::Impl> baseImpl_) in RenderLayer() argument 52 baseImpl(baseImpl_) { in RenderLayer()
|