Searched refs:GL_FUNC_ADD (Results 1 - 25 of 91) sorted by relevance

1234

/external/deqp/modules/gles2/performance/
H A Des2pBlendTests.cpp146 { "add", GL_FUNC_ADD, GL_FUNC_ADD, GL_ONE, GL_ONE, GL_ONE, GL_ONE },
151 { "dst_atop", GL_FUNC_ADD, GL_FUNC_ADD, GL_ONE_MINUS_DST_ALPHA, GL_SRC_ALPHA, GL_ONE, GL_ZERO },
152 { "dst_in", GL_FUNC_ADD, GL_FUNC_ADD, GL_ZERO, GL_SRC_ALPHA, GL_ZERO, GL_SRC_ALPHA },
153 { "dst_out", GL_FUNC_ADD, GL_FUNC_ADD, GL_ZERO, GL_ONE_MINUS_SRC_ALPHA, GL_ZERO, GL_ONE_MINUS_SRC_ALPHA },
154 { "dst_over", GL_FUNC_ADD, GL_FUNC_ADD, GL_ONE_MINUS_DST_ALPH
[all...]
H A Des2pStateChangeCallTests.cpp306 GL_FUNC_ADD,
457 GL_FUNC_ADD,
463 GL_FUNC_ADD,
/external/deqp/modules/gles3/performance/
H A Des3pBlendTests.cpp149 { "add", GL_FUNC_ADD, GL_FUNC_ADD, GL_ONE, GL_ONE, GL_ONE, GL_ONE },
156 { "dst_atop", GL_FUNC_ADD, GL_FUNC_ADD, GL_ONE_MINUS_DST_ALPHA, GL_SRC_ALPHA, GL_ONE, GL_ZERO },
157 { "dst_in", GL_FUNC_ADD, GL_FUNC_ADD, GL_ZERO, GL_SRC_ALPHA, GL_ZERO, GL_SRC_ALPHA },
158 { "dst_out", GL_FUNC_ADD, GL_FUNC_ADD, GL_ZERO, GL_ONE_MINUS_SRC_ALPHA, GL_ZERO, GL_ONE_MINUS_SRC_ALPHA },
159 { "dst_over", GL_FUNC_ADD, GL_FUNC_ADD, GL_ONE_MINUS_DST_ALPH
[all...]
H A Des3pStateChangeCallTests.cpp341 GL_FUNC_ADD,
492 GL_FUNC_ADD,
498 GL_FUNC_ADD,
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_util.c43 case GL_FUNC_ADD:
H A Dintel_pixel.c72 ctx->Color.Blend[0].EquationRGB != GL_FUNC_ADD ||
75 ctx->Color.Blend[0].EquationA != GL_FUNC_ADD)) {
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_util.c43 case GL_FUNC_ADD:
H A Dintel_pixel.c72 ctx->Color.Blend[0].EquationRGB != GL_FUNC_ADD ||
75 ctx->Color.Blend[0].EquationA != GL_FUNC_ADD)) {
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_pixel.c72 ctx->Color.Blend[0].EquationRGB != GL_FUNC_ADD ||
75 ctx->Color.Blend[0].EquationA != GL_FUNC_ADD)) {
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_pixel.c72 ctx->Color.Blend[0].EquationRGB != GL_FUNC_ADD ||
75 ctx->Color.Blend[0].EquationA != GL_FUNC_ADD)) {
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_pixel.c72 ctx->Color.Blend[0].EquationRGB != GL_FUNC_ADD ||
75 ctx->Color.Blend[0].EquationA != GL_FUNC_ADD)) {
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_pixel.c72 ctx->Color.Blend[0].EquationRGB != GL_FUNC_ADD ||
75 ctx->Color.Blend[0].EquationA != GL_FUNC_ADD)) {
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_blend.c78 ASSERT(ctx->Color.Blend[0].EquationRGB == GL_FUNC_ADD);
79 ASSERT(ctx->Color.Blend[0].EquationA == GL_FUNC_ADD);
104 ASSERT(ctx->Color.Blend[0].EquationRGB == GL_FUNC_ADD);
105 ASSERT(ctx->Color.Blend[0].EquationA == GL_FUNC_ADD);
128 ASSERT(ctx->Color.Blend[0].EquationRGB == GL_FUNC_ADD);
129 ASSERT(ctx->Color.Blend[0].EquationA == GL_FUNC_ADD);
173 ASSERT(ctx->Color.Blend[0].EquationRGB == GL_FUNC_ADD);
174 ASSERT(ctx->Color.Blend[0].EquationA == GL_FUNC_ADD);
211 ASSERT(ctx->Color.Blend[0].EquationRGB == GL_FUNC_ADD);
212 ASSERT(ctx->Color.Blend[0].EquationA == GL_FUNC_ADD);
[all...]
/external/mesa3d/src/mesa/swrast/
H A Ds_blend.c78 ASSERT(ctx->Color.Blend[0].EquationRGB == GL_FUNC_ADD);
79 ASSERT(ctx->Color.Blend[0].EquationA == GL_FUNC_ADD);
104 ASSERT(ctx->Color.Blend[0].EquationRGB == GL_FUNC_ADD);
105 ASSERT(ctx->Color.Blend[0].EquationA == GL_FUNC_ADD);
128 ASSERT(ctx->Color.Blend[0].EquationRGB == GL_FUNC_ADD);
129 ASSERT(ctx->Color.Blend[0].EquationA == GL_FUNC_ADD);
173 ASSERT(ctx->Color.Blend[0].EquationRGB == GL_FUNC_ADD);
174 ASSERT(ctx->Color.Blend[0].EquationA == GL_FUNC_ADD);
211 ASSERT(ctx->Color.Blend[0].EquationRGB == GL_FUNC_ADD);
212 ASSERT(ctx->Color.Blend[0].EquationA == GL_FUNC_ADD);
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fBlendTests.cpp312 { GL_FUNC_ADD, "add" },
400 paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_ONE, GL_FUNC_ADD, funcAlpha.glValue, GL_ONE, defaultBlendColor));
401 paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_ZERO, GL_FUNC_ADD, funcAlpha.glValue, GL_ZERO, defaultBlendColor));
402 paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_SRC_COLOR, GL_FUNC_ADD, funcAlpha.glValue, GL_SRC_COLOR, defaultBlendColor));
403 paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_DST_COLOR, GL_FUNC_ADD, funcAlpha.glValue, GL_DST_COLOR, defaultBlendColor));
H A Des2fNegativeFragmentApiTests.cpp142 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if mode is not one of GL_FUNC_ADD, GL_FUNC_SUBTRACT, or GL_FUNC_REVERSE_SUBTRACT.");
149 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if either modeRGB or modeAlpha is not one of GL_FUNC_ADD, GL_FUNC_SUBTRACT, or GL_FUNC_REVERSE_SUBTRACT.");
150 glBlendEquationSeparate(-1, GL_FUNC_ADD);
152 glBlendEquationSeparate(GL_FUNC_ADD, -1);
/external/deqp/modules/gles3/functional/
H A Des3fBlendTests.cpp369 { GL_FUNC_ADD, "add" },
465 paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_ONE, GL_FUNC_ADD, funcAlpha.glValue, GL_ONE, defaultBlendColor));
466 paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_ZERO, GL_FUNC_ADD, funcAlpha.glValue, GL_ZERO, defaultBlendColor));
467 paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_SRC_COLOR, GL_FUNC_ADD, funcAlpha.glValue, GL_SRC_COLOR, defaultBlendColor));
468 paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_DST_COLOR, GL_FUNC_ADD, funcAlpha.glValue, GL_DST_COLOR, defaultBlendColor));
H A Des3fNegativeFragmentApiTests.cpp142 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if mode is not GL_FUNC_ADD, GL_FUNC_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT, GL_MAX or GL_MIN.");
149 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if modeRGB is not GL_FUNC_ADD, GL_FUNC_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT, GL_MAX or GL_MIN.");
150 glBlendEquationSeparate(-1, GL_FUNC_ADD);
153 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if modeAlpha is not GL_FUNC_ADD, GL_FUNC_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT, GL_MAX or GL_MIN.");
154 glBlendEquationSeparate(GL_FUNC_ADD, -1);
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_0_autogen.h31 EXPECT_CALL(*gl_, BlendEquationSeparate(GL_FUNC_ADD, GL_FUNC_ADD))
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnouveau_gldefs.h73 case GL_FUNC_ADD:
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_gldefs.h73 case GL_FUNC_ADD:
/external/deqp/modules/glshared/
H A DglsInteractionTestUtil.cpp98 GL_FUNC_ADD,
126 GL_FUNC_ADD,
/external/deqp/modules/gles31/functional/
H A Des31fNegativeFragmentApiTests.cpp140 ctx.beginSection("GL_INVALID_ENUM is generated if mode is not GL_FUNC_ADD, GL_FUNC_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT, GL_MAX or GL_MIN.");
148 ctx.beginSection("GL_INVALID_ENUM is generated if modeRGB is not GL_FUNC_ADD, GL_FUNC_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT, GL_MAX or GL_MIN.");
149 ctx.glBlendEquationSeparate(-1, GL_FUNC_ADD);
152 ctx.beginSection("GL_INVALID_ENUM is generated if modeAlpha is not GL_FUNC_ADD, GL_FUNC_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT, GL_MAX or GL_MIN.");
153 ctx.glBlendEquationSeparate(GL_FUNC_ADD, -1);
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_atom_blend.c53 case GL_FUNC_ADD:
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceUtils.cpp255 case GL_FUNC_ADD: return rr::BLENDEQUATION_ADD;

Completed in 378 milliseconds

1234