/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom_blend.c | 59 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/ |
D | es3pBlendTests.cpp | 152 { "min", GL_MIN, GL_MIN, GL_ONE, GL_ONE, GL_ONE, GL_ONE }, in init()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_util.c | 45 case GL_MIN: in brw_translate_blend_equation()
|
D | gen6_cc.c | 105 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()
|
D | brw_cc.c | 168 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/ |
D | nouveau_gldefs.h | 75 case GL_MIN: in nvgl_blend_eqn()
|
/external/deqp/modules/gles3/functional/ |
D | es3fBlendTests.cpp | 377 { 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()
|
D | es3fIntegerStateQueryTests.cpp | 1784 GL_FUNC_ADD, GL_FUNC_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT, GL_MIN, GL_MAX in test()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_blend.c | 316 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/ |
D | sglrReferenceUtils.cpp | 258 case GL_MIN: return rr::BLENDEQUATION_MIN; in mapGLBlendEquation()
|
D | sglrReferenceContext.cpp | 2866 mode == GL_MIN || in isValidBlendEquation()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | i915_state.c | 270 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()
|
D | i830_state.c | 302 case GL_MIN: in i830_set_blend_state() 330 case GL_MIN: in i830_set_blend_state()
|
/external/deqp/modules/glshared/ |
D | glsInteractionTestUtil.cpp | 101 GL_MIN, in computeRandomRenderState()
|
/external/mesa3d/src/mesa/main/ |
D | blend.c | 333 case GL_MIN: in legal_blend_equation()
|
/external/deqp/modules/gles31/functional/ |
D | es31fIndexedStateQueryTests.cpp | 1235 GL_MIN, in iterate() 1367 GL_MIN, in iterate()
|
D | es31fDrawBuffersIndexedTests.cpp | 1224 GL_MIN, in getRandomBlendEq()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_state.c | 248 case GL_MIN: in r200_set_blend_state() 282 case GL_MIN: in r200_set_blend_state()
|
/external/deqp/framework/opengl/ |
D | gluStrUtil.inl | 355 case GL_MIN: return "GL_MIN";
|
/external/deqp/modules/gles3/stress/ |
D | es3sSpecialFloatTests.cpp | 1864 GL_MIN, in testFBO()
|
/external/deqp/framework/opengl/wrapper/ |
D | glwEnums.inl | 278 #define GL_MIN 0x8007 macro
|
/external/mesa3d/include/GL/ |
D | gl.h | 1623 #define GL_MIN 0x8007 macro
|
D | glext.h | 105 #define GL_MIN 0x8007 macro
|
/external/robolectric/v1/lib/main/ |
D | android.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/external/robolectric/v3/runtime/ |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |