/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()
|
D | es2pRedundantStateChangeTests.cpp | 537 gl.blendEquation(GL_FUNC_SUBTRACT); in init()
|
D | es2pStateChangeTests.cpp | 592 gl.blendEquation(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()
|
D | es3pRedundantStateChangeTests.cpp | 611 gl.blendEquation(GL_FUNC_SUBTRACT); in init()
|
D | es3pStateChangeTests.cpp | 676 gl.blendEquation(GL_FUNC_SUBTRACT); in init()
|
/external/deqp/modules/gles31/functional/ |
D | es31fIndexedStateQueryTests.cpp | 1226 GL_FUNC_SUBTRACT, in iterate() 1253 gl.glBlendEquation(GL_FUNC_SUBTRACT); in iterate() 1256 …verifyStateIndexedInteger(result, gl, GL_BLEND_EQUATION_RGB, ndx, GL_FUNC_SUBTRACT, m_verifierType… in iterate() 1259 …verifyStateIndexedInteger(result, gl, GL_BLEND_EQUATION_ALPHA, ndx, GL_FUNC_SUBTRACT, m_verifierTy… in iterate() 1264 gl.glBlendEquationSeparate(GL_FUNC_REVERSE_SUBTRACT, GL_FUNC_SUBTRACT); in iterate() 1270 …verifyStateIndexedInteger(result, gl, GL_BLEND_EQUATION_ALPHA, ndx, GL_FUNC_SUBTRACT, m_verifierTy… in iterate() 1302 gl.glBlendEquation(GL_FUNC_SUBTRACT); in iterate() 1305 …verifyStateIndexedInteger(result, gl, GL_BLEND_EQUATION_RGB, ndx, GL_FUNC_SUBTRACT, m_verifierType… in iterate() 1308 …verifyStateIndexedInteger(result, gl, GL_BLEND_EQUATION_ALPHA, ndx, GL_FUNC_SUBTRACT, m_verifierTy… in iterate() 1316 gl.glBlendEquationSeparate(GL_FUNC_REVERSE_SUBTRACT, GL_FUNC_SUBTRACT); in iterate() [all …]
|
D | es31fDrawBuffersIndexedTests.cpp | 1187 GL_FUNC_SUBTRACT, in getRandomBlendEq() 1503 …tate(tcu::nothing<bool>(), Maybe<Either<BlendEq, SeparateBlendEq> >(GL_FUNC_SUBTRACT), Maybe<Eithe… in addDrawBufferCommonTests() 1505 …ybe<Either<BlendEq, SeparateBlendEq> >(SeparateBlendEq(GL_FUNC_ADD, GL_FUNC_SUBTRACT)), Maybe<Eith… in addDrawBufferCommonTests() 1506 …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 | 49 case GL_FUNC_SUBTRACT: in brw_translate_blend_equation()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_gldefs.h | 79 case GL_FUNC_SUBTRACT: in nvgl_blend_eqn()
|
/external/deqp/modules/glshared/ |
D | glsInteractionTestUtil.cpp | 99 GL_FUNC_SUBTRACT, in computeRandomRenderState() 127 GL_FUNC_SUBTRACT, in computeRandomRenderState()
|
/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 | 748 case GL_FUNC_SUBTRACT: in blend_general_float() 782 case GL_FUNC_SUBTRACT: in blend_general_float() 967 ((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 | 274 case GL_FUNC_SUBTRACT: in translate_blend_equation()
|
/external/deqp/modules/gles2/functional/ |
D | es2fBlendTests.cpp | 313 { GL_FUNC_SUBTRACT, "subtract" }, in init()
|
/external/robolectric/lib/main/ |
D | opengl-api-gl1.1-android-2.1_r1.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/microedition/
javax/ ... |
/external/deqp/modules/gles3/functional/ |
D | es3fBlendTests.cpp | 370 { GL_FUNC_SUBTRACT, "subtract" }, in init()
|
/external/mesa3d/src/mesa/main/ |
D | blend.c | 330 case GL_FUNC_SUBTRACT: in legal_blend_equation()
|
/external/mesa3d/include/GLES2/ |
D | gl2.h | 100 #define GL_FUNC_SUBTRACT 0x800A macro
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_state.c | 240 case GL_FUNC_SUBTRACT: in r200_set_blend_state() 274 case GL_FUNC_SUBTRACT: in r200_set_blend_state()
|
/external/deqp/framework/opengl/ |
D | gluStrUtil.inl | 353 case GL_FUNC_SUBTRACT: return "GL_FUNC_SUBTRACT";
|
/external/deqp/modules/gles2/stress/ |
D | es2sSpecialFloatTests.cpp | 1496 GL_FUNC_SUBTRACT, in testFBO()
|