Home
last modified time | relevance | path

Searched refs:vertexSize (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/
H A Ddebug_bucket.cpp49 indices.emplace_back(vertices.vertexSize() - 2, in DebugBucket()
50 vertices.vertexSize() - 1); in DebugBucket()
77 segments.emplace_back(0, 0, vertices.vertexSize(), indices.indexSize()); in DebugBucket()
H A Dfill_bucket.cpp56 std::size_t startVertices = vertices.vertexSize(); in addFeature()
65 lineSegments.emplace_back(vertices.vertexSize(), lines.indexSize()); in addFeature()
108 pair.second.populateVertexVectors(feature, vertices.vertexSize()); in addFeature()
H A Dline_bucket.cpp38 pair.second.populateVertexVectors(feature, vertices.vertexSize()); in addFeature()
118 const std::size_t startVertex = vertices.vertexSize(); in addGeometry()
375 const std::size_t endVertex = vertices.vertexSize(); in addGeometry()
406 e3 = vertices.vertexSize() - 1 - startVertex; in addCurrentVertex()
417 e3 = vertices.vertexSize() - 1 - startVertex; in addCurrentVertex()
442 e3 = vertices.vertexSize() - 1 - startVertex; in addPieSliceVertex()
H A Dheatmap_bucket.cpp58 segments.emplace_back(vertices.vertexSize(), triangles.indexSize()); in addFeature()
90 pair.second.populateVertexVectors(feature, vertices.vertexSize()); in addFeature()
H A Dcircle_bucket.cpp58 segments.emplace_back(vertices.vertexSize(), triangles.indexSize()); in addFeature()
90 pair.second.populateVertexVectors(feature, vertices.vertexSize()); in addFeature()
H A Dfill_extrusion_bucket.cpp67 std::size_t startVertices = vertices.vertexSize(); in addFeature()
146 pair.second.populateVertexVectors(feature, vertices.vertexSize()); in addFeature()
H A Dhillshade_bucket.cpp87 segments.emplace_back(vertices.vertexSize(), indices.indexSize()); in setMask()
H A Draster_bucket.cpp82 segments.emplace_back(vertices.vertexSize(), indices.indexSize()); in setMask()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dvertex_buffer.hpp25 std::size_t vertexSize() const { return v.size(); } in vertexSize() function in mbgl::gl::VertexVector
41 static constexpr std::size_t vertexSize = sizeof(Vertex); member in mbgl::gl::VertexBuffer
H A Dattribute.hpp36 uint32_t vertexSize; member in mbgl::gl::AttributeBinding
41 …uteType, lhs.attributeSize, lhs.attributeOffset, lhs.vertexBuffer, lhs.vertexSize, lhs.vertexOffse… in operator ==()
42 …uteType, rhs.attributeSize, rhs.attributeOffset, rhs.vertexBuffer, rhs.vertexSize, rhs.vertexOffse… in operator ==()
H A Dcontext.hpp68 v.vertexSize(), in createVertexBuffer()
75 assert(v.vertexSize() == buffer.vertexCount); in updateVertexBuffer()
H A Dvalue.cpp379 static_cast<GLsizei>(binding->vertexSize), in Set()
380 …reinterpret_cast<GLvoid*>(binding->attributeOffset + (binding->vertexSize * binding->vertexOffset)… in Set()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/
H A Dsymbol_layout.cpp481 pair.second.first.populateVertexVectors(feature, bucket->icon.vertices.vertexSize()); in place()
482 pair.second.second.populateVertexVectors(feature, bucket->text.vertices.vertexSize()); in place()
508 buffer.segments.emplace_back(buffer.vertices.vertexSize(), buffer.triangles.indexSize()); in addSymbol()
572 collisionBuffer.segments.emplace_back(collisionBuffer.vertices.vertexSize(), in addToDebugBuffers()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Dpaint_property_binder.hpp142 for (std::size_t i = vertexVector.vertexSize(); i < length; ++i) { in populateVertexVector()
203 for (std::size_t i = vertexVector.vertexSize(); i < length; ++i) { in populateVertexVector()