Home
last modified time | relevance | path

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 Drender_annotation_source.cpp26 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 Drender_custom_geometry_source.cpp26 void RenderCustomGeometrySource::update(Immutable<style::Source::Impl> baseImpl_, in update() argument
31 std::swap(baseImpl, baseImpl_); in update()
H A Drender_raster_source.cpp23 void RenderRasterSource::update(Immutable<style::Source::Impl> baseImpl_, in update() argument
28 std::swap(baseImpl, baseImpl_); in update()
H A Drender_vector_source.cpp27 void RenderVectorSource::update(Immutable<style::Source::Impl> baseImpl_, in update() argument
32 std::swap(baseImpl, baseImpl_); in update()
H A Drender_geojson_source.cpp27 void RenderGeoJSONSource::update(Immutable<style::Source::Impl> baseImpl_, in update() argument
32 std::swap(baseImpl, baseImpl_); in update()
H A Drender_raster_dem_source.cpp26 void RenderRasterDEMSource::update(Immutable<style::Source::Impl> baseImpl_, in update() argument
31 std::swap(baseImpl, baseImpl_); in update()
H A Drender_image_source.cpp104 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 Drender_layer.cpp50 RenderLayer::RenderLayer(style::LayerType type_, Immutable<style::Layer::Impl> baseImpl_) in RenderLayer() argument
52 baseImpl(baseImpl_) { in RenderLayer()