Home
last modified time | relevance | path

Searched refs:opacityVertexBuffer (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 Dsymbol_bucket.cpp57 if (!text.opacityVertexBuffer) { in upload()
58 …text.opacityVertexBuffer = context.createVertexBuffer(std::move(text.opacityVertices), gl::BufferU… in upload()
60 … context.updateVertexBuffer(*text.opacityVertexBuffer, std::move(text.opacityVertices)); in upload()
76 if (!icon.opacityVertexBuffer) { in upload()
77 …icon.opacityVertexBuffer = context.createVertexBuffer(std::move(icon.opacityVertices), gl::BufferU… in upload()
79 … context.updateVertexBuffer(*icon.opacityVertexBuffer, std::move(icon.opacityVertices)); in upload()
H A Dsymbol_bucket.hpp95 optional<gl::VertexBuffer<SymbolOpacityAttributes::Vertex>> opacityVertexBuffer; member
112 optional<gl::VertexBuffer<SymbolOpacityAttributes::Vertex>> opacityVertexBuffer; member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/
H A Dsymbol_program.hpp293 const gl::VertexBuffer<SymbolOpacityAttributes::Vertex>& opacityVertexBuffer, in computeAllAttributeBindings() argument
297 layoutVertexBuffer.vertexCount == opacityVertexBuffer.vertexCount); in computeAllAttributeBindings()
300 .concat(SymbolOpacityAttributes::bindings(opacityVertexBuffer)) in computeAllAttributeBindings()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_symbol_layer.cpp106 *buffers.opacityVertexBuffer, in render()