/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom_blend.c | 64 case GL_MAX: in translate_blend() 241 ctx->Color.Blend[i].EquationRGB == GL_MAX) { in st_update_blend() 257 ctx->Color.Blend[i].EquationA == GL_MAX) { in st_update_blend()
|
/external/deqp/modules/gles3/performance/ |
D | es3pBlendTests.cpp | 153 { "max", GL_MAX, GL_MAX, GL_ONE, GL_ONE, GL_ONE, GL_ONE }, in init()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_util.c | 44 case GL_MAX: in brw_translate_blend_equation()
|
D | genX_state_upload.c | 2862 if (eqRGB == GL_MIN || eqRGB == GL_MAX) 2865 if (eqA == GL_MIN || eqA == GL_MAX) 4798 if (eqRGB == GL_MIN || eqRGB == GL_MAX) 4801 if (eqA == GL_MIN || eqA == GL_MAX)
|
/external/deqp/external/openglcts/modules/glesext/draw_buffers_indexed/ |
D | esextcDrawBuffersIndexedSetGet.cpp | 83 state.SetBlendEquationSeparatei(2, GL_MAX, GL_FUNC_ADD); in iterate()
|
D | esextcDrawBuffersIndexedCoverage.cpp | 81 gl.blendEquationSeparatei(i, GL_MAX, GL_FUNC_SUBTRACT); in iterate()
|
D | esextcDrawBuffersIndexedBlending.cpp | 182 state.SetBlendEquationSeparatei(i, GL_MIN, GL_MAX); in iterate()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_gldefs.h | 77 case GL_MAX: in nvgl_blend_eqn()
|
/external/deqp/modules/gles3/functional/ |
D | es3fBlendTests.cpp | 378 { GL_MAX, "max" } 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 | es3fIndexedStateQueryTests.cpp | 922 GL_MAX in iterate() 1054 GL_MAX in iterate()
|
/external/angle/src/libANGLE/ |
D | BlendStateExt_unittest.cpp | 212 blendStateExt.setEquationsIndexed(3, GL_MAX, GL_FUNC_SUBTRACT); in TEST() 216 ASSERT_EQ(blendStateExt.getEquationColorIndexed(3), static_cast<GLenum>(GL_MAX)); in TEST() 233 ASSERT_EQ(blendStateExt.getEquationColorIndexed(0), static_cast<GLenum>(GL_MAX)); in TEST()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_blend.c | 366 assert(ctx->Color.Blend[0].EquationRGB == GL_MAX); in blend_max() 367 assert(ctx->Color.Blend[0].EquationA == GL_MAX); in blend_max() 762 case GL_MAX: in blend_general_float() 788 case GL_MAX: in blend_general_float() 922 else if (eq == GL_MAX) { in _swrast_choose_blend_func()
|
/external/angle/src/tests/gl_tests/ |
D | BlendMinMaxTest.cpp | 75 glBlendEquation(blendMin ? GL_MIN : GL_MAX); in runTest()
|
D | BlendIntegerTest.cpp | 184 glBlendEquation(GL_MAX); in runTestMRT()
|
D | SimpleOperationTest.cpp | 164 GL_FUNC_REVERSE_SUBTRACT, GL_MIN, GL_MAX}; in TEST_P()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceUtils.cpp | 259 case GL_MAX: return rr::BLENDEQUATION_MAX; in mapGLBlendEquation()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | i915_state.c | 274 case GL_MAX: in translate_blend_equation() 305 if (eqRGB == GL_MIN || eqRGB == GL_MAX) { in i915UpdateBlendState() 309 if (eqA == GL_MIN || eqA == GL_MAX) { in i915UpdateBlendState()
|
D | i830_state.c | 306 case GL_MAX: in i830_set_blend_state() 334 case GL_MAX: in i830_set_blend_state()
|
/external/deqp/modules/glshared/ |
D | glsInteractionTestUtil.cpp | 102 GL_MAX in computeRandomRenderState()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cTextureFilterMinmaxTests.cpp | 60 m_reductionModeParams.push_back(ReductionModeParam(GL_MAX, false)); in TextureFilterMinmaxUtils() 702 …TCU_CHECK_MSG(reductionModeTexelSumMap[GL_MAX] > reductionModeTexelSumMap[GL_WEIGHTED_AVERAGE_ARB], in iterate()
|
/external/angle/src/libANGLE/renderer/gl/ |
D | functionsgl_enums.h | 336 #define GL_MAX 0x8008 macro
|
/external/deqp/modules/gles31/functional/ |
D | es31fIndexedStateQueryTests.cpp | 1158 GL_MAX in iterate() 1290 GL_MAX in iterate()
|
/external/mesa3d/src/mesa/main/ |
D | blend.c | 439 case GL_MAX: in legal_simple_blend_equation()
|
/external/angle/src/common/ |
D | PackedEnums.h | 424 ANGLE_VALIDATE_PACKED_ENUM(BlendEquationType, Max, GL_MAX);
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_state.c | 257 case GL_MAX: in r200_set_blend_state() 291 case GL_MAX: in r200_set_blend_state()
|