Searched refs:RenderCustomLayer (Results 1 – 4 of 4) sorted by relevance
15 RenderCustomLayer::RenderCustomLayer(Immutable<style::CustomLayer::Impl> _impl) in RenderCustomLayer() function in mbgl::RenderCustomLayer21 RenderCustomLayer::~RenderCustomLayer() { in ~RenderCustomLayer()30 const CustomLayer::Impl& RenderCustomLayer::impl() const { in impl()34 void RenderCustomLayer::evaluate(const PropertyEvaluationParameters&) { in evaluate()38 bool RenderCustomLayer::hasTransition() const { in hasTransition()42 std::unique_ptr<Bucket> RenderCustomLayer::createBucket(const BucketParameters&, const std::vector<… in createBucket()47 void RenderCustomLayer::render(PaintParameters& paintParameters, RenderSource*) { in render()
8 class RenderCustomLayer: public RenderLayer { class10 RenderCustomLayer(Immutable<style::CustomLayer::Impl>);11 ~RenderCustomLayer() final;32 inline bool RenderLayer::is<RenderCustomLayer>() const { in is()
38 return std::make_unique<RenderCustomLayer>(staticImmutableCast<CustomLayer::Impl>(impl)); in create()
75 if (layer.is<RenderCustomLayer>()) { in ~Impl()76 layer.as<RenderCustomLayer>()->markContextDestroyed(); in ~Impl()319 if (layer->is<RenderCustomLayer>()) { in render()