Searched refs:AttributeBinding (Results 1 – 4 of 4) sorted by relevance
29 class AttributeBinding { class39 friend bool operator==(const AttributeBinding& lhs, in operator ==()40 const AttributeBinding& rhs) { in operator ==()46 using AttributeBindingArray = std::vector<optional<AttributeBinding>>;61 using Binding = AttributeBinding;77 return AttributeBinding { in binding()90 AttributeBinding result = *binding; in offsetBinding()282 const optional<AttributeBinding>& binding) { in toBindingArray()
368 const optional<AttributeBinding> VertexAttribute::Default {};370 void VertexAttribute::Set(const optional<AttributeBinding>& binding, Context& context, AttributeLoc… in Set()
244 using Type = optional<gl::AttributeBinding>;
79 using AttributeBinding = typename Attribute::Binding; typedef in mbgl::PaintPropertyBinder85 …virtual optional<AttributeBinding> attributeBinding(const PossiblyEvaluatedPropertyValue<T>& curre…98 using AttributeBinding = typename Attribute::Binding; typedef in mbgl::ConstantPaintPropertyBinder107 …optional<AttributeBinding> attributeBinding(const PossiblyEvaluatedPropertyValue<T>&) const overri… in attributeBinding()131 using AttributeBinding = typename Attribute::Binding; typedef in mbgl::SourceFunctionPaintPropertyBinder151 …optional<AttributeBinding> attributeBinding(const PossiblyEvaluatedPropertyValue<T>& currentValue)… in attributeBinding()187 using AttributeBinding = typename Attribute::Binding; typedef in mbgl::CompositeFunctionPaintPropertyBinder212 …optional<AttributeBinding> attributeBinding(const PossiblyEvaluatedPropertyValue<T>& currentValue)… in attributeBinding()