Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Dpaint_property_binder.hpp87 virtual T uniformValue(const PossiblyEvaluatedPropertyValue<T>& currentValue) const = 0;
115 T uniformValue(const PossiblyEvaluatedPropertyValue<T>& currentValue) const override { in uniformValue() function in mbgl::ConstantPaintPropertyBinder
163 T uniformValue(const PossiblyEvaluatedPropertyValue<T>& currentValue) const override { in uniformValue() function in mbgl::SourceFunctionPaintPropertyBinder
228 T uniformValue(const PossiblyEvaluatedPropertyValue<T>& currentValue) const override { in uniformValue() function in mbgl::CompositeFunctionPaintPropertyBinder
334 binders.template get<Ps>()->uniformValue(currentProperties.template get<Ps>()) in uniformValues()