Home
last modified time | relevance | path

Searched refs:FillLayoutVertex (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/
H A Dfill_bucket.hpp29 gl::VertexVector<FillLayoutVertex> vertices;
35 optional<gl::VertexBuffer<FillLayoutVertex>> vertexBuffer;
H A Ddebug_bucket.cpp26 gl::VertexVector<FillLayoutVertex> vertices; in DebugBucket()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/
H A Dfill_program.hpp112 using FillLayoutVertex = FillProgram::LayoutVertex; typedef
H A Dfill_program.cpp11 static_assert(sizeof(FillLayoutVertex) == 4, "expected FillLayoutVertex size");