Home
last modified time | relevance | path

Searched refs:RenderRasterSource (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/sources/
H A Drender_raster_source.cpp10 RenderRasterSource::RenderRasterSource(Immutable<style::RasterSource::Impl> impl_) in RenderRasterSource() function in mbgl::RenderRasterSource
15 const style::RasterSource::Impl& RenderRasterSource::impl() const { in impl()
19 bool RenderRasterSource::isLoaded() const { in isLoaded()
23 void RenderRasterSource::update(Immutable<style::Source::Impl> baseImpl_, in update()
62 void RenderRasterSource::startRender(PaintParameters& parameters) { in startRender()
67 void RenderRasterSource::finishRender(PaintParameters& parameters) { in finishRender()
71 std::vector<std::reference_wrapper<RenderTile>> RenderRasterSource::getRenderTiles() { in getRenderTiles()
76 RenderRasterSource::queryRenderedFeatures(const ScreenLineString&, in queryRenderedFeatures()
84 std::vector<Feature> RenderRasterSource::querySourceFeatures(const SourceQueryOptions&) const { in querySourceFeatures()
88 void RenderRasterSource::reduceMemoryUse() { in reduceMemoryUse()
[all …]
H A Drender_raster_source.hpp9 class RenderRasterSource : public RenderSource { class
11 RenderRasterSource(Immutable<style::RasterSource::Impl>);
47 inline bool RenderSource::is<RenderRasterSource>() const { in is()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Drender_source.cpp22 return std::make_unique<RenderRasterSource>(staticImmutableCast<RasterSource::Impl>(impl)); in create()