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

123456

/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...]
/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...]
/external/chromium_org/third_party/mesa/src/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.c124 case GL_ONE:
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
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 Dbrw_util.c66 case GL_ONE:
H A Dintel_state.c124 case GL_ONE:
H A Dbrw_cc.c83 return GL_ONE;
159 * with GL_ONE and GL_ONE_MINUS_DST_ALPHA with GL_ZERO.
169 srcRGB = dstRGB = GL_ONE;
173 srcA = dstA = GL_ONE;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
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.c124 case 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.c124 case GL_ONE:
/external/mesa3d/src/mesa/drivers/dri/i965/
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 Dbrw_util.c66 case GL_ONE:
H A Dintel_state.c124 case GL_ONE:
H A Dbrw_cc.c83 return GL_ONE;
159 * with GL_ONE and GL_ONE_MINUS_DST_ALPHA with GL_ZERO.
169 srcRGB = dstRGB = GL_ONE;
173 srcA = dstA = GL_ONE;
/external/mesa3d/src/mesa/drivers/dri/intel/
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.c124 case 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.cpp320 { GL_ONE, "one" },
400 paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_ONE, GL_FUNC_ADD, funcAlpha.glValue, GL_ONE, defaultBlendColor));
438 paramSets.push_back(BlendParams(eqRGB.glValue, GL_ONE, GL_ONE, eqAlpha.glValue, GL_ONE, GL_ONE, defaultBlendColor));
/external/deqp/modules/gles3/functional/
H A Des3fTextureSwizzleTests.cpp57 case GL_ONE: return (1<<8)-1;
275 { "one", GL_ONE }
292 { "all_one", GL_ONE, GL_ONE, GL_ONE, GL_ONE },
295 { "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);
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_0_autogen.h34 EXPECT_CALL(*gl_, BlendFuncSeparate(GL_ONE, GL_ZERO, GL_ONE, GL_ZERO))
/external/chromium_org/third_party/angle/tests/angle_tests/
H A DLineLoopTest.cpp52 glBlendFunc(GL_ONE, GL_ONE);
/external/deqp/modules/gles31/functional/
H A Des31fNegativeFragmentApiTests.cpp161 ctx.glBlendFunc(-1, GL_ONE);
163 ctx.glBlendFunc(GL_ONE, -1);
171 ctx.glBlendFuncSeparate(-1, GL_ONE, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR);
175 ctx.glBlendFuncSeparate(GL_ZERO, GL_ONE, -1, GL_ONE_MINUS_SRC_COLOR);
177 ctx.glBlendFuncSeparate(GL_ZERO, GL_ONE, GL_SRC_COLOR, -1);

Completed in 1467 milliseconds

123456