Searched refs:currentProperties (Results 1 – 4 of 4) sorted by relevance
52 const typename PaintProperties::PossiblyEvaluated& currentProperties, in computeAllUniformValues() argument55 .concat(paintPropertyBinders.uniformValues(currentZoom, currentProperties)); in computeAllUniformValues()61 const typename PaintProperties::PossiblyEvaluated& currentProperties) { in computeAllAttributeBindings() argument63 .concat(paintPropertyBinders.attributeBindings(currentProperties)); in computeAllAttributeBindings()116 Program& get(const typename PaintProperties::PossiblyEvaluated& currentProperties) { in get() argument117 Bitset bits = PaintPropertyBinders::constants(currentProperties); in get()125 …parameters.withAdditionalDefines(PaintPropertyBinders::defines(currentProperties)))).first->second; in get()
70 const typename PaintProperties::PossiblyEvaluated& currentProperties, in draw() argument74 .concat(paintPropertyBinders.uniformValues(currentZoom, currentProperties)); in draw()78 .concat(paintPropertyBinders.attributeBindings(currentProperties)); in draw()149 const typename PaintProperties::PossiblyEvaluated& currentProperties, in draw() argument153 .concat(paintPropertyBinders.uniformValues(currentZoom, currentProperties)); in draw()157 .concat(paintPropertyBinders.attributeBindings(currentProperties)); in draw()
284 const typename PaintProperties::PossiblyEvaluated& currentProperties, in computeAllUniformValues() argument287 .concat(paintPropertyBinders.uniformValues(currentZoom, currentProperties)); in computeAllUniformValues()295 const typename PaintProperties::PossiblyEvaluated& currentProperties) { in computeAllAttributeBindings() argument301 .concat(paintPropertyBinders.attributeBindings(currentProperties)); in computeAllAttributeBindings()
317 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() argument352 currentProperties.template get<Ps>().isConstant())... in constants()358 static std::vector<std::string> defines(const EvaluatedProperties& currentProperties) { in defines() argument361 (result.push_back(currentProperties.template get<Ps>().isConstant() in defines()