| H A D | color_mode.hpp | 12 Add = 0x8006, enumerator 50 static constexpr BlendEquation equation = BlendEquation::Add; 55 using Add = LinearBlend<BlendEquation::Add>; typedef in mbgl::gl::ColorMode 61 Add, 86 return ColorMode { Add { One, OneMinusSrcAlpha }, {}, { true, true, true, true } }; in alphaBlended() 90 return ColorMode { Add { One, One }, {}, { true, true, true, true } }; in additive()
|