Home
last modified time | relevance | path

Searched refs:offsetBindings (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 Dcollision_box_program.hpp97 Attributes::offsetBindings(allAttributeBindings, segment.vertexOffset), in draw()
174 Attributes::offsetBindings(allAttributeBindings, segment.vertexOffset), in draw()
H A Dprogram.hpp96 Attributes::offsetBindings(allAttributeBindings, segment.vertexOffset), in draw()
H A Dsymbol_program.hpp334 Attributes::offsetBindings(allAttributeBindings, segment.vertexOffset), in draw()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dattribute.hpp273 static Bindings offsetBindings(const Bindings& bindings, std::size_t vertexOffset) { in offsetBindings() function in mbgl::gl::Attributes