HomeSort by relevance Sort by last modified time
    Searched refs:GL_FUNC_ADD (Results 1 - 25 of 198) sorted by null

1 2 3 4 5 6 7 8

  /external/deqp/modules/gles2/performance/
es2pBlendTests.cpp 146 { "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_ALPHA, GL_ONE, GL_ONE, GL_ONE_MINUS_SRC_ALPHA }
    [all...]
es2pStateChangeCallTests.cpp 306 GL_FUNC_ADD,
457 GL_FUNC_ADD,
463 GL_FUNC_ADD,
es2pTextureCases.cpp 212 gl.blendEquation(GL_FUNC_ADD);
  /external/deqp/modules/gles3/performance/
es3pBlendTests.cpp 149 { "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_ALPHA, GL_ONE, GL_ONE, GL_ONE_MINUS_SRC_ALPHA }
    [all...]
es3pStateChangeCallTests.cpp 341 GL_FUNC_ADD,
492 GL_FUNC_ADD,
498 GL_FUNC_ADD,
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_util.c 43 case GL_FUNC_ADD:
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_util.c 43 case GL_FUNC_ADD:
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_pixel.c 72 ctx->Color.Blend[0].EquationRGB != GL_FUNC_ADD ||
75 ctx->Color.Blend[0].EquationA != GL_FUNC_ADD)) {
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_pixel.c 72 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/
s_blend.c 78 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/
s_blend.c 78 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/
es2fBlendTests.cpp 312 { 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));
es2fNegativeFragmentApiTests.cpp 142 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/
es3fBlendTests.cpp 369 { 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));
es3fNegativeFragmentApiTests.cpp 142 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/
gles2_cmd_decoder_unittest_0_autogen.h 31 EXPECT_CALL(*gl_, BlendEquationSeparate(GL_FUNC_ADD, GL_FUNC_ADD))
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_gldefs.h 73 case GL_FUNC_ADD:
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_gldefs.h 73 case GL_FUNC_ADD:
  /frameworks/base/libs/hwui/
RenderState.cpp 141 glBlendEquation(GL_FUNC_ADD);
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Validate.cpp 20 return mode == GL_FUNC_ADD ||
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLESvalidate.cpp 128 return mode == GL_FUNC_ADD ||
  /external/deqp/modules/glshared/
glsInteractionTestUtil.cpp 98 GL_FUNC_ADD,
126 GL_FUNC_ADD,
  /external/deqp/modules/gles31/functional/
es31fNegativeFragmentApiTests.cpp 140 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/
st_atom_blend.c 53 case GL_FUNC_ADD:
  /external/deqp/framework/opengl/simplereference/
sglrReferenceUtils.cpp 255 case GL_FUNC_ADD: return rr::BLENDEQUATION_ADD;

Completed in 269 milliseconds

1 2 3 4 5 6 7 8