Home
last modified time | relevance | path

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

1234

/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/
DesextcDrawBuffersIndexedNegative.cpp71 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()
140 gl.blendFunci(0, GL_SRC_ALPHA, GL_MIN); in iterate()
143 gl.blendFuncSeparatei(0, GL_MIN, GL_ONE, GL_ONE, GL_ONE); in iterate()
146 gl.blendFuncSeparatei(0, GL_ONE, GL_MIN, GL_ONE, GL_ONE); in iterate()
149 gl.blendFuncSeparatei(0, GL_ONE, GL_ONE, GL_MIN, GL_ONE); in iterate()
152 gl.blendFuncSeparatei(0, GL_ONE, GL_ONE, GL_ONE, GL_MIN); in iterate()
158 gl.blendEquationSeparatei(0, GL_SRC_ALPHA, GL_MIN); in iterate()
161 gl.blendEquationSeparatei(0, GL_MIN, GL_SRC_ALPHA); in iterate()
DesextcDrawBuffersIndexedSetGet.cpp75 state.SetBlendEquationi(1, GL_MIN); in iterate()
DesextcDrawBuffersIndexedCoverage.cpp80 gl.blendEquationi(i, GL_MIN); in iterate()
DesextcDrawBuffersIndexedBlending.cpp182 state.SetBlendEquationSeparatei(i, GL_MIN, GL_MAX); in iterate()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_blend.c62 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/
Des3pBlendTests.cpp152 { "min", GL_MIN, GL_MIN, GL_ONE, GL_ONE, GL_ONE, GL_ONE }, in init()
/third_party/vk-gl-cts/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()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dangletypes_unittest.cpp128 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/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DBlendMinMaxTest.cpp75 glBlendEquation(blendMin ? GL_MIN : GL_MAX); in runTest()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DBlendMinMaxTest.cpp75 glBlendEquation(blendMin ? GL_MIN : GL_MAX); in runTest()
DDrawBuffersTest.cpp873 glBlendEquationi(1, GL_MIN); in TEST_P()
/third_party/mesa3d/src/mesa/main/
Dsamplerobj.h118 case GL_MIN: in reduction_to_gallium()
Dblend.c450 case GL_MIN: in legal_simple_blend_equation()
Dsamplerobj.c855 if (param != GL_WEIGHTED_AVERAGE_EXT && param != GL_MIN && param != GL_MAX) in set_sampler_reduction_mode()
/third_party/vk-gl-cts/framework/opengl/simplereference/
DsglrReferenceUtils.cpp258 case GL_MIN: return rr::BLENDEQUATION_MIN; in mapGLBlendEquation()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/opengl/
DRenderPipelineGL.cpp102 return GL_MIN; in GLBlendMode()
/third_party/vk-gl-cts/modules/glshared/
DglsInteractionTestUtil.cpp101 GL_MIN, in computeRandomRenderState()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/deqp_support/
Ddeqp_khr_gles31_test_expectations.txt39 // GL_MIN/MAX_PROGRAM_TEXTURE_GATHER_OFFSET not set.
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cTextureFilterMinmaxTests.cpp58 m_reductionModeParams.push_back(ReductionModeParam(GL_MIN, false)); in TextureFilterMinmaxUtils()
699 …TCU_CHECK_MSG(reductionModeTexelSumMap[GL_MIN] < reductionModeTexelSumMap[GL_WEIGHTED_AVERAGE_ARB], in iterate()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DRenderPipelineGL.cpp101 return GL_MIN; in GLBlendMode()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
Dfunctionsgl_enums.h338 #define GL_MIN 0x8007 macro
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
Dfunctionsgl_enums.h338 #define GL_MIN 0x8007 macro
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fIndexedStateQueryTests.cpp1241 GL_MIN, in iterate()
1373 GL_MIN, in iterate()
/third_party/skia/third_party/externals/angle2/src/common/
DPackedEnums.h364 ANGLE_VALIDATE_PACKED_ENUM(BlendEquationType, Min, GL_MIN);
/third_party/vk-gl-cts/framework/opengl/
DgluStrUtil.inl356 case GL_MIN: return "GL_MIN";

1234