| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/ |
| H A D | extrusion_texture_program.hpp | 25 static LayoutVertex layoutVertex(Point<int16_t> p) { in layoutVertex() 26 return LayoutVertex{ in layoutVertex() 35 using ExtrusionTextureLayoutVertex = ExtrusionTextureProgram::LayoutVertex;
|
| H A D | heatmap_texture_program.hpp | 30 static LayoutVertex layoutVertex(Point<int16_t> p) { in layoutVertex() 31 return LayoutVertex{ in layoutVertex() 40 using HeatmapTextureLayoutVertex = HeatmapTextureProgram::LayoutVertex;
|
| H A D | heatmap_program.hpp | 36 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 D | circle_program.hpp | 38 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 D | hillshade_prepare_program.hpp | 32 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 D | hillshade_program.hpp | 38 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 D | raster_program.hpp | 51 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 D | fill_program.hpp | 69 static LayoutVertex layoutVertex(Point<int16_t> p) { in layoutVertex() 70 return LayoutVertex { in layoutVertex() 112 using FillLayoutVertex = FillProgram::LayoutVertex;
|
| H A D | fill_extrusion_program.hpp | 89 …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 D | line_program.hpp | 57 …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 D | program.hpp | 25 using LayoutVertex = typename LayoutAttributes::Vertex; typedef in mbgl::Program 59 const gl::VertexBuffer<LayoutVertex>& layoutVertexBuffer, in computeAllAttributeBindings()
|
| H A D | collision_box_program.cpp | 5 static_assert(sizeof(CollisionBoxProgram::LayoutVertex) == 14, "expected CollisionBoxVertex size");
|
| H A D | clipping_mask_program.hpp | 23 using ClippingMaskLayoutVertex = ClippingMaskProgram::LayoutVertex;
|
| H A D | debug_program.hpp | 25 using DebugLayoutVertex = DebugProgram::LayoutVertex;
|
| H A D | background_program.hpp | 80 using BackgroundLayoutVertex = BackgroundProgram::LayoutVertex;
|
| H A D | symbol_program.hpp | 253 using LayoutVertex = typename LayoutAttributes::Vertex; typedef in mbgl::SymbolProgram 291 const gl::VertexBuffer<LayoutVertex>& layoutVertexBuffer, in computeAllAttributeBindings()
|
| H A D | collision_box_program.hpp | 182 using CollisionBoxVertex = CollisionBoxProgram::LayoutVertex;
|