| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/ |
| H A D | symbol_bucket.hpp | 89 gl::IndexVector<gl::Triangles> triangles; 96 optional<gl::IndexBuffer<gl::Triangles>> indexBuffer; 105 gl::IndexVector<gl::Triangles> triangles; 113 optional<gl::IndexBuffer<gl::Triangles>> indexBuffer; 131 gl::IndexVector<gl::Triangles> triangles; 132 optional<gl::IndexBuffer<gl::Triangles>> indexBuffer;
|
| H A D | circle_bucket.hpp | 29 gl::IndexVector<gl::Triangles> triangles; 33 optional<gl::IndexBuffer<gl::Triangles>> indexBuffer;
|
| H A D | raster_bucket.hpp | 34 gl::IndexVector<gl::Triangles> indices; 38 optional<gl::IndexBuffer<gl::Triangles>> indexBuffer;
|
| H A D | heatmap_bucket.hpp | 29 gl::IndexVector<gl::Triangles> triangles; 33 optional<gl::IndexBuffer<gl::Triangles>> indexBuffer;
|
| H A D | fill_extrusion_bucket.hpp | 28 gl::IndexVector<gl::Triangles> triangles; 32 optional<gl::IndexBuffer<gl::Triangles>> indexBuffer;
|
| H A D | fill_bucket.hpp | 31 gl::IndexVector<gl::Triangles> triangles; 37 optional<gl::IndexBuffer<gl::Triangles>> triangleIndexBuffer;
|
| H A D | hillshade_bucket.hpp | 49 gl::IndexVector<gl::Triangles> indices; 53 optional<gl::IndexBuffer<gl::Triangles>> indexBuffer;
|
| H A D | line_bucket.hpp | 35 gl::IndexVector<gl::Triangles> triangles; 39 optional<gl::IndexBuffer<gl::Triangles>> indexBuffer;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/ |
| H A D | draw_mode.hpp | 53 class Triangles { class 58 static constexpr PrimitiveType primitiveType = PrimitiveType::Triangles;
|
| H A D | types.hpp | 81 Triangles = 0x0004, enumerator
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/ |
| H A D | render_static_data.cpp | 15 static gl::IndexVector<gl::Triangles> quadTriangleIndices() { in quadTriangleIndices() 16 gl::IndexVector<gl::Triangles> result; in quadTriangleIndices()
|
| H A D | render_static_data.hpp | 20 gl::IndexBuffer<gl::Triangles> quadTriangleIndexBuffer;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/ |
| H A D | render_heatmap_layer.cpp | 122 gl::Triangles(), in render() 169 gl::Triangles(), in render()
|
| H A D | render_fill_extrusion_layer.cpp | 90 gl::Triangles(), in render() 189 gl::Triangles(), in render()
|
| H A D | render_hillshade_layer.cpp | 100 gl::Triangles(), in render() 160 gl::Triangles(), in render()
|
| H A D | render_fill_layer.cpp | 119 gl::Triangles(), in render() 207 gl::Triangles(), in render()
|
| H A D | render_background_layer.cpp | 70 gl::Triangles(), in render()
|
| H A D | render_symbol_layer.cpp | 115 gl::Triangles(), in render() 283 gl::Triangles(), in render()
|
| H A D | render_raster_layer.cpp | 114 gl::Triangles(), in render()
|
| H A D | render_circle_layer.cpp | 99 gl::Triangles(), in render()
|
| H A D | render_line_layer.cpp | 88 gl::Triangles(), in render()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmxpict.c | 166 DMX_WRAP(Triangles, dmxTriangles, dmxScreen, ps); in dmxPictureInit() 1252 DMX_UNWRAP(Triangles, dmxScreen, ps); in dmxTriangles() 1254 if (ps->Triangles) in dmxTriangles() 1255 ps->Triangles(op, pSrc, pDst, maskFormat, xSrc, ySrc, ntri, *tris); in dmxTriangles() 1276 DMX_WRAP(Triangles, dmxTriangles, dmxScreen, ps); in dmxTriangles()
|
| H A D | dmx.h | 251 TrianglesProcPtr Triangles; member
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/manual/mappolyline_tester/ |
| H A D | main.qml | 113 model: ['Software','OpenGL LineStrip','OpenGL Triangles'] 156 model: ['Software','OpenGL LineStrip','OpenGL Triangles']
|
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor.c | 887 glamor_priv->saved_procs.triangles = ps->Triangles; in glamor_init() 888 ps->Triangles = glamor_triangles; in glamor_init() 956 ps->Triangles = glamor_priv->saved_procs.triangles; in glamor_close_screen()
|