Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/
H A Dfill_bucket.cpp30 FillBucket::FillBucket(const BucketParameters& parameters, const std::vector<const RenderLayer*>& l… in FillBucket() function in mbgl::FillBucket
42 void FillBucket::addFeature(const GeometryTileFeature& feature, in addFeature()
112 void FillBucket::upload(gl::Context& context) { in upload()
124 bool FillBucket::hasData() const { in hasData()
128 float FillBucket::getQueryRadius(const RenderLayer& layer) const { in getQueryRadius()
H A Dfill_bucket.hpp17 class FillBucket : public Bucket { class
19 FillBucket(const BucketParameters&, const std::vector<const RenderLayer*>&);
43 inline bool Bucket::is<FillBucket>() const { in is()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_fill_layer.cpp28 return std::make_unique<FillBucket>(parameters, layers); in createBucket()
64 auto bucket_ = tile.tile.getBucket<FillBucket>(*baseImpl); in render()
68 FillBucket& bucket = *bucket_; in render()
152 auto bucket_ = tile.tile.getBucket<FillBucket>(*baseImpl); in render()
156 FillBucket& bucket = *bucket_; in render()