Home
last modified time | relevance | path

Searched refs:GL_ONE (Results 1 – 25 of 210) sorted by relevance

123456789

/third_party/vk-gl-cts/modules/gles3/performance/
Des3pBlendTests.cpp149 { "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 …tract", GL_FUNC_REVERSE_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT, GL_ONE, GL_ONE, GL_ONE, GL_ONE }, in init()
152 { "min", GL_MIN, GL_MIN, GL_ONE, GL_ONE, GL_ONE, GL_ONE }, in init()
153 { "max", GL_MAX, GL_MAX, GL_ONE, GL_ONE, GL_ONE, GL_ONE }, in init()
156 …L_FUNC_ADD, GL_FUNC_ADD, GL_ONE_MINUS_DST_ALPHA, GL_SRC_ALPHA, GL_ONE, 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 …GL_FUNC_ADD, GL_FUNC_ADD, GL_DST_ALPHA, GL_ONE_MINUS_SRC_ALPHA, GL_ZERO, GL_ONE }, in init()
163 …{ "src_over", GL_FUNC_ADD, GL_FUNC_ADD, GL_ONE, GL_ONE_MINUS_SRC_ALPHA, GL_ONE, … in init()
165 …{ "screen", GL_FUNC_ADD, GL_FUNC_ADD, GL_ONE, GL_ONE_MINUS_SRC_COLOR, GL_ONE, … in init()
[all …]
Des3pStateChangeCallTests.cpp455 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/
Des2pBlendTests.cpp146 { "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 …tract", GL_FUNC_REVERSE_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT, GL_ONE, GL_ONE, GL_ONE, GL_ONE }, in init()
151 …L_FUNC_ADD, GL_FUNC_ADD, GL_ONE_MINUS_DST_ALPHA, GL_SRC_ALPHA, GL_ONE, 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 …GL_FUNC_ADD, GL_FUNC_ADD, GL_DST_ALPHA, GL_ONE_MINUS_SRC_ALPHA, GL_ZERO, GL_ONE }, in init()
158 …{ "src_over", GL_FUNC_ADD, GL_FUNC_ADD, GL_ONE, GL_ONE_MINUS_SRC_ALPHA, GL_ONE, … in init()
160 …{ "screen", GL_FUNC_ADD, GL_FUNC_ADD, GL_ONE, GL_ONE_MINUS_SRC_COLOR, GL_ONE, … in init()
Des2pStateChangeCallTests.cpp420 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()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/
DesextcDrawBuffersIndexedNegative.cpp77 gl.blendFuncSeparatei(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()
146 gl.blendFuncSeparatei(0, GL_ONE, GL_MIN, GL_ONE, GL_ONE); in iterate()
149 gl.blendFuncSeparatei(0, GL_ONE, GL_ONE, GL_MIN, GL_ONE); in iterate()
152 gl.blendFuncSeparatei(0, GL_ONE, GL_ONE, GL_ONE, GL_MIN); in iterate()
DesextcDrawBuffersIndexedBlending.cpp183 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()
DesextcDrawBuffersIndexedCoverage.cpp83 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()
DesextcDrawBuffersIndexedBase.hpp74 , func_src_rgb(GL_ONE) in BlendMaskState()
75 , func_src_a(GL_ONE) in BlendMaskState()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fNegativeFragmentApiTests.cpp169 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_ONE); in init()
252 glBlendFuncSeparatei(0, -1, GL_ONE, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR); in init()
[all …]
Des3fTextureSwizzleTests.cpp58 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()
Des3fBlendTests.cpp384 { GL_ONE, "one" }, in init()
470 …push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_ONE, GL_FUNC_ADD, funcAlpha.glValue, GL_O… in init()
508 …paramSets.push_back(BlendParams(eqRGB.glValue, GL_ONE, GL_ONE, eqAlpha.glValue, GL_ONE, GL_ONE, de… in init()
Des3fFboInvalidateTests.cpp190 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()
793 glBlendFunc (GL_ONE, GL_ONE); in render()
895 glBlendFunc (GL_ONE, GL_ONE); in render()
1178 glBlendFunc (GL_ONE, GL_ONE); in render()
1305 glBlendFunc (GL_ONE, GL_ONE); in render()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fNegativeFragmentApiTests.cpp214 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_ONE); in blend_funci()
266 ctx.glBlendFuncSeparatei(0, -1, GL_ONE, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR); in blend_func_separatei()
[all …]
Des31fFboSRGBWriteControlTests.cpp303 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/
DMemoryBarrierTest.cpp628 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_ONE); in uniformBitBufferWriteThenUBORead()
1160 glBlendFunc(GL_ONE, GL_ONE); in uniformBitUBOReadThenBufferWrite()
1258 glBlendFunc(GL_ONE, GL_ONE); in commandBitBufferWriteThenIndirectRead()
1315 glBlendFunc(GL_ONE, GL_ONE); in commandBitIndirectReadThenBufferWrite()
1355 glBlendFunc(GL_ONE, GL_ONE); in pixelBufferBitBufferWriteThenPack()
[all …]
DBlendPackedTest.cpp62 glBlendFunc(GL_ONE, GL_ONE); in runTest()
DSamplersTest.cpp161 glBlendFunc(GL_ONE, GL_ONE); in TEST_P()
DBlendIntegerTest.cpp93 glBlendFunc(GL_ONE, GL_ONE); in runTest()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dangletypes_unittest.cpp38 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/
Des2fNegativeFragmentApiTests.cpp159 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()
Des2fBlendTests.cpp325 { GL_ONE, "one" }, in init()
405 …push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_ONE, GL_FUNC_ADD, funcAlpha.glValue, GL_O… in init()
443 …paramSets.push_back(BlendParams(eqRGB.glValue, GL_ONE, GL_ONE, eqAlpha.glValue, GL_ONE, GL_ONE, de… in init()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DLineLoopTest.cpp37 glBlendFunc(GL_ONE, GL_ONE); in testSetUp()
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_multiple_textures.txt167 combineColorFactor and texColorFactor are one of GL_ZERO, GL_ONE,
179 combineAlphaFactor and texAlphaFactor are one of GL_ZERO, GL_ONE,
201 The default functions are (GL_ONE, GL_ADD, GL_ONE, GL_ONE, GL_ADD,
202 GL_ONE).
/third_party/openGLES/extensions/EXT/
DEXT_multiple_textures.txt167 combineColorFactor and texColorFactor are one of GL_ZERO, GL_ONE,
179 combineAlphaFactor and texAlphaFactor are one of GL_ZERO, GL_ONE,
201 The default functions are (GL_ONE, GL_ADD, GL_ONE, GL_ONE, GL_ADD,
202 GL_ONE).
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_format_utils.cpp350 internalSwizzle.swizzleAlpha = GL_ONE; in MapSwizzleState()
375 internalSwizzle.swizzleAlpha = GL_ONE; in MapSwizzleState()
389 internalSwizzle.swizzleAlpha = angleFormat.alphaBits > 0 ? GL_ALPHA : GL_ONE; in MapSwizzleState()

123456789