Home
last modified time | relevance | path

Searched refs:GL_ZERO (Results 1 – 25 of 130) sorted by relevance

123456

/external/deqp/modules/gles2/performance/
Des2pBlendTests.cpp151 …L_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_… in init()
153 …{ "dst_out", GL_FUNC_ADD, GL_FUNC_ADD, GL_ZERO, GL_ONE_MINUS_SRC_ALPHA, GL_ZERO, … in init()
155 …GL_FUNC_ADD, GL_FUNC_ADD, GL_DST_ALPHA, GL_ONE_MINUS_SRC_ALPHA, GL_ZERO, GL_ONE }, in init()
156 …n", GL_FUNC_ADD, GL_FUNC_ADD, GL_DST_ALPHA, GL_ZERO, GL_DST_ALPHA, GL_ZERO in init()
157 …FUNC_ADD, GL_FUNC_ADD, GL_ONE_MINUS_DST_ALPHA, GL_ZERO, GL_ONE_MINUS_DST_ALPHA, GL_ZERO in init()
159 …ly", GL_FUNC_ADD, GL_FUNC_ADD, GL_DST_COLOR, GL_ZERO, GL_DST_ALPHA, GL_ZERO in init()
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 …]
/external/deqp/modules/gles3/performance/
Des3pBlendTests.cpp156 …L_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_… in init()
158 …{ "dst_out", GL_FUNC_ADD, GL_FUNC_ADD, GL_ZERO, GL_ONE_MINUS_SRC_ALPHA, GL_ZERO, … in init()
160 …GL_FUNC_ADD, GL_FUNC_ADD, GL_DST_ALPHA, GL_ONE_MINUS_SRC_ALPHA, GL_ZERO, GL_ONE }, in init()
161 …n", GL_FUNC_ADD, GL_FUNC_ADD, GL_DST_ALPHA, GL_ZERO, GL_DST_ALPHA, GL_ZERO in init()
162 …FUNC_ADD, GL_FUNC_ADD, GL_ONE_MINUS_DST_ALPHA, GL_ZERO, GL_ONE_MINUS_DST_ALPHA, GL_ZERO in init()
164 …ly", GL_FUNC_ADD, GL_FUNC_ADD, GL_DST_COLOR, GL_ZERO, GL_DST_ALPHA, GL_ZERO in init()
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 …]
/external/deqp/modules/gles2/functional/
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()
Des2fIntegerStateQueryTests.cpp1064 …const GLenum stencilOpValues[] = {GL_KEEP, GL_ZERO, GL_REPLACE, GL_INCR, GL_DECR, GL_INVERT, GL_IN… 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()
1460 glBlendFuncSeparate(GL_ZERO, GL_ZERO, func, GL_ZERO); in SetBlendFunc()
1464 glBlendFuncSeparate(GL_ZERO, GL_ZERO, GL_ZERO, func); in SetBlendFunc()
2170 { "blend_dst_rgb", "BLEND_DST_RGB", GL_BLEND_DST_RGB, GL_ZERO }, in init()
2171 { "blend_dst_alpha", "BLEND_DST_ALPHA", GL_BLEND_DST_ALPHA, GL_ZERO } in init()
/external/deqp/modules/gles3/functional/
Des3fNegativeFragmentApiTests.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()
172 glBlendFuncSeparate(GL_ZERO, -1, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR); in init()
174 glBlendFuncSeparate(GL_ZERO, GL_ONE, -1, GL_ONE_MINUS_SRC_COLOR); in init()
176 glBlendFuncSeparate(GL_ZERO, GL_ONE, GL_SRC_COLOR, -1); in init()
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()
/external/deqp/modules/gles31/functional/
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_ONE, -1, GL_ONE_MINUS_SRC_COLOR); in blend_func_separatei()
[all …]
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 …]
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_pixel.c49 return GL_ZERO; in effective_func()
72 effective_func(ctx->Color.Blend[0].DstRGB, src_alpha_is_one) != GL_ZERO || in intel_check_blit_fragment_ops()
75 effective_func(ctx->Color.Blend[0].DstA, src_alpha_is_one) != GL_ZERO || in intel_check_blit_fragment_ops()
Dintel_state.c96 case GL_ZERO: in intel_translate_stencil_op()
119 case GL_ZERO: in intel_translate_blend_factor()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_pixel.c46 return GL_ZERO; in effective_func()
69 effective_func(ctx->Color.Blend[0].DstRGB, src_alpha_is_one) != GL_ZERO || in intel_check_blit_fragment_ops()
72 effective_func(ctx->Color.Blend[0].DstA, src_alpha_is_one) != GL_ZERO || in intel_check_blit_fragment_ops()
Dintel_state.c102 case GL_ZERO: in intel_translate_stencil_op()
Dbrw_util.c58 case GL_ZERO: in brw_translate_blend_factor()
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_format_utils.cpp413 swizzleRGB = GL_ZERO; in GetFormatSwizzle()
431 internalSwizzle.swizzleGreen = hasGB ? GL_RED : GL_ZERO; in GetFormatSwizzle()
432 internalSwizzle.swizzleBlue = hasGB ? GL_RED : GL_ZERO; in GetFormatSwizzle()
441 internalSwizzle.swizzleRed = angleFormat.redBits > 0 ? GL_RED : GL_ZERO; in GetFormatSwizzle()
442 internalSwizzle.swizzleGreen = angleFormat.greenBits > 0 ? GL_GREEN : GL_ZERO; in GetFormatSwizzle()
443 internalSwizzle.swizzleBlue = angleFormat.blueBits > 0 ? GL_BLUE : GL_ZERO; in GetFormatSwizzle()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_gldefs.h34 case GL_ZERO: in nvgl_blend_func()
132 case GL_ZERO: in nvgl_stencil_op()
Dnv04_state_raster.c66 case GL_ZERO: in get_stencil_op()
89 case GL_ZERO: in get_blend_func()
/external/deqp/external/openglcts/modules/glesext/draw_buffers_indexed/
DesextcDrawBuffersIndexedCoverage.cpp82 gl.blendFunci(i, GL_ZERO, GL_SRC_COLOR); in iterate()
93 gl.blendFunc(GL_ONE, GL_ZERO); in iterate()
DesextcDrawBuffersIndexedBase.hpp76 , func_dst_rgb(GL_ZERO) in BlendMaskState()
77 , func_dst_a(GL_ZERO) in BlendMaskState()
DesextcDrawBuffersIndexedSetGet.cpp84 state.SetBlendFuncSeparatei(2, GL_ZERO, GL_ONE, GL_SRC_COLOR, GL_DST_COLOR); in iterate()
/external/deqp/modules/glshared/
DglsInteractionTestUtil.cpp87 GL_ZERO, in computeRandomRenderState()
107 GL_ZERO, in computeRandomRenderState()
133 GL_ZERO, in computeRandomRenderState()
/external/mesa3d/src/mesa/swrast/
Ds_blend.c77 assert(ctx->Color.Blend[0].SrcRGB == GL_ZERO); in blend_noop()
104 assert(ctx->Color.Blend[0].DstRGB == GL_ZERO); in blend_replace()
501 case GL_ZERO: in blend_general_float()
571 case GL_ZERO: in blend_general_float()
625 case GL_ZERO: in blend_general_float()
688 case GL_ZERO: in blend_general_float()
962 && (srcRGB == GL_ZERO && dstRGB == GL_SRC_COLOR)) in _swrast_choose_blend_func()
965 && (srcRGB == GL_DST_COLOR && dstRGB == GL_ZERO))) { in _swrast_choose_blend_func()
974 else if (eq == GL_FUNC_ADD && srcRGB == GL_ZERO && dstRGB == GL_ONE) { in _swrast_choose_blend_func()
977 else if (eq == GL_FUNC_ADD && srcRGB == GL_ONE && dstRGB == GL_ZERO) { in _swrast_choose_blend_func()
/external/mesa3d/src/mesa/main/
Dpoints.c180 if (value != GL_ZERO && value != GL_S && value != GL_R) { in _mesa_PointParameterfv()
266 ctx->Point.SpriteRMode = GL_ZERO; /* GL_NV_point_sprite (only!) */ in _mesa_init_point()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceUtils.cpp238 case GL_ZERO: return rr::STENCILOP_ZERO; in mapGLStencilOp()
295 case GL_ZERO: return rr::BLENDFUNC_ZERO; in mapGLBlendFunc()

123456