/third_party/mesa3d/src/mesa/state_tracker/ |
H A 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()
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
H A D | es3pBlendTests.cpp | 153 { "max", GL_MAX, GL_MAX, GL_ONE, GL_ONE, GL_ONE, GL_ONE }, in init()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/ |
H A D | esextcDrawBuffersIndexedSetGet.cpp | 83 state.SetBlendEquationSeparatei(2, GL_MAX, GL_FUNC_ADD); in iterate()
|
H A D | esextcDrawBuffersIndexedCoverage.cpp | 81 gl.blendEquationSeparatei(i, GL_MAX, GL_FUNC_SUBTRACT); in iterate()
|
H A D | esextcDrawBuffersIndexedBlending.cpp | 182 state.SetBlendEquationSeparatei(i, GL_MIN, GL_MAX); in iterate()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | angletypes_unittest.cpp | 132 blendStateExt.setEquationsIndexed(3, GL_MAX, GL_FUNC_SUBTRACT); in TEST() 136 ASSERT_EQ(blendStateExt.getEquationColorIndexed(3), static_cast<GLenum>(GL_MAX)); in TEST() 153 ASSERT_EQ(blendStateExt.getEquationColorIndexed(0), static_cast<GLenum>(GL_MAX)); in TEST()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fBlendTests.cpp | 378 { GL_MAX, "max" } in init() 422 if ((eq.glValue == GL_MIN || eq.glValue == GL_MAX) && (srcFuncNdx > 0 || dstFuncNdx > 0)) // MIN and MAX don't depend on factors. in init() 431 if (eq.glValue != GL_MIN && eq.glValue != GL_MAX) in init()
|
H A D | es3fIndexedStateQueryTests.cpp | 922 GL_MAX in iterate() 1054 GL_MAX in iterate()
|
H A D | es3fDrawBuffersIndexedTests.cpp | 1248 GL_MAX in getRandomBlendEq()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | samplerobj.h | 120 case GL_MAX: in reduction_to_gallium()
|
H A D | blend.c | 451 case GL_MAX: in legal_simple_blend_equation()
|
H A D | samplerobj.c | 855 if (param != GL_WEIGHTED_AVERAGE_EXT && param != GL_MIN && param != GL_MAX) in set_sampler_reduction_mode()
|
H A D | texparam.c | 622 if (mode == GL_WEIGHTED_AVERAGE_EXT || mode == GL_MIN || mode == GL_MAX) { in set_tex_parameteri()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | BlendMinMaxTest.cpp | 75 glBlendEquation(blendMin ? GL_MIN : GL_MAX); in runTest()
|
H A D | BlendIntegerTest.cpp | 184 glBlendEquation(GL_MAX); in runTestMRT()
|
H A D | WebGLCompatibilityTest.cpp | 770 glBlendEquation(GL_MAX); in TEST_P() 779 glBlendEquation(GL_MAX); in TEST_P()
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsInteractionTestUtil.cpp | 102 GL_MAX in computeRandomRenderState()
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
H A D | sglrReferenceUtils.cpp | 259 case GL_MAX: return rr::BLENDEQUATION_MAX; in mapGLBlendEquation()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A 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() 703 "Sum of texels for GL_MAX should be greater than for GL_WEIGHTED_AVERAGE_ARB"); in iterate()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
H A D | RenderPipelineGL.cpp | 103 return GL_MAX; in GLBlendMode()
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | PackedEnums.h | 365 ANGLE_VALIDATE_PACKED_ENUM(BlendEquationType, Max, GL_MAX);
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fIndexedStateQueryTests.cpp | 1158 GL_MAX in iterate() 1290 GL_MAX in iterate()
|
H A D | es31fSRGBDecodeTests.cpp | 1717 gl.blendEquation(GL_MAX); in render()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | functionsgl_enums.h | 336 #define GL_MAX 0x8008 macro
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | renderer11_utils.cpp | 1805 case GL_MAX: in ConvertBlendOp()
|