Home
last modified time | relevance | path

Searched refs:EvaluatedLight (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/
H A Dfill_extrusion_program.cpp14 std::array<float, 3> lightColor(const EvaluatedLight& light) { in lightColor()
19 std::array<float, 3> lightPosition(const EvaluatedLight& light, const TransformState& state) { in lightPosition()
30 float lightIntensity(const EvaluatedLight& light) { in lightIntensity()
37 const EvaluatedLight& light) { in values()
55 const EvaluatedLight& light) { in values()
H A Dfill_extrusion_program.hpp44 const EvaluatedLight&);
76 const EvaluatedLight&);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Drender_light.hpp12 using EvaluatedLight = style::LightProperties::PossiblyEvaluated; typedef
22 const EvaluatedLight& getEvaluated() const;
28 EvaluatedLight evaluated;
H A Dpaint_parameters.hpp33 const EvaluatedLight&,
42 const EvaluatedLight& evaluatedLight;
H A Drender_light.cpp22 const EvaluatedLight& RenderLight::getEvaluated() const { in getEvaluated()
H A Dpaint_parameters.cpp13 const EvaluatedLight& evaluatedLight_, in PaintParameters()