Searched refs:sourceImpls (Results 1 – 2 of 2) sorted by relevance
112 Immutable<std::vector<Immutable<style::Source::Impl>>> sourceImpls; member in mbgl::Renderer::Impl
60 , sourceImpls(makeMutable<std::vector<Immutable<style::Source::Impl>>>())196 const SourceDifference sourceDiff = diffSources(sourceImpls, updateParameters.sources); in render()197 sourceImpls = updateParameters.sources; in render()214 for (const auto& source : *sourceImpls) { in render()