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

1 2 3 4 5 6 7 8 9

  /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,
es3pTextureCases.cpp 239 gl.blendEquation(GL_FUNC_ADD);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_util.c 43 case 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/deqp/modules/gles31/functional/
es31fNegativeFragmentApiTests.cpp 142 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.");
150 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.");
151 ctx.glBlendEquationSeparate(-1, GL_FUNC_ADD);
154 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.");
155 ctx.glBlendEquationSeparate(GL_FUNC_ADD, -1);
168 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.");
173 ctx.glBlendEquationi(-1, GL_FUNC_ADD);
175 ctx.glBlendEquationi(maxDrawBuffers, GL_FUNC_ADD);
188 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.");
189 ctx.glBlendEquationSeparatei(0, -1, GL_FUNC_ADD);
    [all...]
es31fNegativeAdvancedBlendEquationTests.cpp 245 ctx.glBlendEquation(GL_FUNC_ADD);
  /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 317 { GL_FUNC_ADD, "add" },
405 paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_ONE, GL_FUNC_ADD, funcAlpha.glValue, GL_ONE, defaultBlendColor));
406 paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_ZERO, GL_FUNC_ADD, funcAlpha.glValue, GL_ZERO, defaultBlendColor));
407 paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_SRC_COLOR, GL_FUNC_ADD, funcAlpha.glValue, GL_SRC_COLOR, defaultBlendColor));
408 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 374 { GL_FUNC_ADD, "add" },
470 paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_ONE, GL_FUNC_ADD, funcAlpha.glValue, GL_ONE, defaultBlendColor));
471 paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_ZERO, GL_FUNC_ADD, funcAlpha.glValue, GL_ZERO, defaultBlendColor));
472 paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_SRC_COLOR, GL_FUNC_ADD, funcAlpha.glValue, GL_SRC_COLOR, defaultBlendColor));
473 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);
es3fFboInvalidateTests.cpp 191 glBlendEquation (GL_FUNC_ADD);
285 glBlendEquation (GL_FUNC_ADD);
340 glBlendEquation (GL_FUNC_ADD);
430 glBlendEquation (GL_FUNC_ADD);
540 glBlendEquation (GL_FUNC_ADD);
794 glBlendEquation (GL_FUNC_ADD);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_gldefs.h 73 case GL_FUNC_ADD:
  /external/deqp/modules/glshared/
glsInteractionTestUtil.cpp 98 GL_FUNC_ADD,
126 GL_FUNC_ADD,
  /external/deqp/framework/opengl/simplereference/
sglrReferenceUtils.cpp 255 case GL_FUNC_ADD: return rr::BLENDEQUATION_ADD;
  /external/mesa3d/src/mesa/state_tracker/
st_atom_blend.c 53 case GL_FUNC_ADD:
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL11ExtensionPack.java 66 int GL_FUNC_ADD = 0x8006;
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES20Header.java-if 49 public static final int GL_FUNC_ADD = 0x8006;
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLState.java 217 GLEnum.GL_FUNC_ADD);
219 GLEnum.GL_FUNC_ADD);
  /external/mesa3d/src/mesa/main/
blend.c 329 case GL_FUNC_ADD:
840 ctx->Color.Blend[i].EquationRGB = GL_FUNC_ADD;
841 ctx->Color.Blend[i].EquationA = GL_FUNC_ADD;
  /external/deqp/framework/opengl/
gluStateReset.cpp 342 gl.blendEquationi (drawBufferNdx, GL_FUNC_ADD);
365 gl.blendEquation(GL_FUNC_ADD);
    [all...]

Completed in 874 milliseconds

1 2 3 4 5 6 7 8 9