Lines Matching refs:blend
455 // Blend premultiplied src and dst with given blend mode.
458 BlendFunc blend = GetBlendFunc(mode);
462 return blend(srcNorm, dstNorm);
708 // Set blend equation.
793 "Test new blend modes for correctness.")
841 // Cobinations that test other branches of blend equations.
883 // to test this format and the blend functions.
895 // Cobinations that test other branches of blend equations.
1014 // Enable blending and set blend equation.
1029 // Get pixel to blend.
1208 // Enable blending and set blend equation.
1342 // Enable blending and set blend equation.
1555 // Enable blending and set blend equation.
1627 "Test that advanced blend modes are correctly rejected from glBlendEquationSeparate.")
1658 // Set separate blend equations.
1827 // Test that BlendEquationSeparate rejects advanced blend modes.
1830 // Test that advanced blend equations cannot be used with multiple render targets.
1833 // Test that using new blend modes produce errors if appropriate qualifier
1834 // is not in the shader (test without any blend qualifier and with mismatching qualifier).
1842 // Test that each blend mode produces correct results.