Home
last modified time | relevance | path

Searched refs:getLight (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dstyle.cpp54 Light* Style::getLight() { in getLight() function in mbgl::style::Style
56 return impl->getLight(); in getLight()
59 const Light* Style::getLight() const { in getLight() function in mbgl::style::Style
60 return impl->getLight(); in getLight()
H A Dstyle_impl.hpp80 Light* getLight() const;
H A Dstyle_impl.cpp227 Light* Style::Impl::getLight() const { in getLight() function in mbgl::style::Style::Impl
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/
H A Dstyle.hpp43 Light* getLight();
44 const Light* getLight() const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_hillshade_layer.hpp30 const std::array<float, 2> getLight(const PaintParameters& parameters);
H A Drender_hillshade_layer.cpp38 const std::array<float, 2> RenderHillshadeLayer::getLight(const PaintParameters& parameters){ in getLight() function in mbgl::RenderHillshadeLayer
83 uniforms::u_light::Value{ getLight(parameters) }, in render()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/
H A Dmap.cpp780 style->impl->getLight()->impl, in onUpdate()