/third_party/vk-gl-cts/modules/gles3/performance/ |
H A D | es3pBlendTests.cpp | 149 { "add", GL_FUNC_ADD, GL_FUNC_ADD, GL_ONE, GL_ONE, GL_ONE, GL_ONE }, in init() 150 { "subtract", GL_FUNC_SUBTRACT, GL_FUNC_SUBTRACT, GL_ONE, GL_ONE, GL_ONE, GL_ONE }, in init() 151 { "reverse_subtract", GL_FUNC_REVERSE_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT, GL_ONE, GL_ONE, GL_ON in init() [all...] |
H A D | es3pStateChangeCallTests.cpp | 455 GL_ONE, in init() 472 GL_ONE, in init() 805 GL_ONE, in init() 822 GL_ONE, in init() 839 GL_ONE, in init() 856 GL_ONE, in init()
|
/third_party/vk-gl-cts/modules/gles2/performance/ |
H A D | es2pBlendTests.cpp | 146 { "add", GL_FUNC_ADD, GL_FUNC_ADD, GL_ONE, GL_ONE, GL_ONE, GL_ONE }, in init() 147 { "subtract", GL_FUNC_SUBTRACT, GL_FUNC_SUBTRACT, GL_ONE, GL_ONE, GL_ONE, GL_ONE }, in init() 148 { "reverse_subtract", GL_FUNC_REVERSE_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT, GL_ONE, GL_ONE, GL_ON in init() [all...] |
H A D | es2pStateChangeCallTests.cpp | 420 GL_ONE, in init() 437 GL_ONE, in init() 743 GL_ONE, in init() 760 GL_ONE, in init() 777 GL_ONE, in init() 794 GL_ONE, in init()
|
H A D | es2pTextureCases.cpp | 211 gl.blendFunc(GL_ONE, GL_ONE); in setupRenderState()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/ |
H A D | esextcDrawBuffersIndexedNegative.cpp | 77 gl.blendFuncSeparatei(maxDrawBuffers, GL_CONSTANT_COLOR, GL_DST_ALPHA, GL_SRC_ALPHA, GL_ONE); in iterate() 80 "glBlendFuncSeparatei(maxDrawBuffers, GL_CONSTANT_COLOR, GL_DST_ALPHA, GL_SRC_ALPHA, GL_ONE)"); in iterate() 143 gl.blendFuncSeparatei(0, GL_MIN, GL_ONE, GL_ONE, GL_ONE); in iterate() 144 success &= ExpectedError(GL_INVALID_ENUM, "glBlendFuncSeparatei(0, GL_MIN, GL_ONE, GL_ONE, GL_ONE)"); in iterate() 146 gl.blendFuncSeparatei(0, GL_ONE, GL_MIN, GL_ONE, GL_ON in iterate() [all...] |
H A D | esextcDrawBuffersIndexedBlending.cpp | 183 state.SetBlendFunci(i, GL_ONE, GL_ONE); in iterate() 189 state.SetBlendFuncSeparatei(i, GL_ZERO, GL_ONE, GL_ONE, GL_ZERO); in iterate() 201 state.SetBlendFunci(i, GL_ONE, GL_ONE); in iterate()
|
H A D | esextcDrawBuffersIndexedCoverage.cpp | 83 gl.blendFuncSeparatei(i, GL_CONSTANT_COLOR, GL_DST_ALPHA, GL_SRC_ALPHA, GL_ONE); in iterate() 93 gl.blendFunc(GL_ONE, GL_ZERO); in iterate()
|
H A D | esextcDrawBuffersIndexedBase.hpp | 74 , func_src_rgb(GL_ONE) in BlendMaskState() 75 , func_src_a(GL_ONE) in BlendMaskState()
|
H A D | esextcDrawBuffersIndexedSetGet.cpp | 84 state.SetBlendFuncSeparatei(2, GL_ZERO, GL_ONE, GL_SRC_COLOR, GL_DST_COLOR); in iterate()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fNegativeFragmentApiTests.cpp | 169 glBlendFunc(-1, GL_ONE); in init() 171 glBlendFunc(GL_ONE, -1); in init() 178 glBlendFuncSeparate(-1, GL_ONE, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR); in init() 182 glBlendFuncSeparate(GL_ZERO, GL_ONE, -1, GL_ONE_MINUS_SRC_COLOR); in init() 184 glBlendFuncSeparate(GL_ZERO, GL_ONE, GL_SRC_COLOR, -1); in init() 233 glBlendFunci(0, -1, GL_ONE); in init() 235 glBlendFunci(0, GL_ONE, -1); in init() 239 glBlendFunci(-1, GL_ONE, GL_ONE); in init() 241 glBlendFunci(maxDrawBuffers, GL_ONE, GL_ON in init() [all...] |
H A D | es3fTextureSwizzleTests.cpp | 58 case GL_ONE: return (1<<8)-1; in swizzle() 276 { "one", GL_ONE } in init() 293 { "all_one", GL_ONE, GL_ONE, GL_ONE, GL_ONE }, in init() 296 { "one_one_red_green", GL_ONE, GL_ONE, GL_RED, GL_GREEN } in init()
|
H A D | es3fBlendTests.cpp | 384 { GL_ONE, "one" }, in init() 470 paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_ONE, GL_FUNC_ADD, funcAlpha.glValue, GL_ONE, defaultBlendColor)); in init() 508 paramSets.push_back(BlendParams(eqRGB.glValue, GL_ONE, GL_ONE, eqAlpha.glValue, GL_ONE, GL_ONE, defaultBlendColor)); in init()
|
H A D | es3fFboInvalidateTests.cpp | 190 glBlendFunc (GL_ONE, GL_ONE); in render() 284 glBlendFunc (GL_ONE, GL_ONE); in render() 339 glBlendFunc (GL_ONE, GL_ONE); in render() 429 glBlendFunc (GL_ONE, GL_ONE); in render() 539 glBlendFunc (GL_ONE, GL_ONE); in render() [all...] |
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fNegativeFragmentApiTests.cpp | 214 ctx.glBlendFunc(-1, GL_ONE); in blend_func() 216 ctx.glBlendFunc(GL_ONE, -1); in blend_func() 224 ctx.glBlendFuncSeparate(-1, GL_ONE, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR); in blend_func_separate() 228 ctx.glBlendFuncSeparate(GL_ZERO, GL_ONE, -1, GL_ONE_MINUS_SRC_COLOR); in blend_func_separate() 230 ctx.glBlendFuncSeparate(GL_ZERO, GL_ONE, GL_SRC_COLOR, -1); in blend_func_separate() 244 ctx.glBlendFunci(0, -1, GL_ONE); in blend_funci() 246 ctx.glBlendFunci(0, GL_ONE, -1); in blend_funci() 250 ctx.glBlendFunci(-1, GL_ONE, GL_ONE); in blend_funci() 252 ctx.glBlendFunci(maxDrawBuffers, GL_ONE, GL_ON in blend_funci() [all...] |
H A D | es31fFboSRGBWriteControlTests.cpp | 303 blendConfigs[0].funcSrc = GL_ONE; in getBlendingConfigList() 304 blendConfigs[0].funcDst = GL_ONE; in getBlendingConfigList() 305 blendConfigs[1].funcSrc = GL_ONE; in getBlendingConfigList() 308 blendConfigs[2].funcDst = GL_ONE; in getBlendingConfigList() 318 blendConfigs[4].funcSrc = GL_ONE; in getBlendingConfigList() 319 blendConfigs[4].funcDst = GL_ONE; in getBlendingConfigList() 320 blendConfigs[5].funcSrc = GL_ONE; in getBlendingConfigList() 323 blendConfigs[6].funcDst = GL_ONE; in getBlendingConfigList() 333 blendConfigs[8].funcSrc = GL_ONE; in getBlendingConfigList() 334 blendConfigs[8].funcDst = GL_ONE; in getBlendingConfigList() [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | MemoryBarrierTest.cpp | 628 glBlendFunc(GL_ZERO, GL_ONE); in noopOp() 801 glBlendFunc(GL_ONE, GL_ONE); in vertexAttribArrayBitBufferWriteThenVertexRead() 863 glBlendFunc(GL_ONE, GL_ONE); in vertexAttribArrayBitVertexReadThenBufferWrite() 959 glBlendFunc(GL_ONE, GL_ONE); in elementArrayBitBufferWriteThenIndexRead() 1012 glBlendFunc(GL_ONE, GL_ONE); in elementArrayBitIndexReadThenBufferWrite() 1108 glBlendFunc(GL_ONE, GL_ON in uniformBitBufferWriteThenUBORead() [all...] |
H A D | BlendPackedTest.cpp | 62 glBlendFunc(GL_ONE, GL_ONE); in runTest()
|
H A D | SamplersTest.cpp | 161 glBlendFunc(GL_ONE, GL_ONE); in TEST_P()
|
H A D | BlendIntegerTest.cpp | 93 glBlendFunc(GL_ONE, GL_ONE); in runTest()
|
H A D | DrawBuffersTest.cpp | 329 glBlendFunc(GL_ONE, GL_ONE); in TEST_P() 368 glBlendFunc(GL_ZERO, GL_ONE); in TEST_P() 877 glBlendFunci(0, GL_ONE, GL_ONE); in TEST_P()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | angletypes_unittest.cpp | 38 ASSERT_EQ(blendStateExt.getSrcColorIndexed(i), static_cast<GLenum>(GL_ONE)); in checkInitState() 40 ASSERT_EQ(blendStateExt.getSrcAlphaIndexed(i), static_cast<GLenum>(GL_ONE)); in checkInitState() 173 blendStateExt.setFactorsIndexed(0, GL_ONE, GL_DST_COLOR, GL_SRC_ALPHA, GL_DST_ALPHA); in TEST() 174 blendStateExt.setFactorsIndexed(3, GL_SRC_COLOR, GL_ONE, GL_SRC_ALPHA, GL_DST_ALPHA); in TEST() 175 blendStateExt.setFactorsIndexed(5, GL_SRC_COLOR, GL_DST_COLOR, GL_ONE, GL_DST_ALPHA); in TEST() 176 blendStateExt.setFactorsIndexed(7, GL_SRC_COLOR, GL_DST_COLOR, GL_SRC_ALPHA, GL_ONE); in TEST() 182 ASSERT_EQ(blendStateExt.getSrcColorIndexed(0), static_cast<GLenum>(GL_ONE)); in TEST() 183 ASSERT_EQ(blendStateExt.getDstColorIndexed(3), static_cast<GLenum>(GL_ONE)); in TEST() 184 ASSERT_EQ(blendStateExt.getSrcAlphaIndexed(5), static_cast<GLenum>(GL_ONE)); in TEST() 185 ASSERT_EQ(blendStateExt.getDstAlphaIndexed(7), static_cast<GLenum>(GL_ONE)); in TEST() [all...] |
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fNegativeFragmentApiTests.cpp | 159 glBlendFuncSeparate(-1, GL_ONE, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR); in init() 163 glBlendFuncSeparate(GL_ZERO, GL_ONE, -1, GL_ONE_MINUS_SRC_COLOR); in init() 165 glBlendFuncSeparate(GL_ZERO, GL_ONE, GL_SRC_COLOR, -1); in init() 172 glBlendFunc(-1, GL_ONE); in init() 174 glBlendFunc(GL_ONE, -1); in init()
|
H A D | es2fBlendTests.cpp | 325 { GL_ONE, "one" }, in init() 405 paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_ONE, GL_FUNC_ADD, funcAlpha.glValue, GL_ONE, defaultBlendColor)); in init() 443 paramSets.push_back(BlendParams(eqRGB.glValue, GL_ONE, GL_ONE, eqAlpha.glValue, GL_ONE, GL_ONE, defaultBlendColor)); in init()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_format_utils.cpp | 449 swizzleA = (angleFormat.alphaBits > 0 ? GL_GREEN : GL_ONE); in GetFormatSwizzle() 473 internalSwizzle.swizzleAlpha = GL_ONE; in GetFormatSwizzle() 484 internalSwizzle.swizzleAlpha = angleFormat.alphaBits > 0 ? GL_ALPHA : GL_ONE; in GetFormatSwizzle()
|