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

1 2 3 4

  /external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/angle/tests/angle_tests/
BlendMinMaxTest.cpp 51 glBlendEquation(blendMin ? GL_MIN : GL_MAX);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_gldefs.h 75 case 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 372 { GL_MIN, "min" },
417 if ((eq.glValue == GL_MIN || eq.glValue == GL_MAX) && (srcFuncNdx > 0 || dstFuncNdx > 0)) // MIN and MAX don't depend on factors.
426 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/chromium_org/third_party/mesa/src/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...]
  /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/chromium_org/third_party/mesa/src/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/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/deqp/framework/opengl/
gluStrUtil.inl 345 case GL_MIN: return "GL_MIN";
    [all...]
  /development/ndk/platforms/android-18/samples/gles3jni/jni/
gl3stub.h 97 #define GL_MIN 0x8007
    [all...]
  /development/ndk/sources/android/ndk_helper/
gl3stub.h 107 #define GL_MIN 0x8007
    [all...]

Completed in 764 milliseconds

1 2 3 4