Searched refs:GL_ONE (Results 1 - 25 of 122) sorted by relevance

12345

/external/deqp/modules/gles2/performance/
H A Des2pBlendTests.cpp146 { "add", GL_FUNC_ADD, GL_FUNC_ADD, GL_ONE, GL_ONE, GL_ONE, GL_ONE },
147 { "subtract", GL_FUNC_SUBTRACT, GL_FUNC_SUBTRACT, GL_ONE, GL_ONE, GL_ONE, GL_ONE },
148 { "reverse_subtract", GL_FUNC_REVERSE_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT, GL_ONE, GL_ONE, GL_ON
[all...]
H A Des2pStateChangeCallTests.cpp420 GL_ONE,
437 GL_ONE,
743 GL_ONE,
760 GL_ONE,
777 GL_ONE,
794 GL_ONE,
H A Des2pTextureCases.cpp211 gl.blendFunc(GL_ONE, GL_ONE);
/external/deqp/modules/gles3/performance/
H A Des3pBlendTests.cpp149 { "add", GL_FUNC_ADD, GL_FUNC_ADD, GL_ONE, GL_ONE, GL_ONE, GL_ONE },
150 { "subtract", GL_FUNC_SUBTRACT, GL_FUNC_SUBTRACT, GL_ONE, GL_ONE, GL_ONE, GL_ONE },
151 { "reverse_subtract", GL_FUNC_REVERSE_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT, GL_ONE, GL_ONE, GL_ON
[all...]
H A Des3pStateChangeCallTests.cpp455 GL_ONE,
472 GL_ONE,
805 GL_ONE,
822 GL_ONE,
839 GL_ONE,
856 GL_ONE,
/external/deqp/external/openglcts/modules/glesext/draw_buffers_indexed/
H A DesextcDrawBuffersIndexedNegative.cpp77 gl.blendFuncSeparatei(maxDrawBuffers, GL_CONSTANT_COLOR, GL_DST_ALPHA, GL_SRC_ALPHA, GL_ONE);
80 "glBlendFuncSeparatei(maxDrawBuffers, GL_CONSTANT_COLOR, GL_DST_ALPHA, GL_SRC_ALPHA, GL_ONE)");
143 gl.blendFuncSeparatei(0, GL_MIN, GL_ONE, GL_ONE, GL_ONE);
144 success &= ExpectedError(GL_INVALID_ENUM, "glBlendFuncSeparatei(0, GL_MIN, GL_ONE, GL_ONE, GL_ONE)");
146 gl.blendFuncSeparatei(0, GL_ONE, GL_MIN, GL_ONE, GL_ON
[all...]
H A DesextcDrawBuffersIndexedCoverage.cpp83 gl.blendFuncSeparatei(i, GL_CONSTANT_COLOR, GL_DST_ALPHA, GL_SRC_ALPHA, GL_ONE);
93 gl.blendFunc(GL_ONE, GL_ZERO);
H A DesextcDrawBuffersIndexedBase.hpp74 , func_src_rgb(GL_ONE)
75 , func_src_a(GL_ONE)
H A DesextcDrawBuffersIndexedSetGet.cpp84 state.SetBlendFuncSeparatei(2, GL_ZERO, GL_ONE, GL_SRC_COLOR, GL_DST_COLOR);
H A DesextcDrawBuffersIndexedBlending.cpp182 state.SetBlendFunci(i, GL_ONE, GL_ONE);
188 state.SetBlendFuncSeparatei(i, GL_ZERO, GL_ONE, GL_ONE, GL_ZERO);
200 state.SetBlendFunci(i, GL_ONE, GL_ONE);
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_pixel.c46 return GL_ONE;
70 (effective_func(ctx->Color.Blend[0].SrcRGB, src_alpha_is_one) != GL_ONE ||
73 effective_func(ctx->Color.Blend[0].SrcA, src_alpha_is_one) != GL_ONE ||
H A Dintel_state.c123 case GL_ONE:
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_pixel.c43 return GL_ONE;
67 (effective_func(ctx->Color.Blend[0].SrcRGB, src_alpha_is_one) != GL_ONE ||
70 effective_func(ctx->Color.Blend[0].SrcA, src_alpha_is_one) != GL_ONE ||
H A Dbrw_util.c61 case GL_ONE:
H A Dgen8_blend_state.c114 srcRGB = dstRGB = GL_ONE;
117 srcA = dstA = GL_ONE;
252 srcRGB = dstRGB = GL_ONE;
255 srcA = dstA = GL_ONE;
H A Dbrw_cc.c101 return GL_ONE;
176 * with GL_ONE and GL_ONE_MINUS_DST_ALPHA with GL_ZERO.
186 srcRGB = dstRGB = GL_ONE;
190 srcA = dstA = GL_ONE;
/external/deqp/modules/gles2/functional/
H A Des2fNegativeFragmentApiTests.cpp159 glBlendFuncSeparate(-1, GL_ONE, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR);
163 glBlendFuncSeparate(GL_ZERO, GL_ONE, -1, GL_ONE_MINUS_SRC_COLOR);
165 glBlendFuncSeparate(GL_ZERO, GL_ONE, GL_SRC_COLOR, -1);
172 glBlendFunc(-1, GL_ONE);
174 glBlendFunc(GL_ONE, -1);
H A Des2fBlendTests.cpp325 { GL_ONE, "one" },
405 paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_ONE, GL_FUNC_ADD, funcAlpha.glValue, GL_ONE, defaultBlendColor));
443 paramSets.push_back(BlendParams(eqRGB.glValue, GL_ONE, GL_ONE, eqAlpha.glValue, GL_ONE, GL_ONE, defaultBlendColor));
/external/deqp/modules/gles31/functional/
H A Des31fNegativeFragmentApiTests.cpp207 ctx.glBlendFunc(-1, GL_ONE);
209 ctx.glBlendFunc(GL_ONE, -1);
217 ctx.glBlendFuncSeparate(-1, GL_ONE, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR);
221 ctx.glBlendFuncSeparate(GL_ZERO, GL_ONE, -1, GL_ONE_MINUS_SRC_COLOR);
223 ctx.glBlendFuncSeparate(GL_ZERO, GL_ONE, GL_SRC_COLOR, -1);
237 ctx.glBlendFunci(0, -1, GL_ONE);
239 ctx.glBlendFunci(0, GL_ONE, -1);
243 ctx.glBlendFunci(-1, GL_ONE, GL_ONE);
245 ctx.glBlendFunci(maxDrawBuffers, GL_ONE, GL_ON
[all...]
H A Des31fFboSRGBWriteControlTests.cpp303 blendConfigs[0].funcSrc = GL_ONE;
304 blendConfigs[0].funcDst = GL_ONE;
305 blendConfigs[1].funcSrc = GL_ONE;
308 blendConfigs[2].funcDst = GL_ONE;
318 blendConfigs[4].funcSrc = GL_ONE;
319 blendConfigs[4].funcDst = GL_ONE;
320 blendConfigs[5].funcSrc = GL_ONE;
323 blendConfigs[6].funcDst = GL_ONE;
333 blendConfigs[8].funcSrc = GL_ONE;
334 blendConfigs[8].funcDst = GL_ONE;
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fTextureSwizzleTests.cpp58 case GL_ONE: return (1<<8)-1;
276 { "one", GL_ONE }
293 { "all_one", GL_ONE, GL_ONE, GL_ONE, GL_ONE },
296 { "one_one_red_green", GL_ONE, GL_ONE, GL_RED, GL_GREEN }
H A Des3fNegativeFragmentApiTests.cpp161 glBlendFunc(-1, GL_ONE);
163 glBlendFunc(GL_ONE, -1);
170 glBlendFuncSeparate(-1, GL_ONE, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR);
174 glBlendFuncSeparate(GL_ZERO, GL_ONE, -1, GL_ONE_MINUS_SRC_COLOR);
176 glBlendFuncSeparate(GL_ZERO, GL_ONE, GL_SRC_COLOR, -1);
H A Des3fBlendTests.cpp384 { GL_ONE, "one" },
470 paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_ONE, GL_FUNC_ADD, funcAlpha.glValue, GL_ONE, defaultBlendColor));
508 paramSets.push_back(BlendParams(eqRGB.glValue, GL_ONE, GL_ONE, eqAlpha.glValue, GL_ONE, GL_ONE, defaultBlendColor));
/external/mesa3d/src/mesa/swrast/
H A Ds_blend.c33 * Celestia uses glBlendFunc(GL_SRC_ALPHA, GL_ONE), for example.
65 * Special case for glBlendFunc(GL_ZERO, GL_ONE).
78 assert(ctx->Color.Blend[0].DstRGB == GL_ONE);
94 * Special case for glBlendFunc(GL_ONE, GL_ZERO)
103 assert(ctx->Color.Blend[0].SrcRGB == GL_ONE);
239 * Add src and dest: glBlendFunc(GL_ONE, GL_ONE).
250 assert(ctx->Color.Blend[0].SrcRGB == GL_ONE);
251 assert(ctx->Color.Blend[0].DstRGB == GL_ONE);
504 case GL_ONE
[all...]
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_gldefs.h36 case GL_ONE:

Completed in 627 milliseconds

12345