Home
last modified time | relevance | path

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

1234

/external/deqp/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()
Des3pTextureCases.cpp238 gl.blendFunc(GL_ONE, GL_ONE); in setupRenderState()
/external/deqp/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()
Des2pTextureCases.cpp211 gl.blendFunc(GL_ONE, GL_ONE); in setupRenderState()
/external/deqp/modules/gles31/functional/
Des31fNegativeFragmentApiTests.cpp207 ctx.glBlendFunc(-1, GL_ONE); in blend_func()
209 ctx.glBlendFunc(GL_ONE, -1); in blend_func()
217 ctx.glBlendFuncSeparate(-1, GL_ONE, 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()
237 ctx.glBlendFunci(0, -1, GL_ONE); in blend_funci()
239 ctx.glBlendFunci(0, GL_ONE, -1); in blend_funci()
243 ctx.glBlendFunci(-1, GL_ONE, GL_ONE); in blend_funci()
245 ctx.glBlendFunci(maxDrawBuffers, GL_ONE, GL_ONE); in blend_funci()
259 ctx.glBlendFuncSeparatei(0, -1, GL_ONE, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR); in blend_func_separatei()
[all …]
/external/deqp/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()
/external/deqp/modules/gles3/functional/
Des3fTextureSwizzleTests.cpp57 case GL_ONE: return (1<<8)-1; in swizzle()
275 { "one", GL_ONE } in init()
292 { "all_one", GL_ONE, GL_ONE, GL_ONE, GL_ONE }, in init()
295 { "one_one_red_green", GL_ONE, GL_ONE, GL_RED, GL_GREEN } in init()
Des3fNegativeFragmentApiTests.cpp161 glBlendFunc(-1, GL_ONE); in init()
163 glBlendFunc(GL_ONE, -1); in init()
170 glBlendFuncSeparate(-1, GL_ONE, 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()
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()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_pixel.c46 return GL_ONE; in effective_func()
70 (effective_func(ctx->Color.Blend[0].SrcRGB, src_alpha_is_one) != GL_ONE || in intel_check_blit_fragment_ops()
73 effective_func(ctx->Color.Blend[0].SrcA, src_alpha_is_one) != GL_ONE || in intel_check_blit_fragment_ops()
Dintel_state.c124 case GL_ONE: in intel_translate_blend_factor()
/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_pixel.c46 return GL_ONE; in effective_func()
70 (effective_func(ctx->Color.Blend[0].SrcRGB, src_alpha_is_one) != GL_ONE || in intel_check_blit_fragment_ops()
73 effective_func(ctx->Color.Blend[0].SrcA, src_alpha_is_one) != GL_ONE || in intel_check_blit_fragment_ops()
Dintel_state.c124 case GL_ONE: in intel_translate_blend_factor()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_pixel.c46 return GL_ONE; in effective_func()
70 (effective_func(ctx->Color.Blend[0].SrcRGB, src_alpha_is_one) != GL_ONE || in intel_check_blit_fragment_ops()
73 effective_func(ctx->Color.Blend[0].SrcA, src_alpha_is_one) != GL_ONE || in intel_check_blit_fragment_ops()
Dbrw_cc.c83 return GL_ONE; in fix_xRGB_alpha()
169 srcRGB = dstRGB = GL_ONE; in upload_cc_unit()
173 srcA = dstA = GL_ONE; in upload_cc_unit()
Dbrw_util.c66 case GL_ONE: in brw_translate_blend_factor()
Dgen6_cc.c106 srcRGB = dstRGB = GL_ONE; in gen6_upload_blend_state()
110 srcA = dstA = GL_ONE; in gen6_upload_blend_state()
Dintel_state.c124 case GL_ONE: in intel_translate_blend_factor()
/external/mesa3d/src/mesa/swrast/
Ds_blend.c81 ASSERT(ctx->Color.Blend[0].DstRGB == GL_ONE); in blend_noop()
106 ASSERT(ctx->Color.Blend[0].SrcRGB == GL_ONE); in blend_replace()
253 ASSERT(ctx->Color.Blend[0].SrcRGB == GL_ONE); in blend_add()
254 ASSERT(ctx->Color.Blend[0].DstRGB == GL_ONE); in blend_add()
507 case GL_ONE: in blend_general_float()
577 case GL_ONE: in blend_general_float()
631 case GL_ONE: in blend_general_float()
694 case GL_ONE: in blend_general_float()
955 else if (eq == GL_FUNC_ADD && srcRGB == GL_ONE && dstRGB == GL_ONE) { in _swrast_choose_blend_func()
977 else if (eq == GL_FUNC_ADD && srcRGB == GL_ZERO && dstRGB == GL_ONE) { in _swrast_choose_blend_func()
[all …]
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_gldefs.h36 case GL_ONE: in nvgl_blend_func()
/external/deqp/modules/glshared/
DglsInteractionTestUtil.cpp108 GL_ONE, in computeRandomRenderState()
134 GL_ONE, in computeRandomRenderState()

1234