Home
last modified time | relevance | path

Searched refs:GL_MIN (Results 1 – 25 of 28) sorted by relevance

12

/external/mesa3d/src/mesa/state_tracker/
Dst_atom_blend.c59 case GL_MIN: in translate_blend()
220 if (ctx->Color.Blend[i].EquationRGB == GL_MIN || in update_blend()
236 if (ctx->Color.Blend[i].EquationA == GL_MIN || in update_blend()
/external/deqp/modules/gles3/performance/
Des3pBlendTests.cpp152 { "min", GL_MIN, GL_MIN, GL_ONE, GL_ONE, GL_ONE, GL_ONE }, in init()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_util.c45 case GL_MIN: in brw_translate_blend_equation()
Dgen6_cc.c105 if (eqRGB == GL_MIN || eqRGB == GL_MAX) { in gen6_upload_blend_state()
109 if (eqA == GL_MIN || eqA == GL_MAX) { in gen6_upload_blend_state()
Dbrw_cc.c168 if (eqRGB == GL_MIN || eqRGB == GL_MAX) { in upload_cc_unit()
172 if (eqA == GL_MIN || eqA == GL_MAX) { in upload_cc_unit()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_gldefs.h75 case GL_MIN: in nvgl_blend_eqn()
/external/deqp/modules/gles3/functional/
Des3fBlendTests.cpp377 { GL_MIN, "min" }, in init()
422 …if ((eq.glValue == GL_MIN || eq.glValue == GL_MAX) && (srcFuncNdx > 0 || dstFuncNdx > 0)) // MIN a… in init()
431 if (eq.glValue != GL_MIN && eq.glValue != GL_MAX) in init()
Des3fIntegerStateQueryTests.cpp1784 GL_FUNC_ADD, GL_FUNC_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT, GL_MIN, GL_MAX in test()
/external/mesa3d/src/mesa/swrast/
Ds_blend.c316 ASSERT(ctx->Color.Blend[0].EquationRGB == GL_MIN); in blend_min()
317 ASSERT(ctx->Color.Blend[0].EquationA == GL_MIN); in blend_min()
760 case GL_MIN: in blend_general_float()
788 case GL_MIN: in blend_general_float()
915 else if (eq == GL_MIN) { in _swrast_choose_blend_func()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceUtils.cpp258 case GL_MIN: return rr::BLENDEQUATION_MIN; in mapGLBlendEquation()
DsglrReferenceContext.cpp2866 mode == GL_MIN || in isValidBlendEquation()
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_state.c270 case GL_MIN: in translate_blend_equation()
303 if (eqRGB == GL_MIN || eqRGB == GL_MAX) { in i915UpdateBlendState()
307 if (eqA == GL_MIN || eqA == GL_MAX) { in i915UpdateBlendState()
Di830_state.c302 case GL_MIN: in i830_set_blend_state()
330 case GL_MIN: in i830_set_blend_state()
/external/deqp/modules/glshared/
DglsInteractionTestUtil.cpp101 GL_MIN, in computeRandomRenderState()
/external/mesa3d/src/mesa/main/
Dblend.c333 case GL_MIN: in legal_blend_equation()
/external/deqp/modules/gles31/functional/
Des31fIndexedStateQueryTests.cpp1235 GL_MIN, in iterate()
1367 GL_MIN, in iterate()
Des31fDrawBuffersIndexedTests.cpp1224 GL_MIN, in getRandomBlendEq()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_state.c248 case GL_MIN: in r200_set_blend_state()
282 case GL_MIN: in r200_set_blend_state()
/external/deqp/framework/opengl/
DgluStrUtil.inl355 case GL_MIN: return "GL_MIN";
/external/deqp/modules/gles3/stress/
Des3sSpecialFloatTests.cpp1864 GL_MIN, in testFBO()
/external/deqp/framework/opengl/wrapper/
DglwEnums.inl278 #define GL_MIN 0x8007 macro
/external/mesa3d/include/GL/
Dgl.h1623 #define GL_MIN 0x8007 macro
Dglext.h105 #define GL_MIN 0x8007 macro
/external/robolectric/v1/lib/main/
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/external/robolectric/v3/runtime/
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...

12