Searched refs:vertexOffset (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/ |
| H A D | attribute.hpp | 37 uint32_t vertexOffset; member in mbgl::gl::AttributeBinding 41 …teType, lhs.attributeSize, lhs.attributeOffset, lhs.vertexBuffer, lhs.vertexSize, lhs.vertexOffset) in operator ==() 42 …eType, rhs.attributeSize, rhs.attributeOffset, rhs.vertexBuffer, rhs.vertexSize, rhs.vertexOffset); in operator ==() 87 …tatic optional<Binding> offsetBinding(const optional<Binding>& binding, std::size_t vertexOffset) { in offsetBinding() argument 88 assert(vertexOffset <= std::numeric_limits<uint32_t>::max()); in offsetBinding() 91 result.vertexOffset = static_cast<uint32_t>(vertexOffset); in offsetBinding() 273 static Bindings offsetBindings(const Bindings& bindings, std::size_t vertexOffset) { in offsetBindings() argument 274 return Bindings { As::Type::offsetBinding(bindings.template get<As>(), vertexOffset)... }; in offsetBindings()
|
| H A D | value.cpp | 380 …nterpret_cast<GLvoid*>(binding->attributeOffset + (binding->vertexSize * binding->vertexOffset)))); in Set()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/ |
| H A D | segment.hpp | 19 : vertexOffset(vertexOffset_), in Segment() 24 const std::size_t vertexOffset; member in mbgl::Segment
|
| H A D | collision_box_program.hpp | 97 Attributes::offsetBindings(allAttributeBindings, segment.vertexOffset), in draw() 174 Attributes::offsetBindings(allAttributeBindings, segment.vertexOffset), in draw()
|
| H A D | program.hpp | 96 Attributes::offsetBindings(allAttributeBindings, segment.vertexOffset), in draw()
|
| H A D | symbol_program.hpp | 334 Attributes::offsetBindings(allAttributeBindings, segment.vertexOffset), in draw()
|