Home
last modified time | relevance | path

Searched refs:setLayers (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dgeometry_tile.cpp93 void GeometryTile::setLayers(const std::vector<Immutable<Layer::Impl>>& layers) { in setLayers() function in mbgl::GeometryTile
115 worker.self().invoke(&GeometryTileWorker::setLayers, std::move(impls), correlationID); in setLayers()
H A Dtile.hpp58 virtual void setLayers(const std::vector<Immutable<style::Layer::Impl>>&) {} in setLayers() function in mbgl::Tile
H A Dgeometry_tile_worker.hpp39 void setLayers(std::vector<Immutable<style::Layer::Impl>>, uint64_t correlationID);
H A Dgeometry_tile.hpp36 void setLayers(const std::vector<Immutable<style::Layer::Impl>>&) override;
H A Dgeometry_tile_worker.cpp135 void GeometryTileWorker::setLayers(std::vector<Immutable<Layer::Impl>> layers_, uint64_t correlatio… in setLayers() function in mbgl::GeometryTileWorker
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/bldcontrol/
H A Dbbcontroller.py100 def setLayers(self, bitbake, ls): member in BuildEnvironmentController
H A Dlocalhostbecontroller.py82 def setLayers(self, bitbake, layers, targets): member in LocalhostBEController
319 layers = self.setLayers(bitbake, layers, targets)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Dtile_pyramid.cpp141 tile.setLayers(layers); in update()
165 tile->setLayers(layers); in update()