/external/deqp/modules/gles3/performance/ |
D | es3pBlendTests.cpp | 149 { "add", GL_FUNC_ADD, GL_FUNC_ADD, GL_ONE, GL_ONE, GL_ONE, GL_ONE }, in init() 156 …{ "dst_atop", GL_FUNC_ADD, GL_FUNC_ADD, GL_ONE_MINUS_DST_ALPHA, GL_SRC_ALPHA, GL_ONE… in init() 157 …{ "dst_in", GL_FUNC_ADD, GL_FUNC_ADD, GL_ZERO, GL_SRC_ALPHA, GL_ZERO, GL_SRC_… in init() 158 …{ "dst_out", GL_FUNC_ADD, GL_FUNC_ADD, GL_ZERO, GL_ONE_MINUS_SRC_ALPHA, GL_ZERO, … in init() 159 …{ "dst_over", GL_FUNC_ADD, GL_FUNC_ADD, GL_ONE_MINUS_DST_ALPHA, GL_ONE, GL_ONE, … in init() 160 …{ "src_atop", GL_FUNC_ADD, GL_FUNC_ADD, GL_DST_ALPHA, GL_ONE_MINUS_SRC_ALPHA, GL_ZER… in init() 161 …{ "src_in", GL_FUNC_ADD, GL_FUNC_ADD, GL_DST_ALPHA, GL_ZERO, GL_DST_ALPHA, GL_… in init() 162 …{ "src_out", GL_FUNC_ADD, GL_FUNC_ADD, GL_ONE_MINUS_DST_ALPHA, GL_ZERO, GL_ONE_MINU… in init() 163 …{ "src_over", GL_FUNC_ADD, GL_FUNC_ADD, GL_ONE, GL_ONE_MINUS_SRC_ALPHA, GL_ONE, … in init() 164 …{ "multiply", GL_FUNC_ADD, GL_FUNC_ADD, GL_DST_COLOR, GL_ZERO, GL_DST_ALPHA, GL… in init() [all …]
|
D | es3pStateChangeCallTests.cpp | 341 GL_FUNC_ADD, in init() 492 GL_FUNC_ADD, in init() 498 GL_FUNC_ADD, in init()
|
/external/deqp/modules/gles2/performance/ |
D | es2pBlendTests.cpp | 146 { "add", GL_FUNC_ADD, GL_FUNC_ADD, GL_ONE, GL_ONE, GL_ONE, GL_ONE }, in init() 151 …{ "dst_atop", GL_FUNC_ADD, GL_FUNC_ADD, GL_ONE_MINUS_DST_ALPHA, GL_SRC_ALPHA, GL_ONE… in init() 152 …{ "dst_in", GL_FUNC_ADD, GL_FUNC_ADD, GL_ZERO, GL_SRC_ALPHA, GL_ZERO, GL_SRC_… in init() 153 …{ "dst_out", GL_FUNC_ADD, GL_FUNC_ADD, GL_ZERO, GL_ONE_MINUS_SRC_ALPHA, GL_ZERO, … in init() 154 …{ "dst_over", GL_FUNC_ADD, GL_FUNC_ADD, GL_ONE_MINUS_DST_ALPHA, GL_ONE, GL_ONE, … in init() 155 …{ "src_atop", GL_FUNC_ADD, GL_FUNC_ADD, GL_DST_ALPHA, GL_ONE_MINUS_SRC_ALPHA, GL_ZER… in init() 156 …{ "src_in", GL_FUNC_ADD, GL_FUNC_ADD, GL_DST_ALPHA, GL_ZERO, GL_DST_ALPHA, GL_… in init() 157 …{ "src_out", GL_FUNC_ADD, GL_FUNC_ADD, GL_ONE_MINUS_DST_ALPHA, GL_ZERO, GL_ONE_MINU… in init() 158 …{ "src_over", GL_FUNC_ADD, GL_FUNC_ADD, GL_ONE, GL_ONE_MINUS_SRC_ALPHA, GL_ONE, … in init() 159 …{ "multiply", GL_FUNC_ADD, GL_FUNC_ADD, GL_DST_COLOR, GL_ZERO, GL_DST_ALPHA, GL… in init() [all …]
|
D | es2pStateChangeCallTests.cpp | 306 GL_FUNC_ADD, in init() 457 GL_FUNC_ADD, in init() 463 GL_FUNC_ADD, in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fNegativeFragmentApiTests.cpp | 158 glBlendEquationSeparate(-1, GL_FUNC_ADD); in init() 162 glBlendEquationSeparate(GL_FUNC_ADD, -1); in init() 199 glBlendEquationi(-1, GL_FUNC_ADD); in init() 201 glBlendEquationi(maxDrawBuffers, GL_FUNC_ADD); in init() 212 glBlendEquationSeparatei(0, -1, GL_FUNC_ADD); in init() 216 glBlendEquationSeparatei(0, GL_FUNC_ADD, -1); in init() 220 glBlendEquationSeparatei(-1, GL_FUNC_ADD, GL_FUNC_ADD); in init() 222 glBlendEquationSeparatei(maxDrawBuffers, GL_FUNC_ADD, GL_FUNC_ADD); in init()
|
D | es3fBlendTests.cpp | 374 { GL_FUNC_ADD, "add" }, in init() 470 …paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_ONE, GL_FUNC_ADD, funcAlpha.glV… in init() 471 …paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_ZERO, GL_FUNC_ADD, funcAlpha.gl… in init() 472 …paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_SRC_COLOR, GL_FUNC_ADD, funcAlph… in init() 473 …paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_DST_COLOR, GL_FUNC_ADD, funcAlph… in init()
|
D | es3fFboInvalidateTests.cpp | 191 glBlendEquation (GL_FUNC_ADD); in render() 285 glBlendEquation (GL_FUNC_ADD); in render() 340 glBlendEquation (GL_FUNC_ADD); in render() 430 glBlendEquation (GL_FUNC_ADD); in render() 540 glBlendEquation (GL_FUNC_ADD); in render() 794 glBlendEquation (GL_FUNC_ADD); in render() 896 glBlendEquation (GL_FUNC_ADD); in render() 1179 glBlendEquation (GL_FUNC_ADD); in render() 1306 glBlendEquation (GL_FUNC_ADD); in render()
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeFragmentApiTests.cpp | 151 ctx.glBlendEquationSeparate(-1, GL_FUNC_ADD); in blend_equation_separate() 155 ctx.glBlendEquationSeparate(GL_FUNC_ADD, -1); in blend_equation_separate() 180 ctx.glBlendEquationi(-1, GL_FUNC_ADD); in blend_equationi() 182 ctx.glBlendEquationi(maxDrawBuffers, GL_FUNC_ADD); in blend_equationi() 196 ctx.glBlendEquationSeparatei(0, -1, GL_FUNC_ADD); in blend_equation_separatei() 200 ctx.glBlendEquationSeparatei(0, GL_FUNC_ADD, -1); in blend_equation_separatei() 204 ctx.glBlendEquationSeparatei(-1, GL_FUNC_ADD, GL_FUNC_ADD); in blend_equation_separatei() 206 ctx.glBlendEquationSeparatei(maxDrawBuffers, GL_FUNC_ADD, GL_FUNC_ADD); in blend_equation_separatei()
|
D | es31fFboSRGBWriteControlTests.cpp | 298 blendConfigs[0].equation = GL_FUNC_ADD; in getBlendingConfigList() 299 blendConfigs[1].equation = GL_FUNC_ADD; in getBlendingConfigList() 300 blendConfigs[2].equation = GL_FUNC_ADD; in getBlendingConfigList() 301 blendConfigs[3].equation = GL_FUNC_ADD; in getBlendingConfigList() 1087 if (m_blendConfigList[m_blendIteration].equation == GL_FUNC_ADD) in setShaderBlendFunctionType() 1198 if (m_blendConfigList[m_blendIteration].equation == GL_FUNC_ADD) in enableFramebufferBlend()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_blend.c | 75 assert(ctx->Color.Blend[0].EquationRGB == GL_FUNC_ADD); in blend_noop() 76 assert(ctx->Color.Blend[0].EquationA == GL_FUNC_ADD); in blend_noop() 101 assert(ctx->Color.Blend[0].EquationRGB == GL_FUNC_ADD); in blend_replace() 102 assert(ctx->Color.Blend[0].EquationA == GL_FUNC_ADD); in blend_replace() 125 assert(ctx->Color.Blend[0].EquationRGB == GL_FUNC_ADD); in blend_transparency_ubyte() 126 assert(ctx->Color.Blend[0].EquationA == GL_FUNC_ADD); in blend_transparency_ubyte() 170 assert(ctx->Color.Blend[0].EquationRGB == GL_FUNC_ADD); in blend_transparency_ushort() 171 assert(ctx->Color.Blend[0].EquationA == GL_FUNC_ADD); in blend_transparency_ushort() 208 assert(ctx->Color.Blend[0].EquationRGB == GL_FUNC_ADD); in blend_transparency_float() 209 assert(ctx->Color.Blend[0].EquationA == GL_FUNC_ADD); in blend_transparency_float() [all …]
|
/external/deqp/modules/gles2/functional/ |
D | es2fBlendTests.cpp | 317 { GL_FUNC_ADD, "add" }, in init() 405 …paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_ONE, GL_FUNC_ADD, funcAlpha.glV… in init() 406 …paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_ZERO, GL_FUNC_ADD, funcAlpha.gl… in init() 407 …paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_SRC_COLOR, GL_FUNC_ADD, funcAlph… in init() 408 …paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_DST_COLOR, GL_FUNC_ADD, funcAlph… in init()
|
D | es2fNegativeFragmentApiTests.cpp | 150 glBlendEquationSeparate(-1, GL_FUNC_ADD); in init() 152 glBlendEquationSeparate(GL_FUNC_ADD, -1); in init()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_pixel.c | 73 ctx->Color.Blend[0].EquationRGB != GL_FUNC_ADD || in intel_check_blit_fragment_ops() 76 ctx->Color.Blend[0].EquationA != GL_FUNC_ADD)) { in intel_check_blit_fragment_ops()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_pixel.c | 70 ctx->Color.Blend[0].EquationRGB != GL_FUNC_ADD || in intel_check_blit_fragment_ops() 73 ctx->Color.Blend[0].EquationA != GL_FUNC_ADD)) { in intel_check_blit_fragment_ops()
|
D | brw_util.c | 40 case GL_FUNC_ADD: in brw_translate_blend_equation()
|
/external/deqp/external/openglcts/modules/glesext/draw_buffers_indexed/ |
D | esextcDrawBuffersIndexedNegative.cpp | 164 gl.enablei(GL_FUNC_ADD, 0); in iterate() 167 gl.disablei(GL_FUNC_ADD, 0); in iterate() 170 gl.isEnabledi(GL_FUNC_ADD, 0); in iterate()
|
D | esextcDrawBuffersIndexedBase.hpp | 72 , mode_rgb(GL_FUNC_ADD) in BlendMaskState() 73 , mode_a(GL_FUNC_ADD) in BlendMaskState()
|
D | esextcDrawBuffersIndexedSetGet.cpp | 83 state.SetBlendEquationSeparatei(2, GL_MAX, GL_FUNC_ADD); in iterate()
|
D | esextcDrawBuffersIndexedCoverage.cpp | 92 gl.blendEquation(GL_FUNC_ADD); in iterate()
|
/external/angle/src/libANGLE/ |
D | BlendStateExt_unittest.cpp | 73 ASSERT_EQ(blendStateExt.getEquationColorIndexed(i), static_cast<GLenum>(GL_FUNC_ADD)); in TEST() 74 ASSERT_EQ(blendStateExt.getEquationAlphaIndexed(i), static_cast<GLenum>(GL_FUNC_ADD)); in TEST() 213 blendStateExt.setEquationsIndexed(5, GL_MIN, GL_FUNC_ADD); in TEST() 217 ASSERT_EQ(blendStateExt.getEquationAlphaIndexed(5), static_cast<GLenum>(GL_FUNC_ADD)); in TEST() 239 ASSERT_EQ(blendStateExt.getEquationAlphaIndexed(0), static_cast<GLenum>(GL_FUNC_ADD)); in TEST()
|
/external/angle/src/tests/gl_tests/ |
D | BlendPackedTest.cpp | 61 glBlendEquation(GL_FUNC_ADD); in runTest()
|
D | SamplersTest.cpp | 154 glBlendEquation(GL_FUNC_ADD); in TEST_P()
|
D | BlendIntegerTest.cpp | 92 glBlendEquation(GL_FUNC_ADD); in runTest()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_gldefs.h | 73 case GL_FUNC_ADD: in nvgl_blend_eqn()
|
/external/deqp/modules/glshared/ |
D | glsInteractionTestUtil.cpp | 98 GL_FUNC_ADD, in computeRandomRenderState() 126 GL_FUNC_ADD, in computeRandomRenderState()
|