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

1 2 3 4 5 6 7

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_util.c 41 case GL_MIN:
gen8_blend_state.c 113 if (eqRGB == GL_MIN || eqRGB == GL_MAX)
116 if (eqA == GL_MIN || eqA == GL_MAX)
251 if (eqRGB == GL_MIN || eqRGB == GL_MAX)
254 if (eqA == GL_MIN || eqA == GL_MAX)
gen6_cc.c 116 if (eqRGB == GL_MIN || eqRGB == GL_MAX) {
120 if (eqA == GL_MIN || eqA == GL_MAX) {
brw_cc.c 185 if (eqRGB == GL_MIN || eqRGB == GL_MAX) {
189 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 313 assert(ctx->Color.Blend[0].EquationRGB == GL_MIN);
314 assert(ctx->Color.Blend[0].EquationA == GL_MIN);
757 case GL_MIN:
785 case GL_MIN:
912 else if (eq == GL_MIN) {
913 /* 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 272 case GL_MIN:
305 if (eqRGB == GL_MIN || eqRGB == GL_MAX) {
309 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/deqp/framework/opengl/
gluStrUtil.inl 356 case GL_MIN: return "GL_MIN";
    [all...]
  /external/deqp/modules/gles31/functional/
es31fIndexedStateQueryTests.cpp     [all...]
  /external/mesa3d/src/mesa/main/
blend.c 350 case GL_MIN:
  /frameworks/base/opengl/java/android/opengl/
GLES30.java 52 public static final int GL_MIN = 0x8007;
    [all...]
  /prebuilts/ndk/r11/sources/android/ndk_helper/
gl3stub.h 110 #define GL_MIN 0x8007
    [all...]
  /prebuilts/ndk/r13/sources/android/ndk_helper/
gl3stub.h 110 #define 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 198 * function because some blend equations (i.e., \c GL_MIN and \c GL_MAX)
201 * value if color blending is not enabled, since at least blend equations GL_MIN
251 case GL_MIN:
285 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...]
  /device/generic/goldfish-opengl/system/include/GLES3/
gl3.h 551 #define GL_MIN 0x8007
    [all...]

Completed in 204 milliseconds

1 2 3 4 5 6 7