Home
last modified time | relevance | path

Searched refs:LayoutVertex (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/
H A Dextrusion_texture_program.hpp25 static LayoutVertex layoutVertex(Point<int16_t> p) { in layoutVertex()
26 return LayoutVertex{ in layoutVertex()
35 using ExtrusionTextureLayoutVertex = ExtrusionTextureProgram::LayoutVertex;
H A Dheatmap_texture_program.hpp30 static LayoutVertex layoutVertex(Point<int16_t> p) { in layoutVertex()
31 return LayoutVertex{ in layoutVertex()
40 using HeatmapTextureLayoutVertex = HeatmapTextureProgram::LayoutVertex;
H A Dheatmap_program.hpp36 static LayoutVertex vertex(Point<int16_t> p, float ex, float ey) { in vertex()
37 return LayoutVertex { in vertex()
46 using HeatmapLayoutVertex = HeatmapProgram::LayoutVertex;
H A Dcircle_program.hpp38 static LayoutVertex vertex(Point<int16_t> p, float ex, float ey) { in vertex()
39 return LayoutVertex { in vertex()
48 using CircleLayoutVertex = CircleProgram::LayoutVertex;
H A Dhillshade_prepare_program.hpp32 static LayoutVertex layoutVertex(Point<int16_t> p, Point<uint16_t> t) { in layoutVertex()
33 return LayoutVertex { in layoutVertex()
46 using HillshadePrepareLayoutVertex = HillshadePrepareProgram::LayoutVertex;
H A Dhillshade_program.hpp38 static LayoutVertex layoutVertex(Point<int16_t> p, Point<uint16_t> t) { in layoutVertex()
39 return LayoutVertex { in layoutVertex()
52 using HillshadeLayoutVertex = HillshadeProgram::LayoutVertex;
H A Draster_program.hpp51 static LayoutVertex layoutVertex(Point<int16_t> p, Point<uint16_t> t) { in layoutVertex()
52 return LayoutVertex { in layoutVertex()
65 using RasterLayoutVertex = RasterProgram::LayoutVertex;
H A Dfill_program.hpp69 static LayoutVertex layoutVertex(Point<int16_t> p) { in layoutVertex()
70 return LayoutVertex { in layoutVertex()
112 using FillLayoutVertex = FillProgram::LayoutVertex;
H A Dfill_extrusion_program.hpp89 …static LayoutVertex layoutVertex(Point<int16_t> p, double nx, double ny, double nz, unsigned short… in layoutVertex()
92 return LayoutVertex { in layoutVertex()
121 using FillExtrusionLayoutVertex = FillExtrusionProgram::LayoutVertex;
H A Dline_program.hpp57 …static LayoutVertex layoutVertex(Point<int16_t> p, Point<double> e, bool round, bool up, int8_t di… in layoutVertex()
58 return LayoutVertex { in layoutVertex()
162 using LineLayoutVertex = LineProgram::LayoutVertex;
H A Dprogram.hpp25 using LayoutVertex = typename LayoutAttributes::Vertex; typedef in mbgl::Program
59 const gl::VertexBuffer<LayoutVertex>& layoutVertexBuffer, in computeAllAttributeBindings()
H A Dcollision_box_program.cpp5 static_assert(sizeof(CollisionBoxProgram::LayoutVertex) == 14, "expected CollisionBoxVertex size");
H A Dclipping_mask_program.hpp23 using ClippingMaskLayoutVertex = ClippingMaskProgram::LayoutVertex;
H A Ddebug_program.hpp25 using DebugLayoutVertex = DebugProgram::LayoutVertex;
H A Dbackground_program.hpp80 using BackgroundLayoutVertex = BackgroundProgram::LayoutVertex;
H A Dsymbol_program.hpp253 using LayoutVertex = typename LayoutAttributes::Vertex; typedef in mbgl::SymbolProgram
291 const gl::VertexBuffer<LayoutVertex>& layoutVertexBuffer, in computeAllAttributeBindings()
H A Dcollision_box_program.hpp182 using CollisionBoxVertex = CollisionBoxProgram::LayoutVertex;