Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dprogram.hpp123 const AttributeBindings& attributeBindings, in draw() argument
140 Attributes::toBindingArray(attributeLocations, attributeBindings)); in draw()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/
H A Dcollision_box_program.hpp78 .concat(paintPropertyBinders.attributeBindings(currentProperties)); in draw()
157 .concat(paintPropertyBinders.attributeBindings(currentProperties)); in draw()
H A Dprogram.hpp63 .concat(paintPropertyBinders.attributeBindings(currentProperties)); in computeAllAttributeBindings()
H A Dsymbol_program.hpp301 .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() function in mbgl::PaintPropertyBinders