Home
last modified time | relevance | path

Searched refs:GL_ZERO (Results 1 - 25 of 118) sorted by relevance

12345

/third_party/vk-gl-cts/modules/gles2/performance/
H A Des2pBlendTests.cpp151 { "dst_atop", GL_FUNC_ADD, GL_FUNC_ADD, GL_ONE_MINUS_DST_ALPHA, GL_SRC_ALPHA, GL_ONE, GL_ZERO }, in init()
152 { "dst_in", GL_FUNC_ADD, GL_FUNC_ADD, GL_ZERO, GL_SRC_ALPHA, GL_ZERO, GL_SRC_ALPHA }, in init()
153 { "dst_out", GL_FUNC_ADD, GL_FUNC_ADD, GL_ZERO, GL_ONE_MINUS_SRC_ALPHA, GL_ZERO, GL_ONE_MINUS_SRC_ALPHA }, in init()
155 { "src_atop", GL_FUNC_ADD, GL_FUNC_ADD, GL_DST_ALPHA, GL_ONE_MINUS_SRC_ALPHA, GL_ZERO, GL_ONE }, in init()
156 { "src_in", GL_FUNC_ADD, GL_FUNC_ADD, GL_DST_ALPHA, GL_ZERO, GL_DST_ALPHA, GL_ZERO }, in init()
157 { "src_out", GL_FUNC_ADD, GL_FUNC_ADD, GL_ONE_MINUS_DST_ALPHA, GL_ZERO, GL_ONE_MINUS_DST_ALPHA, GL_ZERO }, in init()
[all...]
H A Des2pStateChangeCallTests.cpp419 GL_ZERO, in init()
436 GL_ZERO, in init()
561 GL_ZERO, in init()
572 GL_ZERO, in init()
583 GL_ZERO, in init()
706 GL_ZERO, in init()
717 GL_ZERO, in init()
728 GL_ZERO, in init()
742 GL_ZERO, in init()
759 GL_ZERO, in init()
[all...]
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pBlendTests.cpp156 { "dst_atop", GL_FUNC_ADD, GL_FUNC_ADD, GL_ONE_MINUS_DST_ALPHA, GL_SRC_ALPHA, GL_ONE, GL_ZERO }, in init()
157 { "dst_in", GL_FUNC_ADD, GL_FUNC_ADD, GL_ZERO, GL_SRC_ALPHA, GL_ZERO, GL_SRC_ALPHA }, in init()
158 { "dst_out", GL_FUNC_ADD, GL_FUNC_ADD, GL_ZERO, GL_ONE_MINUS_SRC_ALPHA, GL_ZERO, GL_ONE_MINUS_SRC_ALPHA }, in init()
160 { "src_atop", GL_FUNC_ADD, GL_FUNC_ADD, GL_DST_ALPHA, GL_ONE_MINUS_SRC_ALPHA, GL_ZERO, GL_ONE }, in init()
161 { "src_in", GL_FUNC_ADD, GL_FUNC_ADD, GL_DST_ALPHA, GL_ZERO, GL_DST_ALPHA, GL_ZERO }, in init()
162 { "src_out", GL_FUNC_ADD, GL_FUNC_ADD, GL_ONE_MINUS_DST_ALPHA, GL_ZERO, GL_ONE_MINUS_DST_ALPHA, GL_ZERO }, in init()
[all...]
H A Des3pStateChangeCallTests.cpp454 GL_ZERO, in init()
471 GL_ZERO, in init()
623 GL_ZERO, in init()
634 GL_ZERO, in init()
645 GL_ZERO, in init()
768 GL_ZERO, in init()
779 GL_ZERO, in init()
790 GL_ZERO, in init()
804 GL_ZERO, in init()
821 GL_ZERO, in init()
[all...]
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fNegativeFragmentApiTests.cpp106 glStencilOp(-1, GL_ZERO, GL_REPLACE); in init()
110 glStencilOp(GL_KEEP, GL_ZERO, -1); in init()
117 glStencilOpSeparate(-1, GL_KEEP, GL_ZERO, GL_REPLACE); in init()
122 glStencilOpSeparate(GL_FRONT, -1, GL_ZERO, GL_REPLACE); in init()
126 glStencilOpSeparate(GL_FRONT, GL_KEEP, GL_ZERO, -1); in init()
161 glBlendFuncSeparate(GL_ZERO, -1, 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()
H A Des2fIntegerStateQueryTests.cpp1064 const GLenum stencilOpValues[] = {GL_KEEP, GL_ZERO, GL_REPLACE, GL_INCR, GL_DECR, GL_INVERT, GL_INCR_WRAP, GL_DECR_WRAP}; in test()
1391 GL_ZERO, GL_ONE, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR, GL_DST_COLOR, GL_ONE_MINUS_DST_COLOR, in test()
1420 glBlendFunc(func, GL_ZERO); in SetBlendFunc()
1425 glBlendFunc(GL_ZERO, func); in SetBlendFunc()
1452 glBlendFuncSeparate(func, GL_ZERO, GL_ZERO, GL_ZERO); in SetBlendFunc()
1456 glBlendFuncSeparate(GL_ZERO, func, GL_ZERO, GL_ZERO); in SetBlendFunc()
[all...]
H A Des2fBlendTests.cpp324 { GL_ZERO, "zero" }, in init()
406 paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_ZERO, GL_FUNC_ADD, funcAlpha.glValue, GL_ZERO, defaultBlendColor)); in init()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fNegativeFragmentApiTests.cpp114 glStencilOp(-1, GL_ZERO, GL_REPLACE); in init()
118 glStencilOp(GL_KEEP, GL_ZERO, -1); in init()
125 glStencilOpSeparate(-1, GL_KEEP, GL_ZERO, GL_REPLACE); in init()
130 glStencilOpSeparate(GL_FRONT, -1, GL_ZERO, GL_REPLACE); in init()
134 glStencilOpSeparate(GL_FRONT, GL_KEEP, GL_ZERO, -1); in init()
180 glBlendFuncSeparate(GL_ZERO, -1, 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()
254 glBlendFuncSeparatei(0, GL_ZERO, -1, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR); in init()
256 glBlendFuncSeparatei(0, GL_ZERO, GL_ON in init()
[all...]
H A Des3fTextureSwizzleTests.cpp57 case GL_ZERO: return 0; in swizzle()
275 { "zero", GL_ZERO }, in init()
292 { "all_zero", GL_ZERO, GL_ZERO, GL_ZERO, GL_ZERO }, in init()
H A Des3fIntegerStateQueryTests.cpp1344 const GLenum stencilOpValues[] = {GL_KEEP, GL_ZERO, GL_REPLACE, GL_INCR, GL_DECR, GL_INVERT, GL_INCR_WRAP, GL_DECR_WRAP}; in test()
1709 GL_ZERO, GL_ONE, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR, GL_DST_COLOR, GL_ONE_MINUS_DST_COLOR, in test()
1733 glBlendFunc(func, GL_ZERO); in SetBlendFunc()
1738 glBlendFunc(GL_ZERO, func); in SetBlendFunc()
1765 glBlendFuncSeparate(func, GL_ZERO, GL_ZERO, GL_ZERO); in SetBlendFunc()
1769 glBlendFuncSeparate(GL_ZERO, func, GL_ZERO, GL_ZERO); in SetBlendFunc()
[all...]
H A Des3fBlendTests.cpp383 { GL_ZERO, "zero" }, in init()
471 paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_ZERO, GL_FUNC_ADD, funcAlpha.glValue, GL_ZERO, defaultBlendColor)); in init()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fNegativeFragmentApiTests.cpp105 ctx.glStencilOp(-1, GL_ZERO, GL_REPLACE); in stencil_op()
109 ctx.glStencilOp(GL_KEEP, GL_ZERO, -1); in stencil_op()
117 ctx.glStencilOpSeparate(-1, GL_KEEP, GL_ZERO, GL_REPLACE); in stencil_op_separate()
122 ctx.glStencilOpSeparate(GL_FRONT, -1, GL_ZERO, GL_REPLACE); in stencil_op_separate()
126 ctx.glStencilOpSeparate(GL_FRONT, GL_KEEP, GL_ZERO, -1); in stencil_op_separate()
226 ctx.glBlendFuncSeparate(GL_ZERO, -1, 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()
268 ctx.glBlendFuncSeparatei(0, GL_ZERO, -1, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR); in blend_func_separatei()
270 ctx.glBlendFuncSeparatei(0, GL_ZERO, GL_ON in blend_func_separatei()
[all...]
H A Des31fFboSRGBWriteControlTests.cpp306 blendConfigs[1].funcDst = GL_ZERO; in getBlendingConfigList()
307 blendConfigs[2].funcSrc = GL_ZERO; in getBlendingConfigList()
309 blendConfigs[3].funcSrc = GL_ZERO; in getBlendingConfigList()
310 blendConfigs[3].funcDst = GL_ZERO; in getBlendingConfigList()
321 blendConfigs[5].funcDst = GL_ZERO; in getBlendingConfigList()
322 blendConfigs[6].funcSrc = GL_ZERO; in getBlendingConfigList()
324 blendConfigs[7].funcSrc = GL_ZERO; in getBlendingConfigList()
325 blendConfigs[7].funcDst = GL_ZERO; in getBlendingConfigList()
336 blendConfigs[9].funcDst = GL_ZERO; in getBlendingConfigList()
337 blendConfigs[10].funcSrc = GL_ZERO; in getBlendingConfigList()
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_format_utils.cpp453 swizzleRGB = GL_ZERO; in GetFormatSwizzle()
471 internalSwizzle.swizzleGreen = hasGB ? GL_RED : GL_ZERO; in GetFormatSwizzle()
472 internalSwizzle.swizzleBlue = hasGB ? GL_RED : GL_ZERO; in GetFormatSwizzle()
481 internalSwizzle.swizzleRed = angleFormat.redBits > 0 ? GL_RED : GL_ZERO; in GetFormatSwizzle()
482 internalSwizzle.swizzleGreen = angleFormat.greenBits > 0 ? GL_GREEN : GL_ZERO; in GetFormatSwizzle()
483 internalSwizzle.swizzleBlue = angleFormat.blueBits > 0 ? GL_BLUE : GL_ZERO; in GetFormatSwizzle()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/
H A DesextcDrawBuffersIndexedCoverage.cpp82 gl.blendFunci(i, GL_ZERO, GL_SRC_COLOR); in iterate()
93 gl.blendFunc(GL_ONE, GL_ZERO); in iterate()
H A DesextcDrawBuffersIndexedBase.hpp76 , func_dst_rgb(GL_ZERO) in BlendMaskState()
77 , func_dst_a(GL_ZERO) in BlendMaskState()
H A DesextcDrawBuffersIndexedSetGet.cpp84 state.SetBlendFuncSeparatei(2, GL_ZERO, GL_ONE, GL_SRC_COLOR, GL_DST_COLOR); in iterate()
H A DesextcDrawBuffersIndexedBlending.cpp189 state.SetBlendFuncSeparatei(i, GL_ZERO, GL_ONE, GL_ONE, GL_ZERO); in iterate()
/third_party/vk-gl-cts/modules/glshared/
H A DglsInteractionTestUtil.cpp87 GL_ZERO, in computeRandomRenderState()
107 GL_ZERO, in computeRandomRenderState()
133 GL_ZERO, in computeRandomRenderState()
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrReferenceUtils.cpp238 case GL_ZERO: return rr::STENCILOP_ZERO; in mapGLStencilOp()
295 case GL_ZERO: return rr::BLENDFUNC_ZERO; in mapGLBlendFunc()
/third_party/mesa3d/src/mesa/main/
H A Dblend.c54 case GL_ZERO: in legal_src_factor()
91 case GL_ZERO: in legal_dst_factor()
1190 ctx->Color.Blend[i].DstRGB = GL_ZERO; in _mesa_init_color()
1192 ctx->Color.Blend[i].DstA = GL_ZERO; in _mesa_init_color()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_atom_depth.c56 case GL_ZERO: in gl_stencil_op_to_pipe()
H A Dst_atom_blend.c88 case GL_ZERO: in translate_blend()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DSwizzleTest.cpp29 GL_RED, GL_GREEN, GL_BLUE, GL_ALPHA, GL_ZERO, GL_ONE, in SwizzleTest()
143 case GL_ZERO: in getExpectedValue()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DRenderPipelineGL.cpp63 return GL_ZERO; in GLBlendFactor()
158 return GL_ZERO; in OpenGLStencilOperation()

Completed in 24 milliseconds

12345