Home
last modified time | relevance | path

Searched refs:modeRGB (Results 1 – 25 of 161) sorted by relevance

1234567

/third_party/mesa3d/src/mesa/main/
Dblend.c641 blend_equation_separate(struct gl_context *ctx, GLenum modeRGB, GLenum modeA, in blend_equation_separate() argument
651 if (ctx->Color.Blend[buf].EquationRGB != modeRGB || in blend_equation_separate()
659 if (ctx->Color.Blend[0].EquationRGB != modeRGB || in blend_equation_separate()
669 if ((modeRGB != modeA) && !ctx->Extensions.EXT_blend_equation_separate) { in blend_equation_separate()
681 if (!legal_simple_blend_equation(ctx, modeRGB)) { in blend_equation_separate()
696 ctx->Color.Blend[buf].EquationRGB = modeRGB; in blend_equation_separate()
703 ctx->Driver.BlendEquationSeparate(ctx, modeRGB, modeA); in blend_equation_separate()
708 _mesa_BlendEquationSeparate_no_error(GLenum modeRGB, GLenum modeA) in _mesa_BlendEquationSeparate_no_error() argument
711 blend_equation_separate(ctx, modeRGB, modeA, true); in _mesa_BlendEquationSeparate_no_error()
716 _mesa_BlendEquationSeparate(GLenum modeRGB, GLenum modeA) in _mesa_BlendEquationSeparate() argument
[all …]
Dblend.h86 _mesa_BlendEquationSeparate_no_error(GLenum modeRGB, GLenum modeA);
89 _mesa_BlendEquationSeparate( GLenum modeRGB, GLenum modeA );
93 _mesa_BlendEquationSeparateiARB_no_error(GLuint buf, GLenum modeRGB,
96 _mesa_BlendEquationSeparateiARB(GLuint buf, GLenum modeRGB, GLenum modeA);
/third_party/vk-gl-cts/modules/gles2/performance/
Des2pBlendTests.cpp46 …BlendCase (Context& context, const char* name, const char* description, GLenum modeRGB, GLenum m…
62 BlendCase::BlendCase (Context& context, const char* name, const char* description, GLenum modeRGB, … in BlendCase() argument
64 , m_modeRGB (modeRGB) in BlendCase()
137 GLenum modeRGB; in init() member
164 …addChild(new BlendCase(m_context, cases[caseNdx].name, "", cases[caseNdx].modeRGB, cases[caseNdx].… in init()
/third_party/vk-gl-cts/modules/gles3/performance/
Des3pBlendTests.cpp46 …BlendCase (Context& context, const char* name, const char* description, GLenum modeRGB, GLenum m…
62 BlendCase::BlendCase (Context& context, const char* name, const char* description, GLenum modeRGB, … in BlendCase() argument
64 , m_modeRGB (modeRGB) in BlendCase()
140 GLenum modeRGB; in init() member
171 …addChild(new BlendCase(m_context, cases[caseNdx].name, "", cases[caseNdx].modeRGB, cases[caseNdx].… in init()
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_blend_equation_separate.txt45 void BlendEquationSeparateOES(enum modeRGB, enum modeAlpha);
72 void BlendEquationSeparateOES(enum modeRGB, enum modeAlpha);
74 BlendEquationSeparateOES argument <modeRGB> determines the RGB blend
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>
133 INVALID_ENUM is generated if either the modeRGB or modeAlpha
DOES_draw_buffers_indexed.txt69 void BlendEquationSeparateiOES(uint buf, enum modeRGB,
101 <modeRGB> and <modeAlpha> parameters of BlendEquationSeparateiOES:
166 void BlendEquationSeparate(enum modeRGB, enum modeAlpha);
172 enum modeRGB,
176 <modeRGB> determines the RGB blend equation while <modeAlpha>
179 blend equations. <mode>, <modeRGB>, and <modeAlpha> must be one of
332 The error INVALID_ENUM is generated if either the <modeRGB> or
448 commands if mode/modeRGB/modeAlpha/srcRGB/srcAlpha/dstRGB/dstAlpha is
/third_party/openGLES/extensions/OES/
DOES_blend_equation_separate.txt55 void BlendEquationSeparateOES(enum modeRGB, enum modeAlpha);
82 void BlendEquationSeparateOES(enum modeRGB, enum modeAlpha);
84 BlendEquationSeparateOES argument <modeRGB> determines the RGB blend
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>
143 INVALID_ENUM is generated if either the modeRGB or modeAlpha
DOES_draw_buffers_indexed.txt84 void BlendEquationSeparateiOES(uint buf, enum modeRGB,
116 <modeRGB> and <modeAlpha> parameters of BlendEquationSeparateiOES:
181 void BlendEquationSeparate(enum modeRGB, enum modeAlpha);
187 enum modeRGB,
191 <modeRGB> determines the RGB blend equation while <modeAlpha>
194 blend equations. <mode>, <modeRGB>, and <modeAlpha> must be one of
347 The error INVALID_ENUM is generated if either the <modeRGB> or
463 commands if mode/modeRGB/modeAlpha/srcRGB/srcAlpha/dstRGB/dstAlpha is
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_blend_equation_separate.txt95 void BlendEquationSeparateEXT(enum modeRGB,
124 void BlendEquationSeparateEXT(enum modeRGB, enum modeAlpha);
126 BlendEquationSeparateEXT arguments modeRGB determines the RGB blend
129 equations. modeRGB and modeAlpha must each be one of FUNC_ADD,
145 equations for each mode, whether acting on RGB components for modeRGB
218 4 ENUM modeRGB
245 INVALID_ENUM is generated if either the modeRGB or modeAlpha
DEXT_draw_buffers_indexed.txt68 void BlendEquationSeparateiEXT(uint buf, enum modeRGB,
100 <modeRGB> and <modeAlpha> parameters of BlendEquationSeparateiEXT:
165 void BlendEquationSeparate(enum modeRGB, enum modeAlpha);
171 enum modeRGB,
175 <modeRGB> determines the RGB blend equation while <modeAlpha>
178 blend equations. <mode>, <modeRGB>, and <modeAlpha> must be one of
331 The error INVALID_ENUM is generated if either the <modeRGB> or
462 commands if mode/modeRGB/modeAlpha/srcRGB/srcAlpha/dstRGB/dstAlpha is
/third_party/openGLES/extensions/EXT/
DEXT_blend_equation_separate.txt95 void BlendEquationSeparateEXT(enum modeRGB,
124 void BlendEquationSeparateEXT(enum modeRGB, enum modeAlpha);
126 BlendEquationSeparateEXT arguments modeRGB determines the RGB blend
129 equations. modeRGB and modeAlpha must each be one of FUNC_ADD,
145 equations for each mode, whether acting on RGB components for modeRGB
218 4 ENUM modeRGB
245 INVALID_ENUM is generated if either the modeRGB or modeAlpha
DEXT_draw_buffers_indexed.txt68 void BlendEquationSeparateiEXT(uint buf, enum modeRGB,
100 <modeRGB> and <modeAlpha> parameters of BlendEquationSeparateiEXT:
165 void BlendEquationSeparate(enum modeRGB, enum modeAlpha);
171 enum modeRGB,
175 <modeRGB> determines the RGB blend equation while <modeAlpha>
178 blend equations. <mode>, <modeRGB>, and <modeAlpha> must be one of
331 The error INVALID_ENUM is generated if either the <modeRGB> or
462 commands if mode/modeRGB/modeAlpha/srcRGB/srcAlpha/dstRGB/dstAlpha is
/third_party/openGLES/extensions/AMD/
DAMD_blend_minmax_factor.txt63 the <modeRGB> and <modeAlpha> parameters of BlendEquationSeparate and
80 Modify the list of accepted tokens for <mode>, <modeRGB> and <modeAlpha>
83 "... <mode>, <modeRGB>, <modeAlpha> must be one of FUNC_ADD, FUNC_SUBTRACT,
DAMD_draw_buffers_blend.txt62 void BlendEquationSeparateIndexedAMD(uint buf, enum modeRGB,
89 void BlendEquationSeparate(enum modeRGB, enum modeAlpha);
97 enum modeRGB,
102 <modeRGB> determine the RGB blend function while <modeAlpha>
105 equations with a single argument <mode>. <modeRGB> and <modeAlpha>
196 The error INVALID_ENUM is generated if either the <modeRGB> or <modeAlpha>
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/
DAMD_blend_minmax_factor.txt63 the <modeRGB> and <modeAlpha> parameters of BlendEquationSeparate and
80 Modify the list of accepted tokens for <mode>, <modeRGB> and <modeAlpha>
83 "... <mode>, <modeRGB>, <modeAlpha> must be one of FUNC_ADD, FUNC_SUBTRACT,
DAMD_draw_buffers_blend.txt62 void BlendEquationSeparateIndexedAMD(uint buf, enum modeRGB,
89 void BlendEquationSeparate(enum modeRGB, enum modeAlpha);
97 enum modeRGB,
102 <modeRGB> determine the RGB blend function while <modeAlpha>
105 equations with a single argument <mode>. <modeRGB> and <modeAlpha>
196 The error INVALID_ENUM is generated if either the <modeRGB> or <modeAlpha>
/third_party/openGLES/extensions/ARB/
DARB_draw_buffers_blend.txt77 void BlendEquationSeparateiARB(uint buf, enum modeRGB,
109 void BlendEquationSeparate(enum modeRGB, enum modeAlpha);
116 enum modeRGB,
120 <modeRGB> determines the RGB blend equation while <modeAlpha>
123 blend equations. <mode>, <modeRGB>, and <modeAlpha> must be one of
231 The error INVALID_ENUM is generated if either the <modeRGB> or
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_draw_buffers_blend.txt67 void BlendEquationSeparateiARB(uint buf, enum modeRGB,
99 void BlendEquationSeparate(enum modeRGB, enum modeAlpha);
106 enum modeRGB,
110 <modeRGB> determines the RGB blend equation while <modeAlpha>
113 blend equations. <mode>, <modeRGB>, and <modeAlpha> must be one of
221 The error INVALID_ENUM is generated if either the <modeRGB> or
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/glprototypes/
Dblending.h81 (GLenum modeRGB,
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_4_0_autogen.cpp67 void GL_APIENTRY BlendEquationSeparatei(GLuint buf, GLenum modeRGB, GLenum modeAlpha) in BlendEquationSeparatei() argument
70 GLenumToString(GLenumGroup::BlendEquationModeEXT, modeRGB), in BlendEquationSeparatei()
78 ValidateBlendEquationSeparatei(context, buf, modeRGB, modeAlpha)); in BlendEquationSeparatei()
81 context->blendEquationSeparatei(buf, modeRGB, modeAlpha); in BlendEquationSeparatei()
83 ANGLE_CAPTURE(BlendEquationSeparatei, isCallValid, context, buf, modeRGB, modeAlpha); in BlendEquationSeparatei()
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_blend_minmax_factor.txt77 the <modeRGB> and <modeAlpha> parameters of BlendEquationSeparate and
94 Modify the list of accepted tokens for <mode>, <modeRGB> and <modeAlpha>
97 "... <mode>, <modeRGB>, <modeAlpha> must be one of FUNC_ADD, FUNC_SUBTRACT,
/third_party/openGLES/extensions/NV/
DNV_blend_minmax_factor.txt77 the <modeRGB> and <modeAlpha> parameters of BlendEquationSeparate and
94 Modify the list of accepted tokens for <mode>, <modeRGB> and <modeAlpha>
97 "... <mode>, <modeRGB>, <modeAlpha> must be one of FUNC_ADD, FUNC_SUBTRACT,
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DvalidationES32.cpp37 GLenum modeRGB, in ValidateBlendEquationSeparatei() argument
46 if (!ValidateBlendEquationSeparate(context, entryPoint, modeRGB, modeAlpha)) in ValidateBlendEquationSeparatei()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DContext_gl_4_0_autogen.h15 void blendEquationSeparatei(GLuint buf, GLenum modeRGB, GLenum modeAlpha); \
/third_party/vk-gl-cts/framework/opengl/simplereference/
DsglrContextWrapper.cpp324 void ContextWrapper::glBlendEquationSeparate (deUint32 modeRGB, deUint32 modeAlpha) in glBlendEquationSeparate() argument
326 m_curCtx->blendEquationSeparate(modeRGB, modeAlpha); in glBlendEquationSeparate()

1234567