Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/
H A Dcollision_box_program.hpp65 const gl::VertexBuffer<CollisionBoxLayoutAttributes::Vertex>& layoutVertexBuffer, in draw() argument
76 …ributes::Bindings allAttributeBindings = CollisionBoxLayoutAttributes::bindings(layoutVertexBuffer) in draw()
80 assert(layoutVertexBuffer.vertexCount == dynamicVertexBuffer.vertexCount); in draw()
144 const gl::VertexBuffer<CollisionBoxLayoutAttributes::Vertex>& layoutVertexBuffer, in draw() argument
155 …ributes::Bindings allAttributeBindings = CollisionBoxLayoutAttributes::bindings(layoutVertexBuffer) in draw()
H A Dsymbol_program.hpp291 const gl::VertexBuffer<LayoutVertex>& layoutVertexBuffer, in computeAllAttributeBindings() argument
296 assert(layoutVertexBuffer.vertexCount == dynamicLayoutVertexBuffer.vertexCount && in computeAllAttributeBindings()
297 layoutVertexBuffer.vertexCount == opacityVertexBuffer.vertexCount); in computeAllAttributeBindings()
298 return LayoutAttributes::bindings(layoutVertexBuffer) in computeAllAttributeBindings()
H A Dprogram.hpp59 const gl::VertexBuffer<LayoutVertex>& layoutVertexBuffer, in computeAllAttributeBindings() argument
62 return LayoutAttributes::bindings(layoutVertexBuffer) in computeAllAttributeBindings()