Searched refs:SymbolOpacityAttributes (Results 1 – 4 of 4) sorted by relevance
88 gl::VertexVector<SymbolOpacityAttributes::Vertex> opacityVertices;95 optional<gl::VertexBuffer<SymbolOpacityAttributes::Vertex>> opacityVertexBuffer;104 gl::VertexVector<SymbolOpacityAttributes::Vertex> opacityVertices;112 optional<gl::VertexBuffer<SymbolOpacityAttributes::Vertex>> opacityVertexBuffer;
88 struct SymbolOpacityAttributes : gl::Attributes<attributes::a_fade_opacity> { struct255 …youtAttributes, gl::ConcatenateAttributes<SymbolDynamicLayoutAttributes, SymbolOpacityAttributes>>;293 const gl::VertexBuffer<SymbolOpacityAttributes::Vertex>& opacityVertexBuffer, in computeAllAttributeBindings()300 .concat(SymbolOpacityAttributes::bindings(opacityVertexBuffer)) in computeAllAttributeBindings()
280 …auto opacityVertex = SymbolOpacityAttributes::vertex(opacityState.text.placed, opacityState.text.o… in updateBucketOpacities()295 …auto opacityVertex = SymbolOpacityAttributes::vertex(opacityState.icon.placed, opacityState.icon.o… in updateBucketOpacities()
531 auto opacityVertex = SymbolOpacityAttributes::vertex(1.0, 1.0); in addSymbol()