Home
last modified time | relevance | path

Searched refs:IndexBuffer (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.hpp96 optional<gl::IndexBuffer<gl::Triangles>> indexBuffer;
113 optional<gl::IndexBuffer<gl::Triangles>> indexBuffer;
127 optional<gl::IndexBuffer<gl::Lines>> indexBuffer;
132 optional<gl::IndexBuffer<gl::Triangles>> indexBuffer;
H A Dfill_bucket.hpp36 optional<gl::IndexBuffer<gl::Lines>> lineIndexBuffer;
37 optional<gl::IndexBuffer<gl::Triangles>> triangleIndexBuffer;
H A Ddebug_bucket.hpp38 optional<gl::IndexBuffer<gl::Lines>> indexBuffer;
H A Dcircle_bucket.hpp33 optional<gl::IndexBuffer<gl::Triangles>> indexBuffer;
H A Draster_bucket.hpp38 optional<gl::IndexBuffer<gl::Triangles>> indexBuffer;
H A Dheatmap_bucket.hpp33 optional<gl::IndexBuffer<gl::Triangles>> indexBuffer;
H A Dfill_extrusion_bucket.hpp32 optional<gl::IndexBuffer<gl::Triangles>> indexBuffer;
H A Dhillshade_bucket.hpp53 optional<gl::IndexBuffer<gl::Triangles>> indexBuffer;
H A Dline_bucket.hpp39 optional<gl::IndexBuffer<gl::Triangles>> indexBuffer;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Drender_static_data.hpp20 gl::IndexBuffer<gl::Triangles> quadTriangleIndexBuffer;
21 gl::IndexBuffer<gl::LineStrip> tileBorderIndexBuffer;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dcontext.hpp80IndexBuffer<DrawMode> createIndexBuffer(IndexVector<DrawMode>&& v, const BufferUsage usage = Buffe… in createIndexBuffer()
81 return IndexBuffer<DrawMode> { in createIndexBuffer()
88 void updateIndexBuffer(IndexBuffer<DrawMode>& buffer, IndexVector<DrawMode>&& v) { in updateIndexBuffer()
H A Dindex_buffer.hpp36 class IndexBuffer { class
H A Dprogram.hpp124 const IndexBuffer<DrawMode>& indexBuffer, in draw()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/
H A Dcollision_box_program.hpp67 const gl::IndexBuffer<DrawMode>& indexBuffer, in draw()
146 const gl::IndexBuffer<DrawMode>& indexBuffer, in draw()
H A Dprogram.hpp76 const gl::IndexBuffer<DrawMode>& indexBuffer, in draw()
H A Dsymbol_program.hpp314 const gl::IndexBuffer<DrawMode>& indexBuffer, in draw()