Lines Matching full:blending
532 By blending the fragments into the frame buffer, the edges of
641 By enabling the appropriate blending mode, polygon edges will
1660 <h2>6.4 Blending and Logicop</h2>
1661 Blending or a logic operation combines the incoming fragment color with
1662 the destination frame buffer color according to a blending equation or
1665 Blending is enabled and disabled with the commands <span
1673 If both blending and the logic operation are enabled, the logic
1674 operation has higher priority; blending is bypassed.<br>
1816 <h3>6.4.2 Blending</h3>
1824 specifies the terms of the blending equation. If Cf = (Rf, Gf,
1967 The fragment's color is replaced by the result of the blending equation.<br>
1975 is GL_ZERO. Blending is disabled by default.<br>
2405 <td style="vertical-align: top;">Zero if blending is disabled.<br>
2406 One if blending is enabled.<br>