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 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
|
| H A D | collision_box_program.hpp | 64 const UniformValues& uniformValues, in draw() 143 const UniformValues& uniformValues, 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()
|
| H A D | program.hpp | 50 const UniformValues& uniformValues, in computeAllUniformValues()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/ |
| H A D | render_background_layer.cpp | 53 auto draw = [&](auto& program, auto&& uniformValues) { in render()
|
| H A D | render_fill_extrusion_layer.cpp | 71 auto draw = [&](auto& programInstance, const auto& tileBucket, auto&& uniformValues) { in render()
|
| H A D | render_line_layer.cpp | 67 auto draw = [&] (auto& program, auto&& uniformValues) { in render()
|
| H A D | render_symbol_layer.cpp | 93 { 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()
|
| /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
|