Home
last modified time | relevance | path

Searched refs:VertexVector (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/
H A Dsymbol_bucket.hpp86 gl::VertexVector<SymbolLayoutVertex> vertices;
87 gl::VertexVector<SymbolDynamicLayoutAttributes::Vertex> dynamicVertices;
88 gl::VertexVector<SymbolOpacityAttributes::Vertex> opacityVertices;
102 gl::VertexVector<SymbolLayoutVertex> vertices;
103 gl::VertexVector<SymbolDynamicLayoutAttributes::Vertex> dynamicVertices;
104 gl::VertexVector<SymbolOpacityAttributes::Vertex> opacityVertices;
117 gl::VertexVector<CollisionBoxLayoutAttributes::Vertex> vertices;
118 gl::VertexVector<CollisionBoxDynamicAttributes::Vertex> dynamicVertices;
H A Dcircle_bucket.hpp28 gl::VertexVector<CircleLayoutVertex> vertices;
H A Draster_bucket.hpp33 gl::VertexVector<RasterLayoutVertex> vertices;
H A Dheatmap_bucket.hpp28 gl::VertexVector<HeatmapLayoutVertex> vertices;
H A Dfill_extrusion_bucket.hpp27 gl::VertexVector<FillExtrusionLayoutVertex> vertices;
H A Dfill_bucket.hpp29 gl::VertexVector<FillLayoutVertex> vertices;
H A Dhillshade_bucket.hpp48 gl::VertexVector<HillshadeLayoutVertex> vertices;
H A Dline_bucket.hpp34 gl::VertexVector<LineLayoutVertex> vertices;
H A Ddebug_bucket.cpp26 gl::VertexVector<FillLayoutVertex> vertices; in DebugBucket()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Drender_static_data.cpp6 static gl::VertexVector<PositionOnlyLayoutAttributes::Vertex> tileVertices() { in tileVertices()
7 gl::VertexVector<PositionOnlyLayoutAttributes::Vertex> result; in tileVertices()
32 static gl::VertexVector<RasterLayoutVertex> rasterVertices() { in rasterVertices()
33 gl::VertexVector<RasterLayoutVertex> result; in rasterVertices()
41 static gl::VertexVector<ExtrusionTextureLayoutVertex> extrusionTextureVertices() { in extrusionTextureVertices()
42 gl::VertexVector<ExtrusionTextureLayoutVertex> result; in extrusionTextureVertices()
H A Dpaint_property_binder.hpp175 gl::VertexVector<BaseVertex> vertexVector;
241 gl::VertexVector<Vertex> vertexVector;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/
H A Dsymbol_projection.cpp125 gl::VertexVector<SymbolDynamicLayoutAttributes::Vertex>& dynamicVertexArray) { in addDynamicAttributes()
133 …void hideGlyphs(size_t numGlyphs, gl::VertexVector<SymbolDynamicLayoutAttributes::Vertex>& dynamic… in hideGlyphs()
291 … gl::VertexVector<SymbolDynamicLayoutAttributes::Vertex>& dynamicVertexArray, in placeGlyphsAlongLine()
363 …void reprojectLineLabels(gl::VertexVector<SymbolDynamicLayoutAttributes::Vertex>& dynamicVertexArr… in reprojectLineLabels()
H A Dsymbol_projection.hpp49 …void reprojectLineLabels(gl::VertexVector<SymbolDynamicLayoutAttributes::Vertex>&, const std::vect…
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dvertex_buffer.hpp14 class VertexVector { class
H A Dcontext.hpp66 …VertexBuffer<Vertex, DrawMode> createVertexBuffer(VertexVector<Vertex, DrawMode>&& v, const Buffer… in createVertexBuffer()
74 …void updateVertexBuffer(VertexBuffer<Vertex, DrawMode>& buffer, VertexVector<Vertex, DrawMode>&& v… in updateVertexBuffer()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/
H A Dsymbol_program.hpp189 using VertexVector = gl::VertexVector<Vertex>; typedef in mbgl::SourceFunctionSymbolSizeBinder