Home
last modified time | relevance | path

Searched refs:LayoutAttributes (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/
H A Dprogram.hpp24 using LayoutAttributes = LayoutAttrs; typedef in mbgl::Program
25 using LayoutVertex = typename LayoutAttributes::Vertex;
30 using Attributes = gl::ConcatenateAttributes<LayoutAttributes, PaintAttributes>;
62 return LayoutAttributes::bindings(layoutVertexBuffer) in computeAllAttributeBindings()
H A Dsymbol_program.hpp252 using LayoutAttributes = LayoutAttrs; typedef in mbgl::SymbolProgram
253 using LayoutVertex = typename LayoutAttributes::Vertex;
255 …using LayoutAndSizeAttributes = gl::ConcatenateAttributes<LayoutAttributes, gl::ConcatenateAttribu…
298 return LayoutAttributes::bindings(layoutVertexBuffer) in computeAllAttributeBindings()