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

1 2 3 4 5

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_util.c 45 case GL_MIN:
brw_cc.c 168 if (eqRGB == GL_MIN || eqRGB == GL_MAX) {
172 if (eqA == GL_MIN || eqA == GL_MAX) {
gen6_cc.c 105 if (eqRGB == GL_MIN || eqRGB == GL_MAX) {
109 if (eqA == GL_MIN || eqA == GL_MAX) {
  /external/mesa3d/src/mesa/state_tracker/
st_atom_blend.c 59 case GL_MIN:
220 if (ctx->Color.Blend[i].EquationRGB == GL_MIN ||
236 if (ctx->Color.Blend[i].EquationA == GL_MIN ||
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_gldefs.h 75 case GL_MIN:
  /external/deqp/modules/gles3/performance/
es3pBlendTests.cpp 152 { "min", GL_MIN, GL_MIN, GL_ONE, GL_ONE, GL_ONE, GL_ONE },
  /external/deqp/modules/gles3/functional/
es3fBlendTests.cpp 377 { GL_MIN, "min" },
422 if ((eq.glValue == GL_MIN || eq.glValue == GL_MAX) && (srcFuncNdx > 0 || dstFuncNdx > 0)) // MIN and MAX don't depend on factors.
431 if (eq.glValue != GL_MIN && eq.glValue != GL_MAX)
  /external/deqp/framework/opengl/simplereference/
sglrReferenceUtils.cpp 258 case GL_MIN: return rr::BLENDEQUATION_MIN;
  /external/mesa3d/src/mesa/swrast/
s_blend.c 316 ASSERT(ctx->Color.Blend[0].EquationRGB == GL_MIN);
317 ASSERT(ctx->Color.Blend[0].EquationA == GL_MIN);
760 case GL_MIN:
788 case GL_MIN:
915 else if (eq == GL_MIN) {
916 /* Note: GL_MIN ignores the blending weight factors */
    [all...]
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES30Header.java-if 52 public static final int GL_MIN = 0x8007;
  /external/deqp/modules/glshared/
glsInteractionTestUtil.cpp 101 GL_MIN,
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_state.c 270 case GL_MIN:
303 if (eqRGB == GL_MIN || eqRGB == GL_MAX) {
307 if (eqA == GL_MIN || eqA == GL_MAX) {
    [all...]
i830_state.c 279 * function because some blend equations (i.e., \c GL_MIN and \c GL_MAX)
302 case GL_MIN:
330 case GL_MIN:
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/
GL30.java 53 public final int GL_MIN = 0x8007;
    [all...]
  /external/deqp/framework/opengl/
gluStrUtil.inl 355 case GL_MIN: return "GL_MIN";
    [all...]
  /external/deqp/modules/gles31/functional/
es31fIndexedStateQueryTests.cpp     [all...]
  /development/ndk/platforms/android-18/samples/gles3jni/jni/
gl3stub.h 100 #define GL_MIN 0x8007
    [all...]
  /development/ndk/sources/android/ndk_helper/
gl3stub.h 110 #define GL_MIN 0x8007
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/vs/Glut/EmptyGL/GL/
egl_defs.h 664 #define GL_MIN 0x8007
  /external/mesa3d/src/mesa/main/
blend.c 333 case GL_MIN:
  /frameworks/base/opengl/java/android/opengl/
GLES30.java 52 public static final int GL_MIN = 0x8007;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLEnum.java 738 GL_MIN(0x8007),
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_state.c 195 * function because some blend equations (i.e., \c GL_MIN and \c GL_MAX)
198 * value if color blending is not enabled, since at least blend equations GL_MIN
248 case GL_MIN:
282 case GL_MIN:
    [all...]
  /development/ndk/platforms/android-18/include/GLES3/
gl3.h 522 #define GL_MIN 0x8007
    [all...]
  /development/ndk/platforms/android-21/include/GLES3/
gl3.h 551 #define GL_MIN 0x8007
    [all...]

Completed in 287 milliseconds

1 2 3 4 5