/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/ |
H A D | esextcDrawBuffersIndexedNegative.cpp | 71 gl.blendEquationi(maxDrawBuffers, GL_MIN); in iterate() 74 gl.blendEquationSeparatei(maxDrawBuffers, GL_MIN, GL_MIN); in iterate() 137 gl.blendFunci(0, GL_MIN, GL_ONE_MINUS_SRC_ALPHA); in iterate() 138 success &= ExpectedError(GL_INVALID_ENUM, "glBlendFunci(0, GL_MIN, GL_ONE_MINUS_SRC_ALPHA)"); in iterate() 140 gl.blendFunci(0, GL_SRC_ALPHA, GL_MIN); in iterate() 141 success &= ExpectedError(GL_INVALID_ENUM, "glBlendFunci(0, GL_SRC_ALPHA, GL_MIN)"); in iterate() 143 gl.blendFuncSeparatei(0, GL_MIN, GL_ONE, GL_ONE, GL_ONE); in iterate() 144 success &= ExpectedError(GL_INVALID_ENUM, "glBlendFuncSeparatei(0, GL_MIN, GL_ONE, GL_ONE, GL_ONE)"); in iterate() 146 gl.blendFuncSeparatei(0, GL_ONE, GL_MIN, GL_ON in iterate() [all...] |
H A D | esextcDrawBuffersIndexedSetGet.cpp | 75 state.SetBlendEquationi(1, GL_MIN); in iterate()
|
H A D | esextcDrawBuffersIndexedCoverage.cpp | 80 gl.blendEquationi(i, GL_MIN); in iterate()
|
H A D | esextcDrawBuffersIndexedBlending.cpp | 139 // GL_MIN in iterate() 180 // GL_MIN in iterate() 182 state.SetBlendEquationSeparatei(i, GL_MIN, GL_MAX); in iterate()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_atom_blend.c | 62 case GL_MIN: in translate_blend() 240 if (ctx->Color.Blend[i].EquationRGB == GL_MIN || in st_update_blend() 256 if (ctx->Color.Blend[i].EquationA == GL_MIN || in st_update_blend()
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
H A D | es3pBlendTests.cpp | 152 { "min", GL_MIN, GL_MIN, GL_ONE, GL_ONE, GL_ONE, GL_ONE }, in init()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | angletypes_unittest.cpp | 128 blendStateExt.setEquations(GL_MIN, GL_FUNC_SUBTRACT); in TEST() 133 blendStateExt.setEquationsIndexed(5, GL_MIN, GL_FUNC_ADD); in TEST() 158 ASSERT_EQ(blendStateExt.getEquationColorIndexed(0), static_cast<GLenum>(GL_MIN)); in TEST()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fBlendTests.cpp | 377 { GL_MIN, "min" }, 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 | 921 GL_MIN, in iterate() 1053 GL_MIN, in iterate()
|
H A D | es3fDrawBuffersIndexedTests.cpp | 1247 GL_MIN, in getRandomBlendEq()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | samplerobj.h | 118 case GL_MIN: in reduction_to_gallium()
|
H A D | blend.c | 450 case GL_MIN: 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 | DrawBuffersTest.cpp | 873 glBlendEquationi(1, GL_MIN); in TEST_P()
|
H A D | WebGLCompatibilityTest.cpp | 767 glBlendEquation(GL_MIN); in TEST_P() 778 glBlendEquation(GL_MIN); in TEST_P()
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsInteractionTestUtil.cpp | 101 GL_MIN, in computeRandomRenderState()
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
H A D | sglrReferenceUtils.cpp | 258 case GL_MIN: return rr::BLENDEQUATION_MIN; in mapGLBlendEquation()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cTextureFilterMinmaxTests.cpp | 58 m_reductionModeParams.push_back(ReductionModeParam(GL_MIN, false)); in TextureFilterMinmaxUtils() 699 TCU_CHECK_MSG(reductionModeTexelSumMap[GL_MIN] < reductionModeTexelSumMap[GL_WEIGHTED_AVERAGE_ARB], in iterate() 700 "Sum of texels for GL_MIN should be smaller than for GL_WEIGHTED_AVERAGE_ARB"); in iterate()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
H A D | RenderPipelineGL.cpp | 101 return GL_MIN; in GLBlendMode()
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | PackedEnums.h | 364 ANGLE_VALIDATE_PACKED_ENUM(BlendEquationType, Min, GL_MIN);
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fIndexedStateQueryTests.cpp | 1157 GL_MIN, in iterate() 1289 GL_MIN, in iterate()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | functionsgl_enums.h | 338 #define GL_MIN 0x8007 macro
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | renderer11_utils.cpp | 1802 case GL_MIN: in ConvertBlendOp()
|