/external/deqp/modules/gles2/performance/ |
D | es2pBlendTests.cpp | 147 { "subtract", GL_FUNC_SUBTRACT, GL_FUNC_SUBTRACT, GL_ONE, GL_ONE, GL_ONE, GL_ONE }, in init()
|
D | es2pStateChangeCallTests.cpp | 307 GL_FUNC_SUBTRACT, in init() 458 GL_FUNC_SUBTRACT, in init() 464 GL_FUNC_SUBTRACT, in init()
|
/external/deqp/modules/gles3/performance/ |
D | es3pBlendTests.cpp | 150 { "subtract", GL_FUNC_SUBTRACT, GL_FUNC_SUBTRACT, GL_ONE, GL_ONE, GL_ONE, GL_ONE }, in init()
|
D | es3pStateChangeCallTests.cpp | 342 GL_FUNC_SUBTRACT, in init() 493 GL_FUNC_SUBTRACT, in init() 499 GL_FUNC_SUBTRACT, in init()
|
/external/deqp/modules/gles31/functional/ |
D | es31fIndexedStateQueryTests.cpp | 1233 GL_FUNC_SUBTRACT, in iterate() 1260 gl.glBlendEquation(GL_FUNC_SUBTRACT); in iterate() 1263 …verifyStateIndexedInteger(result, gl, GL_BLEND_EQUATION_RGB, ndx, GL_FUNC_SUBTRACT, m_verifierType… in iterate() 1266 …verifyStateIndexedInteger(result, gl, GL_BLEND_EQUATION_ALPHA, ndx, GL_FUNC_SUBTRACT, m_verifierTy… in iterate() 1271 gl.glBlendEquationSeparate(GL_FUNC_REVERSE_SUBTRACT, GL_FUNC_SUBTRACT); in iterate() 1277 …verifyStateIndexedInteger(result, gl, GL_BLEND_EQUATION_ALPHA, ndx, GL_FUNC_SUBTRACT, m_verifierTy… in iterate() 1309 gl.glBlendEquation(GL_FUNC_SUBTRACT); in iterate() 1312 …verifyStateIndexedInteger(result, gl, GL_BLEND_EQUATION_RGB, ndx, GL_FUNC_SUBTRACT, m_verifierType… in iterate() 1315 …verifyStateIndexedInteger(result, gl, GL_BLEND_EQUATION_ALPHA, ndx, GL_FUNC_SUBTRACT, m_verifierTy… in iterate() 1323 gl.glBlendEquationSeparate(GL_FUNC_REVERSE_SUBTRACT, GL_FUNC_SUBTRACT); in iterate() [all …]
|
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()
|
D | es31fDrawBuffersIndexedTests.cpp | 1222 GL_FUNC_SUBTRACT, in getRandomBlendEq() 1581 …tate(tcu::nothing<bool>(), Maybe<Either<BlendEq, SeparateBlendEq> >(GL_FUNC_SUBTRACT), Maybe<Eithe… in addDrawBufferCommonTests() 1583 …ybe<Either<BlendEq, SeparateBlendEq> >(SeparateBlendEq(GL_FUNC_ADD, GL_FUNC_SUBTRACT)), Maybe<Eith… in addDrawBufferCommonTests() 1584 …g<bool>(), Maybe<Either<BlendEq, SeparateBlendEq> >(SeparateBlendEq(GL_FUNC_SUBTRACT, GL_FUNC_ADD)… in addDrawBufferCommonTests()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_util.c | 46 case GL_FUNC_SUBTRACT: in brw_translate_blend_equation()
|
/external/deqp/external/openglcts/modules/glesext/draw_buffers_indexed/ |
D | esextcDrawBuffersIndexedSetGet.cpp | 65 state.SetBlendEquation(GL_FUNC_SUBTRACT); in iterate()
|
D | esextcDrawBuffersIndexedCoverage.cpp | 81 gl.blendEquationSeparatei(i, GL_MAX, GL_FUNC_SUBTRACT); in iterate()
|
D | esextcDrawBuffersIndexedBlending.cpp | 193 state.SetBlendEquationi(i, GL_FUNC_SUBTRACT); in iterate()
|
/external/deqp/modules/glshared/ |
D | glsInteractionTestUtil.cpp | 99 GL_FUNC_SUBTRACT, in computeRandomRenderState() 127 GL_FUNC_SUBTRACT, in computeRandomRenderState()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_gldefs.h | 79 case GL_FUNC_SUBTRACT: in nvgl_blend_eqn()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom_blend.c | 56 case GL_FUNC_SUBTRACT: in translate_blend()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceUtils.cpp | 256 case GL_FUNC_SUBTRACT: return rr::BLENDEQUATION_SUBTRACT; in mapGLBlendEquation()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_blend.c | 745 case GL_FUNC_SUBTRACT: in blend_general_float() 779 case GL_FUNC_SUBTRACT: in blend_general_float() 964 ((eq == GL_FUNC_ADD || eq == GL_FUNC_SUBTRACT) in _swrast_choose_blend_func()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | i830_state.c | 310 case GL_FUNC_SUBTRACT: in i830_set_blend_state() 338 case GL_FUNC_SUBTRACT: in i830_set_blend_state()
|
D | i915_state.c | 276 case GL_FUNC_SUBTRACT: in translate_blend_equation()
|
/external/deqp/modules/gles2/functional/ |
D | es2fBlendTests.cpp | 318 { GL_FUNC_SUBTRACT, "subtract" }, in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fBlendTests.cpp | 375 { GL_FUNC_SUBTRACT, "subtract" }, in init()
|
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES2/ |
D | gl2.h | 100 #define GL_FUNC_SUBTRACT 0x800A macro
|
/external/mesa3d/src/mesa/main/ |
D | blend.c | 434 case GL_FUNC_SUBTRACT: in legal_simple_blend_equation()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_state.c | 243 case GL_FUNC_SUBTRACT: in r200_set_blend_state() 277 case GL_FUNC_SUBTRACT: in r200_set_blend_state()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | utilities.cpp | 2143 case GL_FUNC_SUBTRACT: return sw::BLENDOP_SUB; in ConvertBlendOp()
|
/external/swiftshader/include/GLES2/ |
D | gl2.h | 109 #define GL_FUNC_SUBTRACT 0x800A macro
|