Home
last modified time | relevance | path

Searched refs:uniformValues (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/
H A Dcollision_box_program.hpp64 const UniformValues& uniformValues, in draw() argument
73 typename AllUniforms::Values allUniformValues = uniformValues in draw()
74 .concat(paintPropertyBinders.uniformValues(currentZoom, currentProperties)); in draw()
143 const UniformValues& uniformValues, in draw() argument
152 typename AllUniforms::Values allUniformValues = uniformValues in draw()
153 .concat(paintPropertyBinders.uniformValues(currentZoom, currentProperties)); in draw()
H A Dsymbol_program.hpp125 UniformValues uniformValues(float currentZoom) const { in uniformValues() function in mbgl::SymbolSizeBinder
281 const UniformValues& uniformValues, in computeAllUniformValues() argument
286 return uniformValues.concat(symbolSizeBinder.uniformValues(currentZoom)) in computeAllUniformValues()
287 .concat(paintPropertyBinders.uniformValues(currentZoom, currentProperties)); in computeAllUniformValues()
365 static UniformValues uniformValues(const bool isText,
431 static UniformValues uniformValues(const bool isText,
H A Dline_program.hpp95 static UniformValues uniformValues(const RenderLinePaintProperties::PossiblyEvaluated&,
123 static UniformValues uniformValues(const RenderLinePaintProperties::PossiblyEvaluated&,
152 static UniformValues uniformValues(const RenderLinePaintProperties::PossiblyEvaluated&,
H A Dprogram.hpp50 const UniformValues& uniformValues, in computeAllUniformValues() argument
54 return uniformValues in computeAllUniformValues()
55 .concat(paintPropertyBinders.uniformValues(currentZoom, currentProperties)); in computeAllUniformValues()
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
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_line_layer.cpp67 auto draw = [&] (auto& program, auto&& uniformValues) { in render() argument
73 std::move(uniformValues), in render()
109 LineSDFProgram::uniformValues( in render()
129 LinePatternProgram::uniformValues( in render()
140 LineProgram::uniformValues( in render()
H A Drender_symbol_layer.cpp87 auto&& uniformValues, in render()
97 std::move(uniformValues), in render()
163 …SymbolSDFIconProgram::uniformValues(false, values, texsize, parameters.pixelsToGLUnits, alongLine,… in render()
173 …SymbolSDFIconProgram::uniformValues(false, values, texsize, parameters.pixelsToGLUnits, alongLine,… in render()
182 …SymbolIconProgram::uniformValues(false, values, texsize, parameters.pixelsToGLUnits, alongLine, ti… in render()
216 …SymbolSDFTextProgram::uniformValues(true, values, texsize, parameters.pixelsToGLUnits, alongLine, … in render()
226 …SymbolSDFTextProgram::uniformValues(true, values, texsize, parameters.pixelsToGLUnits, alongLine, … in render()
H A Drender_background_layer.cpp53 auto draw = [&](auto& program, auto&& uniformValues) { in render() argument
55 std::move(uniformValues), in render()
H A Drender_fill_extrusion_layer.cpp71 auto draw = [&](auto& programInstance, const auto& tileBucket, auto&& uniformValues) { in render() argument
75 std::move(uniformValues), 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() argument
136 Uniforms::bind(uniformsState, 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