Home
last modified time | relevance | path

Searched refs:LineLayoutVertex (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/
H A Dline_bucket.hpp34 gl::VertexVector<LineLayoutVertex> vertices;
38 optional<gl::VertexBuffer<LineLayoutVertex>> vertexBuffer;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/
H A Dline_program.hpp162 using LineLayoutVertex = LineProgram::LayoutVertex; typedef
H A Dline_program.cpp13 static_assert(sizeof(LineLayoutVertex) == 12, "expected LineLayoutVertex size");