Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dblend.c174 (blend_factor_is_dual_src(ctx->Color.Blend[buf].SrcRGB) || in update_uses_dual_src()
205 if (ctx->Color.Blend[buf].SrcRGB != sfactorRGB || in skip_blend_state_update()
215 if (ctx->Color.Blend[0].SrcRGB != sfactorRGB || in skip_blend_state_update()
237 ctx->Color.Blend[buf].SrcRGB = sfactorRGB; in blend_func_separate()
380 if (ctx->Color.Blend[buf].SrcRGB == sfactorRGB && in blend_func_separatei()
395 ctx->Color.Blend[buf].SrcRGB = sfactorRGB; in blend_func_separatei()
1201 ctx->Color.Blend[i].SrcRGB = GL_ONE; in _mesa_init_color()
Dattrib.c1087 _mesa_BlendFuncSeparateiARB(buf, color->Blend[buf].SrcRGB, in _mesa_PopAttrib()
1098 _mesa_BlendFuncSeparate(color->Blend[0].SrcRGB, in _mesa_PopAttrib()
Dmtypes.h407 GLenum16 SrcRGB; /**< RGB blend source term */ member
Dget.c2480 v->value_int = ctx->Color.Blend[index].SrcRGB; in find_value_indexed()
/external/mesa3d/src/mesa/swrast/
Ds_blend.c77 assert(ctx->Color.Blend[0].SrcRGB == GL_ZERO); in blend_noop()
103 assert(ctx->Color.Blend[0].SrcRGB == GL_ONE); in blend_replace()
127 assert(ctx->Color.Blend[0].SrcRGB == GL_SRC_ALPHA); in blend_transparency_ubyte()
172 assert(ctx->Color.Blend[0].SrcRGB == GL_SRC_ALPHA); in blend_transparency_ushort()
210 assert(ctx->Color.Blend[0].SrcRGB == GL_SRC_ALPHA); in blend_transparency_float()
250 assert(ctx->Color.Blend[0].SrcRGB == GL_ONE); in blend_add()
500 switch (ctx->Color.Blend[0].SrcRGB) { in blend_general_float()
904 const GLenum srcRGB = ctx->Color.Blend[0].SrcRGB; in _swrast_choose_blend_func()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_pixel.c71 (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.c300 GLuint srcRGB = ctx->Color.Blend[0].SrcRGB; in i915UpdateBlendState()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_pixel.c68 (effective_func(ctx->Color.Blend[0].SrcRGB, src_alpha_is_one) != GL_ONE || in intel_check_blit_fragment_ops()
DgenX_state_upload.c2857 GLenum srcRGB = ctx->Color.Blend[i].SrcRGB;
4793 GLenum srcRGB = color->Blend[0].SrcRGB;
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv04_state_raster.c208 get_blend_func(ctx->Color.Blend[0].SrcRGB) << 24; in nv04_emit_blend()
Dnv10_state_raster.c80 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.c248 translate_blend(ctx->Color.Blend[j].SrcRGB); in st_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.c159 switch ( ctx->Color.Blend[0].SrcRGB ) { in radeonBlendFuncSeparate()
1470 ctx->Driver.BlendFuncSeparate( ctx, ctx->Color.Blend[0].SrcRGB, in radeonEnable()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_state.c235 func = (blend_factor( ctx->Color.Blend[0].SrcRGB, GL_TRUE ) << R200_SRC_BLEND_SHIFT) | in r200_set_blend_state()