Home
last modified time | relevance | path

Searched refs:LineSDFProgram (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 Dline_program.cpp47 LineSDFProgram::UniformValues
48 LineSDFProgram::uniformValues(const RenderLinePaintProperties::PossiblyEvaluated& properties, in uniformValues()
69 return makeValues<LineSDFProgram::UniformValues>( in uniformValues()
H A Dprograms.hpp67 ProgramMap<LineSDFProgram> lineSDF;
H A Dline_program.hpp132 class LineSDFProgram : public Program< class
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_line_layer.cpp109 LineSDFProgram::uniformValues( in render()