| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/ |
| H A D | debug_bucket.cpp | 49 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 D | fill_bucket.cpp | 56 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 D | line_bucket.cpp | 38 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 D | heatmap_bucket.cpp | 58 segments.emplace_back(vertices.vertexSize(), triangles.indexSize()); in addFeature() 90 pair.second.populateVertexVectors(feature, vertices.vertexSize()); in addFeature()
|
| H A D | circle_bucket.cpp | 58 segments.emplace_back(vertices.vertexSize(), triangles.indexSize()); in addFeature() 90 pair.second.populateVertexVectors(feature, vertices.vertexSize()); in addFeature()
|
| H A D | fill_extrusion_bucket.cpp | 67 std::size_t startVertices = vertices.vertexSize(); in addFeature() 146 pair.second.populateVertexVectors(feature, vertices.vertexSize()); in addFeature()
|
| H A D | hillshade_bucket.cpp | 87 segments.emplace_back(vertices.vertexSize(), indices.indexSize()); in setMask()
|
| H A D | raster_bucket.cpp | 82 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 D | vertex_buffer.hpp | 25 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 D | attribute.hpp | 36 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 D | context.hpp | 68 v.vertexSize(), in createVertexBuffer() 75 assert(v.vertexSize() == buffer.vertexCount); in updateVertexBuffer()
|
| H A D | value.cpp | 379 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 D | symbol_layout.cpp | 481 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 D | paint_property_binder.hpp | 142 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()
|