Searched refs:getLight (Results 1 – 7 of 7) sorted by relevance
54 Light* Style::getLight() { in getLight() function in mbgl::style::Style56 return impl->getLight(); in getLight()59 const Light* Style::getLight() const { in getLight() function in mbgl::style::Style60 return impl->getLight(); in getLight()
80 Light* getLight() const;
227 Light* Style::Impl::getLight() const { in getLight() function in mbgl::style::Style::Impl
43 Light* getLight();44 const Light* getLight() const;
30 const std::array<float, 2> getLight(const PaintParameters& parameters);
38 const std::array<float, 2> RenderHillshadeLayer::getLight(const PaintParameters& parameters){ in getLight() function in mbgl::RenderHillshadeLayer83 uniforms::u_light::Value{ getLight(parameters) }, in render()
780 style->impl->getLight()->impl, in onUpdate()