Home
last modified time | relevance | path

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

123

/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.cpp1044 …const GLenum stencilOpValues[] = {GL_KEEP, GL_ZERO, GL_REPLACE, GL_INCR, GL_DECR, GL_INVERT, GL_IN… in test()
1371 GL_ZERO, GL_ONE, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR, GL_DST_COLOR, GL_ONE_MINUS_DST_COLOR, in test()
1400 glBlendFunc(func, GL_ZERO); in SetBlendFunc()
1405 glBlendFunc(GL_ZERO, func); in SetBlendFunc()
1432 glBlendFuncSeparate(func, GL_ZERO, GL_ZERO, GL_ZERO); in SetBlendFunc()
1436 glBlendFuncSeparate(GL_ZERO, func, GL_ZERO, GL_ZERO); in SetBlendFunc()
1440 glBlendFuncSeparate(GL_ZERO, GL_ZERO, func, GL_ZERO); in SetBlendFunc()
1444 glBlendFuncSeparate(GL_ZERO, GL_ZERO, GL_ZERO, func); in SetBlendFunc()
2150 { "blend_dst_rgb", "BLEND_DST_RGB", GL_BLEND_DST_RGB, GL_ZERO }, in init()
2151 { "blend_dst_alpha", "BLEND_DST_ALPHA", GL_BLEND_DST_ALPHA, GL_ZERO } in init()
Des2fBlendTests.cpp324 { GL_ZERO, "zero" }, in init()
406 …ush_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_ZERO, GL_FUNC_ADD, funcAlpha.glValue, GL_Z… 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.cpp56 case GL_ZERO: return 0; in swizzle()
274 { "zero", GL_ZERO }, in init()
291 { "all_zero", GL_ZERO, GL_ZERO, GL_ZERO, GL_ZERO }, in init()
Des3fIntegerStateQueryTests.cpp1323 …const GLenum stencilOpValues[] = {GL_KEEP, GL_ZERO, GL_REPLACE, GL_INCR, GL_DECR, GL_INVERT, GL_IN… in test()
1688 GL_ZERO, GL_ONE, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR, GL_DST_COLOR, GL_ONE_MINUS_DST_COLOR, in test()
1712 glBlendFunc(func, GL_ZERO); in SetBlendFunc()
1717 glBlendFunc(GL_ZERO, func); in SetBlendFunc()
1744 glBlendFuncSeparate(func, GL_ZERO, GL_ZERO, GL_ZERO); in SetBlendFunc()
1748 glBlendFuncSeparate(GL_ZERO, func, GL_ZERO, GL_ZERO); in SetBlendFunc()
1752 glBlendFuncSeparate(GL_ZERO, GL_ZERO, func, GL_ZERO); in SetBlendFunc()
1756 glBlendFuncSeparate(GL_ZERO, GL_ZERO, GL_ZERO, func); in SetBlendFunc()
2920 { "blend_dst_rgb", "BLEND_DST_RGB", GL_BLEND_DST_RGB, GL_ZERO }, in init()
2921 { "blend_dst_alpha", "BLEND_DST_ALPHA", GL_BLEND_DST_ALPHA, 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()
219 ctx.glBlendFuncSeparate(GL_ZERO, -1, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR); in blend_func_separate()
221 ctx.glBlendFuncSeparate(GL_ZERO, GL_ONE, -1, GL_ONE_MINUS_SRC_COLOR); in blend_func_separate()
223 ctx.glBlendFuncSeparate(GL_ZERO, GL_ONE, GL_SRC_COLOR, -1); in blend_func_separate()
261 ctx.glBlendFuncSeparatei(0, GL_ZERO, -1, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR); in blend_func_separatei()
263 ctx.glBlendFuncSeparatei(0, GL_ZERO, GL_ONE, -1, GL_ONE_MINUS_SRC_COLOR); in blend_func_separatei()
[all …]
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_pixel.c48 return GL_ZERO; in effective_func()
71 effective_func(ctx->Color.Blend[0].DstRGB, src_alpha_is_one) != GL_ZERO || in intel_check_blit_fragment_ops()
74 effective_func(ctx->Color.Blend[0].DstA, src_alpha_is_one) != GL_ZERO || in intel_check_blit_fragment_ops()
Dintel_state.c97 case GL_ZERO: in intel_translate_stencil_op()
120 case GL_ZERO: in intel_translate_blend_factor()
Dbrw_util.c62 case GL_ZERO: in brw_translate_blend_factor()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_pixel.c48 return GL_ZERO; in effective_func()
71 effective_func(ctx->Color.Blend[0].DstRGB, src_alpha_is_one) != GL_ZERO || in intel_check_blit_fragment_ops()
74 effective_func(ctx->Color.Blend[0].DstA, src_alpha_is_one) != GL_ZERO || in intel_check_blit_fragment_ops()
Dintel_state.c97 case GL_ZERO: in intel_translate_stencil_op()
120 case GL_ZERO: in intel_translate_blend_factor()
/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_pixel.c48 return GL_ZERO; in effective_func()
71 effective_func(ctx->Color.Blend[0].DstRGB, src_alpha_is_one) != GL_ZERO || in intel_check_blit_fragment_ops()
74 effective_func(ctx->Color.Blend[0].DstA, src_alpha_is_one) != GL_ZERO || in intel_check_blit_fragment_ops()
Dintel_state.c97 case GL_ZERO: in intel_translate_stencil_op()
120 case GL_ZERO: in intel_translate_blend_factor()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_gldefs.h34 case GL_ZERO: in nvgl_blend_func()
173 case GL_ZERO: in nvgl_stencil_op()
Dnv04_state_raster.c65 case GL_ZERO: in get_stencil_op()
88 case GL_ZERO: in get_blend_func()
/external/mesa3d/src/mesa/swrast/
Ds_blend.c80 ASSERT(ctx->Color.Blend[0].SrcRGB == GL_ZERO); in blend_noop()
107 ASSERT(ctx->Color.Blend[0].DstRGB == GL_ZERO); in blend_replace()
504 case GL_ZERO: in blend_general_float()
574 case GL_ZERO: in blend_general_float()
628 case GL_ZERO: in blend_general_float()
691 case GL_ZERO: in blend_general_float()
965 && (srcRGB == GL_ZERO && dstRGB == GL_SRC_COLOR)) in _swrast_choose_blend_func()
968 && (srcRGB == GL_DST_COLOR && dstRGB == GL_ZERO))) { in _swrast_choose_blend_func()
977 else if (eq == GL_FUNC_ADD && srcRGB == GL_ZERO && dstRGB == GL_ONE) { in _swrast_choose_blend_func()
980 else if (eq == GL_FUNC_ADD && srcRGB == GL_ONE && dstRGB == GL_ZERO) { in _swrast_choose_blend_func()
/external/deqp/modules/glshared/
DglsInteractionTestUtil.cpp87 GL_ZERO, in computeRandomRenderState()
107 GL_ZERO, in computeRandomRenderState()
133 GL_ZERO, in computeRandomRenderState()
/external/mesa3d/src/mesa/main/
Dpoints.c176 if (value != GL_ZERO && value != GL_S && value != GL_R) { in _mesa_PointParameterfv()
264 ctx->Point.SpriteRMode = GL_ZERO; /* GL_NV_point_sprite (only!) */ in _mesa_init_point()
Dblend.c52 case GL_ZERO: in legal_src_factor()
90 case GL_ZERO: in legal_dst_factor()
837 ctx->Color.Blend[i].DstRGB = GL_ZERO; in _mesa_init_color()
839 ctx->Color.Blend[i].DstA = GL_ZERO; in _mesa_init_color()
/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()

123