Home
last modified time | relevance | path

Searched refs:GL_FUNC_SUBTRACT (Results 1 – 25 of 50) sorted by relevance

12

/external/deqp/modules/gles2/performance/
Des2pBlendTests.cpp147 { "subtract", GL_FUNC_SUBTRACT, GL_FUNC_SUBTRACT, GL_ONE, GL_ONE, GL_ONE, GL_ONE }, in init()
Des2pStateChangeCallTests.cpp307 GL_FUNC_SUBTRACT, in init()
458 GL_FUNC_SUBTRACT, in init()
464 GL_FUNC_SUBTRACT, in init()
/external/deqp/modules/gles3/performance/
Des3pBlendTests.cpp150 { "subtract", GL_FUNC_SUBTRACT, GL_FUNC_SUBTRACT, GL_ONE, GL_ONE, GL_ONE, GL_ONE }, in init()
Des3pStateChangeCallTests.cpp342 GL_FUNC_SUBTRACT, in init()
493 GL_FUNC_SUBTRACT, in init()
499 GL_FUNC_SUBTRACT, in init()
/external/deqp/modules/gles31/functional/
Des31fIndexedStateQueryTests.cpp1233 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 …]
Des31fFboSRGBWriteControlTests.cpp313 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()
Des31fDrawBuffersIndexedTests.cpp1222 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/
Dbrw_util.c46 case GL_FUNC_SUBTRACT: in brw_translate_blend_equation()
/external/deqp/external/openglcts/modules/glesext/draw_buffers_indexed/
DesextcDrawBuffersIndexedSetGet.cpp65 state.SetBlendEquation(GL_FUNC_SUBTRACT); in iterate()
DesextcDrawBuffersIndexedCoverage.cpp81 gl.blendEquationSeparatei(i, GL_MAX, GL_FUNC_SUBTRACT); in iterate()
DesextcDrawBuffersIndexedBlending.cpp193 state.SetBlendEquationi(i, GL_FUNC_SUBTRACT); in iterate()
/external/deqp/modules/glshared/
DglsInteractionTestUtil.cpp99 GL_FUNC_SUBTRACT, in computeRandomRenderState()
127 GL_FUNC_SUBTRACT, in computeRandomRenderState()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_gldefs.h79 case GL_FUNC_SUBTRACT: in nvgl_blend_eqn()
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_blend.c56 case GL_FUNC_SUBTRACT: in translate_blend()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceUtils.cpp256 case GL_FUNC_SUBTRACT: return rr::BLENDEQUATION_SUBTRACT; in mapGLBlendEquation()
/external/mesa3d/src/mesa/swrast/
Ds_blend.c745 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/
Di830_state.c310 case GL_FUNC_SUBTRACT: in i830_set_blend_state()
338 case GL_FUNC_SUBTRACT: in i830_set_blend_state()
Di915_state.c276 case GL_FUNC_SUBTRACT: in translate_blend_equation()
/external/deqp/modules/gles2/functional/
Des2fBlendTests.cpp318 { GL_FUNC_SUBTRACT, "subtract" }, in init()
/external/deqp/modules/gles3/functional/
Des3fBlendTests.cpp375 { GL_FUNC_SUBTRACT, "subtract" }, in init()
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES2/
Dgl2.h100 #define GL_FUNC_SUBTRACT 0x800A macro
/external/mesa3d/src/mesa/main/
Dblend.c434 case GL_FUNC_SUBTRACT: in legal_simple_blend_equation()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_state.c243 case GL_FUNC_SUBTRACT: in r200_set_blend_state()
277 case GL_FUNC_SUBTRACT: in r200_set_blend_state()
/external/swiftshader/src/OpenGL/libGLESv2/
Dutilities.cpp2143 case GL_FUNC_SUBTRACT: return sw::BLENDOP_SUB; in ConvertBlendOp()
/external/swiftshader/include/GLES2/
Dgl2.h109 #define GL_FUNC_SUBTRACT 0x800A macro

12