Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/
H A Dsymbol_program.hpp292 const gl::VertexBuffer<SymbolDynamicLayoutAttributes::Vertex>& dynamicLayoutVertexBuffer, in computeAllAttributeBindings() argument
296 assert(layoutVertexBuffer.vertexCount == dynamicLayoutVertexBuffer.vertexCount && in computeAllAttributeBindings()
299 .concat(SymbolDynamicLayoutAttributes::bindings(dynamicLayoutVertexBuffer)) in computeAllAttributeBindings()