Home
last modified time | relevance | path

Searched refs:IndexVector (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Drender_static_data.cpp15 static gl::IndexVector<gl::Triangles> quadTriangleIndices() { in quadTriangleIndices()
16 gl::IndexVector<gl::Triangles> result; in quadTriangleIndices()
22 static gl::IndexVector<gl::LineStrip> tileLineStripIndices() { in tileLineStripIndices()
23 gl::IndexVector<gl::LineStrip> result; in tileLineStripIndices()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/
H A Dsymbol_bucket.hpp89 gl::IndexVector<gl::Triangles> triangles;
105 gl::IndexVector<gl::Triangles> triangles;
126 gl::IndexVector<gl::Lines> lines;
131 gl::IndexVector<gl::Triangles> triangles;
H A Dfill_bucket.hpp30 gl::IndexVector<gl::Lines> lines;
31 gl::IndexVector<gl::Triangles> triangles;
H A Dcircle_bucket.hpp29 gl::IndexVector<gl::Triangles> triangles;
H A Draster_bucket.hpp34 gl::IndexVector<gl::Triangles> indices;
H A Dheatmap_bucket.hpp29 gl::IndexVector<gl::Triangles> triangles;
H A Dfill_extrusion_bucket.hpp28 gl::IndexVector<gl::Triangles> triangles;
H A Dhillshade_bucket.hpp49 gl::IndexVector<gl::Triangles> indices;
H A Dline_bucket.hpp35 gl::IndexVector<gl::Triangles> triangles;
H A Ddebug_bucket.cpp27 gl::IndexVector<gl::Lines> indices; in DebugBucket()
H A Dsymbol_bucket.cpp151 void addPlacedSymbol(gl::IndexVector<gl::Triangles>& triangles, const PlacedSymbol& placedSymbol) { in addPlacedSymbol()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dindex_buffer.hpp13 class IndexVector { class
H A Dcontext.hpp80 …IndexBuffer<DrawMode> createIndexBuffer(IndexVector<DrawMode>&& v, const BufferUsage usage = Buffe… in createIndexBuffer()
88 void updateIndexBuffer(IndexBuffer<DrawMode>& buffer, IndexVector<DrawMode>&& v) { in updateIndexBuffer()