Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dattribute.hpp29 class AttributeBinding { class
39 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()
H A Dvalue.cpp368 const optional<AttributeBinding> VertexAttribute::Default {};
370 void VertexAttribute::Set(const optional<AttributeBinding>& binding, Context& context, AttributeLoc… in Set()
H A Dvalue.hpp244 using Type = optional<gl::AttributeBinding>;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Dpaint_property_binder.hpp79 using AttributeBinding = typename Attribute::Binding; typedef in mbgl::PaintPropertyBinder
85 …virtual optional<AttributeBinding> attributeBinding(const PossiblyEvaluatedPropertyValue<T>& curre…
98 using AttributeBinding = typename Attribute::Binding; typedef in mbgl::ConstantPaintPropertyBinder
107 …optional<AttributeBinding> attributeBinding(const PossiblyEvaluatedPropertyValue<T>&) const overri… in attributeBinding()
131 using AttributeBinding = typename Attribute::Binding; typedef in mbgl::SourceFunctionPaintPropertyBinder
151 …optional<AttributeBinding> attributeBinding(const PossiblyEvaluatedPropertyValue<T>& currentValue)… in attributeBinding()
187 using AttributeBinding = typename Attribute::Binding; typedef in mbgl::CompositeFunctionPaintPropertyBinder
212 …optional<AttributeBinding> attributeBinding(const PossiblyEvaluatedPropertyValue<T>& currentValue)… in attributeBinding()