Home
last modified time | relevance | path

Searched refs:Triangles (Results 1 – 25 of 36) sorted by relevance

12

/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;
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 Dcircle_bucket.hpp29 gl::IndexVector<gl::Triangles> triangles;
33 optional<gl::IndexBuffer<gl::Triangles>> indexBuffer;
H A Draster_bucket.hpp34 gl::IndexVector<gl::Triangles> indices;
38 optional<gl::IndexBuffer<gl::Triangles>> indexBuffer;
H A Dheatmap_bucket.hpp29 gl::IndexVector<gl::Triangles> triangles;
33 optional<gl::IndexBuffer<gl::Triangles>> indexBuffer;
H A Dfill_extrusion_bucket.hpp28 gl::IndexVector<gl::Triangles> triangles;
32 optional<gl::IndexBuffer<gl::Triangles>> indexBuffer;
H A Dfill_bucket.hpp31 gl::IndexVector<gl::Triangles> triangles;
37 optional<gl::IndexBuffer<gl::Triangles>> triangleIndexBuffer;
H A Dhillshade_bucket.hpp49 gl::IndexVector<gl::Triangles> indices;
53 optional<gl::IndexBuffer<gl::Triangles>> indexBuffer;
H A Dline_bucket.hpp35 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 Ddraw_mode.hpp53 class Triangles { class
58 static constexpr PrimitiveType primitiveType = PrimitiveType::Triangles;
H A Dtypes.hpp81 Triangles = 0x0004, enumerator
/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()
H A Drender_static_data.hpp20 gl::IndexBuffer<gl::Triangles> quadTriangleIndexBuffer;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_heatmap_layer.cpp122 gl::Triangles(), in render()
169 gl::Triangles(), in render()
H A Drender_fill_extrusion_layer.cpp90 gl::Triangles(), in render()
189 gl::Triangles(), in render()
H A Drender_hillshade_layer.cpp100 gl::Triangles(), in render()
160 gl::Triangles(), in render()
H A Drender_fill_layer.cpp119 gl::Triangles(), in render()
207 gl::Triangles(), in render()
H A Drender_background_layer.cpp70 gl::Triangles(), in render()
H A Drender_symbol_layer.cpp115 gl::Triangles(), in render()
283 gl::Triangles(), in render()
H A Drender_raster_layer.cpp114 gl::Triangles(), in render()
H A Drender_circle_layer.cpp99 gl::Triangles(), in render()
H A Drender_line_layer.cpp88 gl::Triangles(), in render()
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxpict.c166 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 Ddmx.h251 TrianglesProcPtr Triangles; member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/manual/mappolyline_tester/
H A Dmain.qml113 model: ['Software','OpenGL LineStrip','OpenGL Triangles']
156 model: ['Software','OpenGL LineStrip','OpenGL Triangles']
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor.c887 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()

12