Home
last modified time | relevance | path

Searched defs:BlendEquation (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dvalue.hpp126 struct BlendEquation { struct
127 using Type = ColorMode::BlendEquation;
128 static const constexpr Type Default = ColorMode::BlendEquation::Add;
H A Dcolor_mode.hpp11 enum class BlendEquation { enum in mbgl::gl::ColorMode