Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/
H A Dprogram.hpp52 const typename PaintProperties::PossiblyEvaluated& currentProperties, in computeAllUniformValues() argument
55 .concat(paintPropertyBinders.uniformValues(currentZoom, currentProperties)); in computeAllUniformValues()
61 const typename PaintProperties::PossiblyEvaluated& currentProperties) { in computeAllAttributeBindings() argument
63 .concat(paintPropertyBinders.attributeBindings(currentProperties)); in computeAllAttributeBindings()
116 Program& get(const typename PaintProperties::PossiblyEvaluated& currentProperties) { in get() argument
117 Bitset bits = PaintPropertyBinders::constants(currentProperties); in get()
125 …parameters.withAdditionalDefines(PaintPropertyBinders::defines(currentProperties)))).first->second; in get()
H A Dcollision_box_program.hpp70 const typename PaintProperties::PossiblyEvaluated& currentProperties, in draw() argument
74 .concat(paintPropertyBinders.uniformValues(currentZoom, currentProperties)); in draw()
78 .concat(paintPropertyBinders.attributeBindings(currentProperties)); in draw()
149 const typename PaintProperties::PossiblyEvaluated& currentProperties, in draw() argument
153 .concat(paintPropertyBinders.uniformValues(currentZoom, currentProperties)); in draw()
157 .concat(paintPropertyBinders.attributeBindings(currentProperties)); in draw()
H A Dsymbol_program.hpp284 const typename PaintProperties::PossiblyEvaluated& currentProperties, in computeAllUniformValues() argument
287 .concat(paintPropertyBinders.uniformValues(currentZoom, currentProperties)); in computeAllUniformValues()
295 const typename PaintProperties::PossiblyEvaluated& currentProperties) { in computeAllAttributeBindings() argument
301 .concat(paintPropertyBinders.attributeBindings(currentProperties)); in computeAllAttributeBindings()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Dpaint_property_binder.hpp317 AttributeBindings attributeBindings(const EvaluatedProperties& currentProperties) const { in attributeBindings()
319 binders.template get<Ps>()->attributeBinding(currentProperties.template get<Ps>())... in attributeBindings()
327 …UniformValues uniformValues(float currentZoom, const EvaluatedProperties& currentProperties) const… in uniformValues()
334 binders.template get<Ps>()->uniformValue(currentProperties.template get<Ps>()) in uniformValues()
348 static Bitset constants(const EvaluatedProperties& currentProperties) { in constants() argument
352 currentProperties.template get<Ps>().isConstant())... in constants()
358 static std::vector<std::string> defines(const EvaluatedProperties& currentProperties) { in defines() argument
361 (result.push_back(currentProperties.template get<Ps>().isConstant() in defines()