/third_party/skia/third_party/externals/opengl-registry/extensions/KHR/ |
D | KHR_blend_equation_advanced.txt | 72 This extension adds a number of "advanced" blending equations that can be 77 - KHR_blend_equation_advanced: Provides the new blending equations, but 83 equations, and guarantees that blending is done coherently and in API 91 In unextended OpenGL, the set of blending equations is limited, and can be 92 expressed very simply. The MIN and MAX blend equations simply compute 101 This extension provides a number of new "advanced" blending equations. 103 blending equations do not use source and destination factors specified by 105 based on the source and destination colors. These new blend equations are 113 (coverage). Many of these advanced blending equations are formulated 118 equations are defined assuming that the source and destination coverage [all …]
|
/third_party/openGLES/extensions/KHR/ |
D | KHR_blend_equation_advanced.txt | 82 This extension adds a number of "advanced" blending equations that can be 87 - KHR_blend_equation_advanced: Provides the new blending equations, but 93 equations, and guarantees that blending is done coherently and in API 101 In unextended OpenGL, the set of blending equations is limited, and can be 102 expressed very simply. The MIN and MAX blend equations simply compute 111 This extension provides a number of new "advanced" blending equations. 113 blending equations do not use source and destination factors specified by 115 based on the source and destination colors. These new blend equations are 123 (coverage). Many of these advanced blending equations are formulated 128 equations are defined assuming that the source and destination coverage [all …]
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_blend_equation_advanced.txt | 62 This extension adds a number of "advanced" blending equations that can be 67 - NV_blend_equation_advanced: Provides the new blending equations, but 73 equations, and guarantees that blending is done coherently and in API 81 In unextended OpenGL, the set of blending equations is limited, and can be 82 expressed very simply. The MIN and MAX blend equations simply compute 91 This extension provides a number of new "advanced" blending equations. 93 blending equations do not use source and destination factors specified by 95 based on the source and destination colors. These new blend equations are 110 Many of these advanced blending equations are formulated where the result 127 limitations worth noting. First, the new blend equations are not [all …]
|
D | NV_blend_minmax_factor.txt | 57 equations, which caused the result of the blend equation to become 61 The MIN_EXT and MAX_EXT blend equations, however, do not include the 63 max functions. This extension provides two new blend equations that 124 supported, the FACTOR_MIN_AMD and FACTOR_MAX_AMD blending equations 128 blending equations, the error INVALID_OPERATION is generated by 147 the FACTOR_MIN_AMD or FACTOR_MAX_AMD blend equations are now allowed 149 blend equations for RGB and alpha for all non-NONE draw buffers. 221 equations introduced by NV_blend_equation_advanced (and 244 blend equations configuration for RGB and alpha; otherwise the
|
/third_party/openGLES/extensions/NV/ |
D | NV_blend_equation_advanced.txt | 62 This extension adds a number of "advanced" blending equations that can be 67 - NV_blend_equation_advanced: Provides the new blending equations, but 73 equations, and guarantees that blending is done coherently and in API 81 In unextended OpenGL, the set of blending equations is limited, and can be 82 expressed very simply. The MIN and MAX blend equations simply compute 91 This extension provides a number of new "advanced" blending equations. 93 blending equations do not use source and destination factors specified by 95 based on the source and destination colors. These new blend equations are 110 Many of these advanced blending equations are formulated where the result 127 limitations worth noting. First, the new blend equations are not [all …]
|
D | NV_blend_minmax_factor.txt | 57 equations, which caused the result of the blend equation to become 61 The MIN_EXT and MAX_EXT blend equations, however, do not include the 63 max functions. This extension provides two new blend equations that 124 supported, the FACTOR_MIN_AMD and FACTOR_MAX_AMD blending equations 128 blending equations, the error INVALID_OPERATION is generated by 147 the FACTOR_MIN_AMD or FACTOR_MAX_AMD blend equations are now allowed 149 blend equations for RGB and alpha for all non-NONE draw buffers. 221 equations introduced by NV_blend_equation_advanced (and 244 blend equations configuration for RGB and alpha; otherwise the
|
/third_party/openGLES/extensions/SGIX/ |
D | SGIX_blend_alpha_minmax.txt | 26 Two additional blending equations are specified using the interface 27 defined by EXT_blend_minmax. These equations are similar to the 28 MIN_EXT and MAX_EXT blending equations, but the outcome for all four 30 component's source and destination values. These equations are useful 55 Two additional blending equations are defined. If BlendEquationEXT is
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
D | SGIX_blend_alpha_minmax.txt | 26 Two additional blending equations are specified using the interface 27 defined by EXT_blend_minmax. These equations are similar to the 28 MIN_EXT and MAX_EXT blending equations, but the outcome for all four 30 component's source and destination values. These equations are useful 55 Two additional blending equations are defined. If BlendEquationEXT is
|
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
D | OES_blend_subtract.txt | 37 equation. While this document defines only two new equations, the 39 extensions to define additional blending equations. 41 In addition to the default blending equation, two new blending equations 42 are specified. These equations are similar to the default blending 78 "Blending is controlled by the blend equations, defined by the command 88 "Table 4.blendeq provides the corresponding per-component blend equations 119 Table 4.blendeq: Blend equations."
|
D | OES_blend_equation_separate.txt | 69 "Blending is controlled by the blend equations, defined by the commands 77 equations. <modeRGB> and <modeAlpha> must each be one of FUNC_ADD_OES, 84 equations for each mode, whether acting on RGB components for <modeRGB> 114 Table 4.blendeq: RGB and alpha blend equations." 120 and alpha blend equations... The initial blending equations for RGB and
|
/third_party/openGLES/extensions/OES/ |
D | OES_blend_subtract.txt | 47 equation. While this document defines only two new equations, the 49 extensions to define additional blending equations. 51 In addition to the default blending equation, two new blending equations 52 are specified. These equations are similar to the default blending 88 "Blending is controlled by the blend equations, defined by the command 98 "Table 4.blendeq provides the corresponding per-component blend equations 129 Table 4.blendeq: Blend equations."
|
D | OES_blend_equation_separate.txt | 79 "Blending is controlled by the blend equations, defined by the commands 87 equations. <modeRGB> and <modeAlpha> must each be one of FUNC_ADD_OES, 94 equations for each mode, whether acting on RGB components for <modeRGB> 124 Table 4.blendeq: RGB and alpha blend equations." 130 and alpha blend equations... The initial blending equations for RGB and
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_draw_buffers_blend.txt | 71 equations and blend functions for each color output. 123 blend equations. <mode>, <modeRGB>, and <modeAlpha> must be one of 125 BlendEquation and BlendEquationSeparate modify the blend equations 127 BlendEquationSeparateiARB modify the blend equations associated with 129 indicates that the blend equations should be modified for 159 argument is an integer i that indicates that the blend equations 166 integers for the RGB and alpha blend equations, four integers 172 For all draw buffers, the initial blend equations for RGB and alpha 180 values of the blend equations and functions can be queried by caling 184 The value of the blend enable, or the blend equations and functions [all …]
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_draw_buffers_blend.txt | 61 equations and blend functions for each color output. 113 blend equations. <mode>, <modeRGB>, and <modeAlpha> must be one of 115 BlendEquation and BlendEquationSeparate modify the blend equations 117 BlendEquationSeparateiARB modify the blend equations associated with 119 indicates that the blend equations should be modified for 149 argument is an integer i that indicates that the blend equations 156 integers for the RGB and alpha blend equations, four integers 162 For all draw buffers, the initial blend equations for RGB and alpha 170 values of the blend equations and functions can be queried by caling 174 The value of the blend enable, or the blend equations and functions [all …]
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NVX/ |
D | NVX_blend_equation_advanced_multi_draw_buffers.txt | 41 This extension adds support for using advanced blend equations 45 advanced blending equations only when rending to a single color 72 following paragraph. Advanced blend equations are now allowed with 74 equations.]] 110 blend equations are used and the blend equations for all the non-NONE draw
|
/third_party/openGLES/extensions/NVX/ |
D | NVX_blend_equation_advanced_multi_draw_buffers.txt | 41 This extension adds support for using advanced blend equations 45 advanced blending equations only when rending to a single color 72 following paragraph. Advanced blend equations are now allowed with 74 equations.]] 110 blend equations are used and the blend equations for all the non-NONE draw
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_blend_subtract.txt | 23 Two additional blending equations are specified using the interface 24 defined by EXT_blend_minmax. These equations are similar to the 51 Two additional blending equations are defined. If BlendEquationEXT is 98 EXT_blend_minmax were also supported, except that equations MIN_EXT
|
D | EXT_422_pixels.txt | 83 R, G, and B are defined in the following equations: 96 equations: 107 odd pixel equations are used for that pixel. 128 following equations. 139 according to the following equations: 147 the non-averaging pixel equations are used for that pixel.
|
D | EXT_blend_minmax.txt | 26 equation. While this document defines only two new equations, the 28 extensions to define additional blending equations. 30 The two new equations defined by this extension produce the minimum 39 and max equations don't.) Is this necessary? Is it too ugly? 122 If the GL is OpenGL ES, only the new MIN_EXT and MAX_EXT blend equations
|
D | EXT_blend_equation_separate.txt | 120 "The equations used to control blending are determined by the blend 121 equations. Blend equations are specified with the commands: 129 equations. modeRGB and modeAlpha must each be one of FUNC_ADD, 145 equations for each mode, whether acting on RGB components for modeRGB 185 Table 4.blendeq: RGB and alpha blend equations are their 186 per-component equations controlling the color components resulting 192 blend equations, four integer indicating the source and destination 195 is enabled or disabled. The initial blending equations for RGB and
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_blend_subtract.txt | 23 Two additional blending equations are specified using the interface 24 defined by EXT_blend_minmax. These equations are similar to the 51 Two additional blending equations are defined. If BlendEquationEXT is 98 EXT_blend_minmax were also supported, except that equations MIN_EXT
|
D | EXT_422_pixels.txt | 83 R, G, and B are defined in the following equations: 96 equations: 107 odd pixel equations are used for that pixel. 128 following equations. 139 according to the following equations: 147 the non-averaging pixel equations are used for that pixel.
|
D | EXT_blend_minmax.txt | 26 equation. While this document defines only two new equations, the 28 extensions to define additional blending equations. 30 The two new equations defined by this extension produce the minimum 39 and max equations don't.) Is this necessary? Is it too ugly? 122 If the GL is OpenGL ES, only the new MIN_EXT and MAX_EXT blend equations
|
D | EXT_blend_equation_separate.txt | 120 "The equations used to control blending are determined by the blend 121 equations. Blend equations are specified with the commands: 129 equations. modeRGB and modeAlpha must each be one of FUNC_ADD, 145 equations for each mode, whether acting on RGB components for modeRGB 185 Table 4.blendeq: RGB and alpha blend equations are their 186 per-component equations controlling the color components resulting 192 blend equations, four integer indicating the source and destination 195 is enabled or disabled. The initial blending equations for RGB and
|
/third_party/flutter/skia/third_party/externals/angle2/extensions/ |
D | EXT_blend_minmax.txt | 26 equation. While this document defines only two new equations, the 28 extensions to define additional blending equations. 30 The two new equations defined by this extension produce the minimum 39 and max equations don't.) Is this necessary? Is it too ugly? 122 If the GL is OpenGL ES, only the new MIN_EXT and MAX_EXT blend equations
|