/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fIndexedStateQueryTests.cpp | 919 GL_FUNC_SUBTRACT, in iterate() 946 gl.glBlendEquation(GL_FUNC_SUBTRACT); in iterate() 949 verifyStateIndexedInteger(result, gl, GL_BLEND_EQUATION_RGB, ndx, GL_FUNC_SUBTRACT, m_verifierType); in iterate() 952 verifyStateIndexedInteger(result, gl, GL_BLEND_EQUATION_ALPHA, ndx, GL_FUNC_SUBTRACT, m_verifierType); in iterate() 957 gl.glBlendEquationSeparate(GL_FUNC_REVERSE_SUBTRACT, GL_FUNC_SUBTRACT); in iterate() 963 verifyStateIndexedInteger(result, gl, GL_BLEND_EQUATION_ALPHA, ndx, GL_FUNC_SUBTRACT, m_verifierType); in iterate() 995 gl.glBlendEquation(GL_FUNC_SUBTRACT); in iterate() 998 verifyStateIndexedInteger(result, gl, GL_BLEND_EQUATION_RGB, ndx, GL_FUNC_SUBTRACT, m_verifierType); in iterate() 1001 verifyStateIndexedInteger(result, gl, GL_BLEND_EQUATION_ALPHA, ndx, GL_FUNC_SUBTRACT, m_verifierType); in iterate() 1009 gl.glBlendEquationSeparate(GL_FUNC_REVERSE_SUBTRACT, GL_FUNC_SUBTRACT); in iterate() [all...] |
H A D | es3fDrawBuffersIndexedTests.cpp | 1245 GL_FUNC_SUBTRACT, in getRandomBlendEq() 1604 const BlendState eqStateB = BlendState(tcu::Nothing, Maybe<Either<BlendEq, SeparateBlendEq> >(GL_FUNC_SUBTRACT), Maybe<Either<BlendFunc, SeparateBlendFunc> >(), Maybe<BVec4>()); in addDrawBufferCommonTests() 1606 const BlendState separateEqStateA = BlendState(tcu::Nothing, Maybe<Either<BlendEq, SeparateBlendEq> >(SeparateBlendEq(GL_FUNC_ADD, GL_FUNC_SUBTRACT)), Maybe<Either<BlendFunc, SeparateBlendFunc> >(), Maybe<BVec4>()); in addDrawBufferCommonTests() 1607 const BlendState separateEqStateB = BlendState(tcu::Nothing, Maybe<Either<BlendEq, SeparateBlendEq> >(SeparateBlendEq(GL_FUNC_SUBTRACT, GL_FUNC_ADD)), Maybe<Either<BlendFunc, SeparateBlendFunc> >(), Maybe<BVec4>()); in addDrawBufferCommonTests()
|
H A D | es3fBlendTests.cpp | 375 { GL_FUNC_SUBTRACT, "subtract" }, in init()
|
/third_party/vk-gl-cts/modules/gles2/performance/ |
H A D | es2pBlendTests.cpp | 147 { "subtract", GL_FUNC_SUBTRACT, GL_FUNC_SUBTRACT, GL_ONE, GL_ONE, GL_ONE, GL_ONE }, in init()
|
H A D | es2pStateChangeCallTests.cpp | 307 GL_FUNC_SUBTRACT, in init() 458 GL_FUNC_SUBTRACT, in init() 464 GL_FUNC_SUBTRACT, in init()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fIndexedStateQueryTests.cpp | 1155 GL_FUNC_SUBTRACT, in iterate() 1182 gl.glBlendEquation(GL_FUNC_SUBTRACT); in iterate() 1185 verifyStateIndexedInteger(result, gl, GL_BLEND_EQUATION_RGB, ndx, GL_FUNC_SUBTRACT, m_verifierType); in iterate() 1188 verifyStateIndexedInteger(result, gl, GL_BLEND_EQUATION_ALPHA, ndx, GL_FUNC_SUBTRACT, m_verifierType); in iterate() 1193 gl.glBlendEquationSeparate(GL_FUNC_REVERSE_SUBTRACT, GL_FUNC_SUBTRACT); in iterate() 1199 verifyStateIndexedInteger(result, gl, GL_BLEND_EQUATION_ALPHA, ndx, GL_FUNC_SUBTRACT, m_verifierType); in iterate() 1231 gl.glBlendEquation(GL_FUNC_SUBTRACT); in iterate() 1234 verifyStateIndexedInteger(result, gl, GL_BLEND_EQUATION_RGB, ndx, GL_FUNC_SUBTRACT, m_verifierType); in iterate() 1237 verifyStateIndexedInteger(result, gl, GL_BLEND_EQUATION_ALPHA, ndx, GL_FUNC_SUBTRACT, m_verifierType); in iterate() 1245 gl.glBlendEquationSeparate(GL_FUNC_REVERSE_SUBTRACT, GL_FUNC_SUBTRACT); in iterate() [all...] |
H A D | es31fFboSRGBWriteControlTests.cpp | 313 blendConfigs[4].equation = GL_FUNC_SUBTRACT; in getBlendingConfigList() 314 blendConfigs[5].equation = GL_FUNC_SUBTRACT; in getBlendingConfigList() 315 blendConfigs[6].equation = GL_FUNC_SUBTRACT; in getBlendingConfigList() 316 blendConfigs[7].equation = GL_FUNC_SUBTRACT; in getBlendingConfigList() 1089 else if (m_blendConfigList[m_blendIteration].equation == GL_FUNC_SUBTRACT) in setShaderBlendFunctionType() 1200 if (m_blendConfigList[m_blendIteration].equation == GL_FUNC_SUBTRACT) in enableFramebufferBlend() 1201 equation = "GL_FUNC_SUBTRACT"; in enableFramebufferBlend()
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
H A D | es3pBlendTests.cpp | 150 { "subtract", GL_FUNC_SUBTRACT, GL_FUNC_SUBTRACT, GL_ONE, GL_ONE, GL_ONE, GL_ONE }, in init()
|
H A D | es3pStateChangeCallTests.cpp | 342 GL_FUNC_SUBTRACT, in init() 493 GL_FUNC_SUBTRACT, in init() 499 GL_FUNC_SUBTRACT, in init()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/ |
H A D | esextcDrawBuffersIndexedSetGet.cpp | 65 state.SetBlendEquation(GL_FUNC_SUBTRACT); in iterate()
|
H A D | esextcDrawBuffersIndexedCoverage.cpp | 81 gl.blendEquationSeparatei(i, GL_MAX, GL_FUNC_SUBTRACT); in iterate()
|
H A D | esextcDrawBuffersIndexedBlending.cpp | 149 // GL_FUNC_SUBTRACT in iterate() 192 // GL_FUNC_SUBTRACT in iterate() 194 state.SetBlendEquationi(i, GL_FUNC_SUBTRACT); in iterate()
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsInteractionTestUtil.cpp | 99 GL_FUNC_SUBTRACT, in computeRandomRenderState() 127 GL_FUNC_SUBTRACT, in computeRandomRenderState()
|
/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() 132 blendStateExt.setEquationsIndexed(3, GL_MAX, GL_FUNC_SUBTRACT); in TEST() 154 ASSERT_EQ(blendStateExt.getEquationAlphaIndexed(0), static_cast<GLenum>(GL_FUNC_SUBTRACT)); in TEST()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_atom_blend.c | 58 case GL_FUNC_SUBTRACT: in translate_blend()
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
H A D | sglrReferenceUtils.cpp | 256 case GL_FUNC_SUBTRACT: return rr::BLENDEQUATION_SUBTRACT; in mapGLBlendEquation()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
H A D | RenderPipelineGL.cpp | 97 return GL_FUNC_SUBTRACT; in GLBlendMode()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fBlendTests.cpp | 318 { GL_FUNC_SUBTRACT, "subtract" }, in init()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
H A D | renderer9_utils.cpp | 139 case GL_FUNC_SUBTRACT: in ConvertBlendOp()
|
/third_party/openGLES/api/GLSC2/ |
H A D | glsc2.h | 80 #define GL_FUNC_SUBTRACT 0x800A macro
|
/third_party/mesa3d/src/mesa/main/ |
H A D | blend.c | 448 case GL_FUNC_SUBTRACT: in legal_simple_blend_equation()
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | PackedEnums.h | 366 ANGLE_VALIDATE_PACKED_ENUM(BlendEquationType, Subtract, GL_FUNC_SUBTRACT);
|
/third_party/skia/third_party/externals/opengl-registry/api/GLSC2/ |
H A D | glsc2.h | 101 #define GL_FUNC_SUBTRACT 0x800A macro
|
/third_party/glfw/deps/glad/ |
H A D | gles2.h | 263 #define GL_FUNC_SUBTRACT 0x800A macro
|
/third_party/mesa3d/include/GLES2/ |
H A D | gl2.h | 109 #define GL_FUNC_SUBTRACT 0x800A macro
|