Searched refs:PaintProperties (Results 1 – 6 of 6) sorted by relevance
27 using PaintProperties = PaintProps; typedef in mbgl::Program28 using PaintPropertyBinders = typename PaintProperties::Binders;52 const typename PaintProperties::PossiblyEvaluated& currentProperties, in computeAllUniformValues()61 const typename PaintProperties::PossiblyEvaluated& currentProperties) { in computeAllAttributeBindings()107 using PaintProperties = typename Program::PaintProperties; typedef in mbgl::ProgramMap116 Program& get(const typename PaintProperties::PossiblyEvaluated& currentProperties) { in get()
125 template <class PaintProperties>126 typename SymbolSDFProgram<PaintProperties>::UniformValues SymbolSDFProgram<PaintProperties>::unifor… in uniformValues()141 return makeValues<SymbolSDFProgram<PaintProperties>::UniformValues>( in uniformValues()
257 using PaintProperties = PaintProps; typedef in mbgl::SymbolProgram258 using PaintPropertyBinders = typename PaintProperties::Binders;284 const typename PaintProperties::PossiblyEvaluated& currentProperties, in computeAllUniformValues()295 const typename PaintProperties::PossiblyEvaluated& currentProperties) { in computeAllAttributeBindings()380 template <class PaintProperties>401 PaintProperties>423 PaintProperties>;
70 const typename PaintProperties::PossiblyEvaluated& currentProperties, in draw()149 const typename PaintProperties::PossiblyEvaluated& currentProperties, in draw()
46 class <%- camelize(type) %>PaintProperties : public Properties<
48 impl_->paint = <%- camelize(type) %>PaintProperties::Transitionable();