Home
last modified time | relevance | path

Searched refs:GL_SRC_ALPHA (Results 1 – 25 of 74) sorted by relevance

123

/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()
140 gl.blendFunci(0, GL_SRC_ALPHA, GL_MIN); in iterate()
155 gl.blendEquationi(0, GL_SRC_ALPHA); in iterate()
158 gl.blendEquationSeparatei(0, GL_SRC_ALPHA, GL_MIN); in iterate()
161 gl.blendEquationSeparatei(0, GL_MIN, GL_SRC_ALPHA); in iterate()
DesextcDrawBuffersIndexedCoverage.cpp83 gl.blendFuncSeparatei(i, GL_CONSTANT_COLOR, GL_DST_ALPHA, GL_SRC_ALPHA, GL_ONE); in iterate()
/external/deqp/modules/gles2/performance/
Des2pBlendTests.cpp151 …{ "dst_atop", GL_FUNC_ADD, GL_FUNC_ADD, GL_ONE_MINUS_DST_ALPHA, GL_SRC_ALPHA, GL_ONE… in init()
152 …_in", GL_FUNC_ADD, GL_FUNC_ADD, GL_ZERO, GL_SRC_ALPHA, GL_ZERO, GL_SRC_ALPHA in init()
Des2pStateChangeCallTests.cpp425 GL_SRC_ALPHA, in init()
442 GL_SRC_ALPHA, in init()
748 GL_SRC_ALPHA, in init()
765 GL_SRC_ALPHA, in init()
782 GL_SRC_ALPHA, in init()
799 GL_SRC_ALPHA, in init()
/external/deqp/modules/gles3/performance/
Des3pBlendTests.cpp156 …{ "dst_atop", GL_FUNC_ADD, GL_FUNC_ADD, GL_ONE_MINUS_DST_ALPHA, GL_SRC_ALPHA, GL_ONE… in init()
157 …_in", GL_FUNC_ADD, GL_FUNC_ADD, GL_ZERO, GL_SRC_ALPHA, GL_ZERO, GL_SRC_ALPHA in init()
Des3pStateChangeCallTests.cpp460 GL_SRC_ALPHA, in init()
477 GL_SRC_ALPHA, in init()
810 GL_SRC_ALPHA, in init()
827 GL_SRC_ALPHA, in init()
844 GL_SRC_ALPHA, in init()
861 GL_SRC_ALPHA, in init()
/external/mesa3d/src/mesa/swrast/
Ds_blend.c127 assert(ctx->Color.Blend[0].SrcRGB == GL_SRC_ALPHA); in blend_transparency_ubyte()
128 assert(ctx->Color.Blend[0].SrcA == GL_SRC_ALPHA); in blend_transparency_ubyte()
172 assert(ctx->Color.Blend[0].SrcRGB == GL_SRC_ALPHA); in blend_transparency_ushort()
173 assert(ctx->Color.Blend[0].SrcA == GL_SRC_ALPHA); in blend_transparency_ushort()
210 assert(ctx->Color.Blend[0].SrcRGB == GL_SRC_ALPHA); in blend_transparency_float()
211 assert(ctx->Color.Blend[0].SrcA == GL_SRC_ALPHA); in blend_transparency_float()
517 case GL_SRC_ALPHA: in blend_general_float()
583 case GL_SRC_ALPHA: in blend_general_float()
641 case GL_SRC_ALPHA: in blend_general_float()
700 case GL_SRC_ALPHA: in blend_general_float()
[all …]
/external/mesa3d/src/mesa/main/
Dtexstate.c54 { GL_SRC_COLOR, GL_SRC_COLOR, GL_SRC_ALPHA, GL_SRC_ALPHA },
55 { GL_SRC_ALPHA, GL_SRC_ALPHA, GL_SRC_ALPHA, GL_SRC_ALPHA },
246 state->OperandA[2] = GL_SRC_ALPHA; in calculate_derived_texenv()
/external/autotest/client/deps/glbench/src/
Dfillratetest.cc88 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); in Run()
180 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); in Run()
Dtestbase.cc199 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); in FillRateTestBlendDepth()
Dwindowmanagercompositingtest.cc285 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); in InitializeCompositing()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_util.c59 case GL_SRC_ALPHA: in brw_translate_blend_factor()
Dintel_pixel.c42 if (func == GL_SRC_ALPHA) in effective_func()
/external/swiftshader/src/OpenGL/libGLES_CM/
DlibGLES_CM.cpp268 case GL_SRC_ALPHA: in BlendFuncSeparateOES()
286 case GL_SRC_ALPHA: in BlendFuncSeparateOES()
303 case GL_SRC_ALPHA: in BlendFuncSeparateOES()
321 case GL_SRC_ALPHA: in BlendFuncSeparateOES()
3744 case GL_SRC_ALPHA: in TexEnvfv()
3758 case GL_SRC_ALPHA: in TexEnvfv()
3772 case GL_SRC_ALPHA: in TexEnvfv()
3784 case GL_SRC_ALPHA: in TexEnvfv()
3796 case GL_SRC_ALPHA: in TexEnvfv()
3808 case GL_SRC_ALPHA: in TexEnvfv()
[all …]
Dutilities.cpp594 case GL_SRC_ALPHA: return sw::BLEND_SOURCEALPHA; in ConvertBlendFunc()
839 case GL_SRC_ALPHA: return sw::TextureStage::MODIFIER_ALPHA; in ConvertSourceOperand()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_gldefs.h42 case GL_SRC_ALPHA: in nvgl_blend_func()
Dnv04_state_raster.c97 case GL_SRC_ALPHA: in get_blend_func()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_pixel.c45 if (func == GL_SRC_ALPHA) in effective_func()
Di830_texblend.c253 case GL_SRC_ALPHA: in i830SetTexEnvCombine()
334 case GL_SRC_ALPHA: in i830SetTexEnvCombine()
Dintel_state.c121 case GL_SRC_ALPHA: in intel_translate_blend_factor()
/external/deqp/modules/glshared/
DglsInteractionTestUtil.cpp113 GL_SRC_ALPHA, in computeRandomRenderState()
139 GL_SRC_ALPHA, in computeRandomRenderState()
/external/deqp/modules/gles31/functional/
Des31fIndexedStateQueryTests.cpp1046 GL_SRC_ALPHA, in iterate()
1084 gl.glBlendFunc(GL_SRC_ALPHA, GL_DST_ALPHA); in iterate()
1087 verifyStateIndexedInteger(result, gl, GL_BLEND_SRC_RGB, ndx, GL_SRC_ALPHA, m_verifierType); in iterate()
1093 verifyStateIndexedInteger(result, gl, GL_BLEND_SRC_ALPHA, ndx, GL_SRC_ALPHA, m_verifierType); in iterate()
1161 gl.glBlendFunc(GL_SRC_ALPHA, GL_DST_ALPHA); in iterate()
1164 verifyStateIndexedInteger(result, gl, GL_BLEND_SRC_RGB, ndx, GL_SRC_ALPHA, m_verifierType); in iterate()
1170 verifyStateIndexedInteger(result, gl, GL_BLEND_SRC_ALPHA, ndx, GL_SRC_ALPHA, m_verifierType); in iterate()
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_blend.c69 case GL_SRC_ALPHA: in translate_blend()
/external/deqp/external/openglcts/modules/gl/
Dgl4cIndirectParametersTests.cpp433 gl.blendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); in draw()
628 gl.blendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); in draw()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceUtils.cpp301 case GL_SRC_ALPHA: return rr::BLENDFUNC_SRC_ALPHA; in mapGLBlendFunc()

123