Home
last modified time | relevance | path

Searched refs:SrcRGB (Results 1 – 18 of 18) sorted by relevance

/external/mesa3d/src/mesa/main/
Dblend.c189 (blend_factor_is_dual_src(ctx->Color.Blend[buf].SrcRGB) || in update_uses_dual_src()
230 if (ctx->Color.Blend[buf].SrcRGB != sfactorRGB || in _mesa_BlendFuncSeparateEXT()
244 ctx->Color.Blend[buf].SrcRGB = sfactorRGB; in _mesa_BlendFuncSeparateEXT()
299 if (ctx->Color.Blend[buf].SrcRGB == sfactorRGB && in _mesa_BlendFuncSeparatei()
307 ctx->Color.Blend[buf].SrcRGB = sfactorRGB; in _mesa_BlendFuncSeparatei()
836 ctx->Color.Blend[i].SrcRGB = GL_ONE; in _mesa_init_color()
Dget.c414 { GL_BLEND_SRC, CONTEXT_ENUM(Color.Blend[0].SrcRGB), NO_EXTRA },
476 { GL_BLEND_SRC_RGB_EXT, CONTEXT_ENUM(Color.Blend[0].SrcRGB), NO_EXTRA },
2543 v->value_int = ctx->Color.Blend[index].SrcRGB; in find_value_indexed()
Dattrib.c950 _mesa_BlendFuncSeparatei(buf, color->Blend[buf].SrcRGB, in _mesa_PopAttrib()
961 _mesa_BlendFuncSeparateEXT(color->Blend[0].SrcRGB, in _mesa_PopAttrib()
Dmtypes.h763 GLenum SrcRGB; /**< RGB blend source term */ member
/external/mesa3d/src/mesa/swrast/
Ds_blend.c80 ASSERT(ctx->Color.Blend[0].SrcRGB == GL_ZERO); in blend_noop()
106 ASSERT(ctx->Color.Blend[0].SrcRGB == GL_ONE); in blend_replace()
130 ASSERT(ctx->Color.Blend[0].SrcRGB == GL_SRC_ALPHA); in blend_transparency_ubyte()
175 ASSERT(ctx->Color.Blend[0].SrcRGB == GL_SRC_ALPHA); in blend_transparency_ushort()
213 ASSERT(ctx->Color.Blend[0].SrcRGB == GL_SRC_ALPHA); in blend_transparency_float()
253 ASSERT(ctx->Color.Blend[0].SrcRGB == GL_ONE); in blend_add()
503 switch (ctx->Color.Blend[0].SrcRGB) { in blend_general_float()
907 const GLenum srcRGB = ctx->Color.Blend[0].SrcRGB; in _swrast_choose_blend_func()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_pixel.c70 (effective_func(ctx->Color.Blend[0].SrcRGB, src_alpha_is_one) != GL_ONE || in intel_check_blit_fragment_ops()
Di830_state.c295 SRC_BLND_FACT(intel_translate_blend_factor(ctx->Color.Blend[0].SrcRGB)) in i830_set_blend_state()
Di915_state.c298 GLuint srcRGB = ctx->Color.Blend[0].SrcRGB; in i915UpdateBlendState()
/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_pixel.c70 (effective_func(ctx->Color.Blend[0].SrcRGB, src_alpha_is_one) != GL_ONE || in intel_check_blit_fragment_ops()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_pixel.c70 (effective_func(ctx->Color.Blend[0].SrcRGB, src_alpha_is_one) != GL_ONE || in intel_check_blit_fragment_ops()
Dgen6_cc.c100 GLenum srcRGB = ctx->Color.Blend[b].SrcRGB; in gen6_upload_blend_state()
Dbrw_cc.c152 GLenum srcRGB = ctx->Color.Blend[0].SrcRGB; in upload_cc_unit()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv04_state_raster.c206 get_blend_func(ctx->Color.Blend[0].SrcRGB) << 24; in nv04_emit_blend()
Dnv10_state_raster.c77 PUSH_DATA (push, nvgl_blend_func(ctx->Color.Blend[0].SrcRGB)); in nv10_emit_blend_func()
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_blend.c228 translate_blend(ctx->Color.Blend[j].SrcRGB); in update_blend()
/external/mesa3d/src/mesa/drivers/common/
Ddriverfuncs.c232 ctx->Color.Blend[0].SrcRGB, in _mesa_init_driver_state()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_state.c158 switch ( ctx->Color.Blend[0].SrcRGB ) { in radeonBlendFuncSeparate()
1545 ctx->Driver.BlendFuncSeparate( ctx, ctx->Color.Blend[0].SrcRGB, in radeonEnable()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_state.c232 func = (blend_factor( ctx->Color.Blend[0].SrcRGB, GL_TRUE ) << R200_SRC_BLEND_SHIFT) | in r200_set_blend_state()