Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/
H A Dprogram.hpp27 using PaintProperties = PaintProps; typedef in mbgl::Program
28 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::ProgramMap
116 Program& get(const typename PaintProperties::PossiblyEvaluated& currentProperties) { in get()
H A Dsymbol_program.cpp125 template <class PaintProperties>
126 typename SymbolSDFProgram<PaintProperties>::UniformValues SymbolSDFProgram<PaintProperties>::unifor… in uniformValues()
141 return makeValues<SymbolSDFProgram<PaintProperties>::UniformValues>( in uniformValues()
H A Dsymbol_program.hpp257 using PaintProperties = PaintProps; typedef in mbgl::SymbolProgram
258 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>;
H A Dcollision_box_program.hpp70 const typename PaintProperties::PossiblyEvaluated& currentProperties, in draw()
149 const typename PaintProperties::PossiblyEvaluated& currentProperties, in draw()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/layers/
H A Dlayer_properties.hpp.ejs46 class <%- camelize(type) %>PaintProperties : public Properties<
H A Dlayer.cpp.ejs48 impl_->paint = <%- camelize(type) %>PaintProperties::Transitionable();