Searched refs:GL_FUNC_SUBTRACT (Results 1 - 25 of 59) sorted by relevance

123

/external/deqp/external/openglcts/modules/glesext/draw_buffers_indexed/
H A DesextcDrawBuffersIndexedSetGet.cpp65 state.SetBlendEquation(GL_FUNC_SUBTRACT);
H A DesextcDrawBuffersIndexedCoverage.cpp81 gl.blendEquationSeparatei(i, GL_MAX, GL_FUNC_SUBTRACT);
H A DesextcDrawBuffersIndexedBlending.cpp148 // GL_FUNC_SUBTRACT
191 // GL_FUNC_SUBTRACT
193 state.SetBlendEquationi(i, GL_FUNC_SUBTRACT);
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_util.c45 case GL_FUNC_SUBTRACT:
/external/deqp/modules/gles2/performance/
H A Des2pBlendTests.cpp147 { "subtract", GL_FUNC_SUBTRACT, GL_FUNC_SUBTRACT, GL_ONE, GL_ONE, GL_ONE, GL_ONE },
H A Des2pStateChangeCallTests.cpp307 GL_FUNC_SUBTRACT,
458 GL_FUNC_SUBTRACT,
464 GL_FUNC_SUBTRACT,
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_gldefs.h79 case GL_FUNC_SUBTRACT:
/external/deqp/modules/gles3/performance/
H A Des3pBlendTests.cpp150 { "subtract", GL_FUNC_SUBTRACT, GL_FUNC_SUBTRACT, GL_ONE, GL_ONE, GL_ONE, GL_ONE },
H A Des3pStateChangeCallTests.cpp342 GL_FUNC_SUBTRACT,
493 GL_FUNC_SUBTRACT,
499 GL_FUNC_SUBTRACT,
/external/deqp/modules/gles31/functional/
H A Des31fIndexedStateQueryTests.cpp1233 GL_FUNC_SUBTRACT,
1260 gl.glBlendEquation(GL_FUNC_SUBTRACT);
1263 verifyStateIndexedInteger(result, gl, GL_BLEND_EQUATION_RGB, ndx, GL_FUNC_SUBTRACT, m_verifierType);
1266 verifyStateIndexedInteger(result, gl, GL_BLEND_EQUATION_ALPHA, ndx, GL_FUNC_SUBTRACT, m_verifierType);
1271 gl.glBlendEquationSeparate(GL_FUNC_REVERSE_SUBTRACT, GL_FUNC_SUBTRACT);
1277 verifyStateIndexedInteger(result, gl, GL_BLEND_EQUATION_ALPHA, ndx, GL_FUNC_SUBTRACT, m_verifierType);
1309 gl.glBlendEquation(GL_FUNC_SUBTRACT);
1312 verifyStateIndexedInteger(result, gl, GL_BLEND_EQUATION_RGB, ndx, GL_FUNC_SUBTRACT, m_verifierType);
1315 verifyStateIndexedInteger(result, gl, GL_BLEND_EQUATION_ALPHA, ndx, GL_FUNC_SUBTRACT, m_verifierType);
1323 gl.glBlendEquationSeparate(GL_FUNC_REVERSE_SUBTRACT, GL_FUNC_SUBTRACT);
[all...]
H A Des31fFboSRGBWriteControlTests.cpp313 blendConfigs[4].equation = GL_FUNC_SUBTRACT;
314 blendConfigs[5].equation = GL_FUNC_SUBTRACT;
315 blendConfigs[6].equation = GL_FUNC_SUBTRACT;
316 blendConfigs[7].equation = GL_FUNC_SUBTRACT;
1089 else if (m_blendConfigList[m_blendIteration].equation == GL_FUNC_SUBTRACT)
1200 if (m_blendConfigList[m_blendIteration].equation == GL_FUNC_SUBTRACT)
1201 equation = "GL_FUNC_SUBTRACT";
H A Des31fDrawBuffersIndexedTests.cpp1222 GL_FUNC_SUBTRACT,
1581 const BlendState eqStateB = BlendState(tcu::nothing<bool>(), Maybe<Either<BlendEq, SeparateBlendEq> >(GL_FUNC_SUBTRACT), Maybe<Either<BlendFunc, SeparateBlendFunc> >(), Maybe<BVec4>());
1583 const BlendState separateEqStateA = BlendState(tcu::nothing<bool>(), Maybe<Either<BlendEq, SeparateBlendEq> >(SeparateBlendEq(GL_FUNC_ADD, GL_FUNC_SUBTRACT)), Maybe<Either<BlendFunc, SeparateBlendFunc> >(), Maybe<BVec4>());
1584 const BlendState separateEqStateB = BlendState(tcu::nothing<bool>(), Maybe<Either<BlendEq, SeparateBlendEq> >(SeparateBlendEq(GL_FUNC_SUBTRACT, GL_FUNC_ADD)), Maybe<Either<BlendFunc, SeparateBlendFunc> >(), Maybe<BVec4>());
/external/deqp/modules/glshared/
H A DglsInteractionTestUtil.cpp99 GL_FUNC_SUBTRACT,
127 GL_FUNC_SUBTRACT,
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceUtils.cpp256 case GL_FUNC_SUBTRACT: return rr::BLENDEQUATION_SUBTRACT;
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_blend.c55 case GL_FUNC_SUBTRACT:
/external/mesa3d/src/mesa/swrast/
H A Ds_blend.c745 case GL_FUNC_SUBTRACT:
779 case GL_FUNC_SUBTRACT:
964 ((eq == GL_FUNC_ADD || eq == GL_FUNC_SUBTRACT)
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di830_state.c310 case GL_FUNC_SUBTRACT:
338 case GL_FUNC_SUBTRACT:
H A Di915_state.c276 case GL_FUNC_SUBTRACT:
/external/deqp/modules/gles2/functional/
H A Des2fBlendTests.cpp318 { GL_FUNC_SUBTRACT, "subtract" },
/external/deqp/modules/gles3/functional/
H A Des3fBlendTests.cpp375 { GL_FUNC_SUBTRACT, "subtract" },
/external/swiftshader/src/OpenGL/libGL/
H A Dutilities.cpp506 case GL_FUNC_SUBTRACT: return sw::BLENDOP_SUB;
/external/robolectric/v1/lib/main/
H A Dopengl-api-gl1.1-android-2.1_r1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/microedition/ javax/microedition/khronos/ javax/microedition/khronos/opengles/ ...
/external/deqp/framework/opengl/
H A DgluStrUtil.inl354 case GL_FUNC_SUBTRACT: return "GL_FUNC_SUBTRACT";
/external/mesa3d/src/mesa/main/
H A Dblend.c347 case GL_FUNC_SUBTRACT:
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES2/
H A Dgl2.h100 #define GL_FUNC_SUBTRACT 0x800A macro

Completed in 346 milliseconds

123