Home
last modified time | relevance | path

Searched defs:uniformValues (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/
H A Dline_program.cpp35 LineProgram::uniformValues(const RenderLinePaintProperties::PossiblyEvaluated& properties, in uniformValues() function in mbgl::LineProgram
48 LineSDFProgram::uniformValues(const RenderLinePaintProperties::PossiblyEvaluated& properties, in uniformValues() function in mbgl::LineSDFProgram
85 LinePatternProgram::uniformValues(const RenderLinePaintProperties::PossiblyEvaluated& properties, in uniformValues() function in mbgl::LinePatternProgram
H A Dsymbol_program.cpp104 SymbolIconProgram::uniformValues(const bool isText, in uniformValues() function in mbgl::SymbolIconProgram
126 … SymbolSDFProgram<PaintProperties>::UniformValues SymbolSDFProgram<PaintProperties>::uniformValues( in uniformValues() function in mbgl::SymbolSDFProgram
H A Dcollision_box_program.hpp64 const UniformValues& uniformValues, in draw()
143 const UniformValues& uniformValues, in draw()
H A Dsymbol_program.hpp125 UniformValues uniformValues(float currentZoom) const { in uniformValues() function in mbgl::SymbolSizeBinder
281 const UniformValues& uniformValues, in computeAllUniformValues()
H A Dprogram.hpp50 const UniformValues& uniformValues, in computeAllUniformValues()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_background_layer.cpp53 auto draw = [&](auto& program, auto&& uniformValues) { in render()
H A Drender_fill_extrusion_layer.cpp71 auto draw = [&](auto& programInstance, const auto& tileBucket, auto&& uniformValues) { in render()
H A Drender_line_layer.cpp67 auto draw = [&] (auto& program, auto&& uniformValues) { in render()
H A Drender_symbol_layer.cpp93 { in render()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dprogram.hpp121 const UniformValues& uniformValues, in draw()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Dpaint_property_binder.hpp327 …UniformValues uniformValues(float currentZoom, const EvaluatedProperties& currentProperties) const… in uniformValues() function in mbgl::PaintPropertyBinders