Searched refs:HillshadeProgram (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/ |
| H A D | hillshade_program.hpp | 20 class HillshadeProgram : public Program< class 52 using HillshadeLayoutVertex = HillshadeProgram::LayoutVertex; 53 using HillshadeAttributes = HillshadeProgram::Attributes;
|
| H A D | programs.hpp | 64 HillshadeProgram hillshade;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/ |
| H A D | hillshade_bucket.cpp | 91 …HillshadeProgram::layoutVertex({ tlVertex.x, tlVertex.y }, { static_cast<uint16_t>(tlVertex.x), st… in setMask() 93 …HillshadeProgram::layoutVertex({ brVertex.x, tlVertex.y }, { static_cast<uint16_t>(brVertex.x), st… in setMask() 95 …HillshadeProgram::layoutVertex({ tlVertex.x, brVertex.y }, { static_cast<uint16_t>(tlVertex.x), st… in setMask() 97 …HillshadeProgram::layoutVertex({ brVertex.x, brVertex.y }, { static_cast<uint16_t>(brVertex.x), st… in setMask()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/ |
| H A D | render_hillshade_layer.cpp | 74 const HillshadeProgram::PaintPropertyBinders paintAttributeData{ evaluated, 0 }; in render() 77 HillshadeProgram::UniformValues { in render()
|