| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/ |
| H A D | collision_box_program.hpp | 64 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 D | symbol_program.hpp | 125 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 D | line_program.hpp | 95 static UniformValues uniformValues(const RenderLinePaintProperties::PossiblyEvaluated&, 123 static UniformValues uniformValues(const RenderLinePaintProperties::PossiblyEvaluated&, 152 static UniformValues uniformValues(const RenderLinePaintProperties::PossiblyEvaluated&,
|
| H A D | program.hpp | 50 const UniformValues& uniformValues, in computeAllUniformValues() argument 54 return uniformValues in computeAllUniformValues() 55 .concat(paintPropertyBinders.uniformValues(currentZoom, currentProperties)); in computeAllUniformValues()
|
| H A D | line_program.cpp | 35 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 D | symbol_program.cpp | 104 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 D | render_line_layer.cpp | 67 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 D | render_symbol_layer.cpp | 87 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 D | render_background_layer.cpp | 53 auto draw = [&](auto& program, auto&& uniformValues) { in render() argument 55 std::move(uniformValues), in render()
|
| H A D | render_fill_extrusion_layer.cpp | 71 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 D | program.hpp | 121 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 D | paint_property_binder.hpp | 327 …UniformValues uniformValues(float currentZoom, const EvaluatedProperties& currentProperties) const… in uniformValues() function in mbgl::PaintPropertyBinders
|