Home
last modified time | relevance | path

Searched refs:CircleLayoutVertex (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 Dcircle_bucket.hpp28 gl::VertexVector<CircleLayoutVertex> vertices;
32 optional<gl::VertexBuffer<CircleLayoutVertex>> vertexBuffer;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/
H A Dcircle_program.cpp5 static_assert(sizeof(CircleLayoutVertex) == 4, "expected CircleLayoutVertex size");
H A Dcircle_program.hpp48 using CircleLayoutVertex = CircleProgram::LayoutVertex; typedef