Home
last modified time | relevance | path

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

12345

/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/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.cpp182 state.SetBlendFunci(i, GL_ONE, GL_ONE); in iterate()
188 state.SetBlendFuncSeparatei(i, GL_ZERO, GL_ONE, GL_ONE, GL_ZERO); in iterate()
200 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()
DesextcDrawBuffersIndexedSetGet.cpp84 state.SetBlendFuncSeparatei(2, GL_ZERO, GL_ONE, GL_SRC_COLOR, GL_DST_COLOR); in iterate()
/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 …]
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 …]
/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.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()
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.c47 return GL_ONE; in effective_func()
71 (effective_func(ctx->Color.Blend[0].SrcRGB, src_alpha_is_one) != GL_ONE || in intel_check_blit_fragment_ops()
74 effective_func(ctx->Color.Blend[0].SrcA, src_alpha_is_one) != GL_ONE || in intel_check_blit_fragment_ops()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_pixel.c44 return GL_ONE; in effective_func()
68 (effective_func(ctx->Color.Blend[0].SrcRGB, src_alpha_is_one) != GL_ONE || in intel_check_blit_fragment_ops()
71 effective_func(ctx->Color.Blend[0].SrcA, src_alpha_is_one) != GL_ONE || in intel_check_blit_fragment_ops()
Dbrw_util.c62 case GL_ONE: in brw_translate_blend_factor()
/external/mesa3d/src/mesa/swrast/
Ds_blend.c78 assert(ctx->Color.Blend[0].DstRGB == GL_ONE); in blend_noop()
103 assert(ctx->Color.Blend[0].SrcRGB == GL_ONE); in blend_replace()
250 assert(ctx->Color.Blend[0].SrcRGB == GL_ONE); in blend_add()
251 assert(ctx->Color.Blend[0].DstRGB == GL_ONE); in blend_add()
504 case GL_ONE: in blend_general_float()
574 case GL_ONE: in blend_general_float()
628 case GL_ONE: in blend_general_float()
691 case GL_ONE: in blend_general_float()
952 else if (eq == GL_FUNC_ADD && srcRGB == GL_ONE && dstRGB == GL_ONE) { in _swrast_choose_blend_func()
974 else if (eq == GL_FUNC_ADD && srcRGB == GL_ZERO && dstRGB == GL_ONE) { in _swrast_choose_blend_func()
[all …]
/external/deqp/modules/glshared/
DglsInteractionTestUtil.cpp108 GL_ONE, in computeRandomRenderState()
134 GL_ONE, in computeRandomRenderState()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_gldefs.h36 case GL_ONE: in nvgl_blend_func()

12345