Searched refs:SrcRGB (Results 1 – 18 of 18) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | blend.c | 189 (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()
|
D | get.c | 414 { 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()
|
D | attrib.c | 950 _mesa_BlendFuncSeparatei(buf, color->Blend[buf].SrcRGB, in _mesa_PopAttrib() 961 _mesa_BlendFuncSeparateEXT(color->Blend[0].SrcRGB, in _mesa_PopAttrib()
|
D | mtypes.h | 763 GLenum SrcRGB; /**< RGB blend source term */ member
|
/external/mesa3d/src/mesa/swrast/ |
D | s_blend.c | 80 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/ |
D | intel_pixel.c | 70 (effective_func(ctx->Color.Blend[0].SrcRGB, src_alpha_is_one) != GL_ONE || in intel_check_blit_fragment_ops()
|
D | i830_state.c | 295 SRC_BLND_FACT(intel_translate_blend_factor(ctx->Color.Blend[0].SrcRGB)) in i830_set_blend_state()
|
D | i915_state.c | 298 GLuint srcRGB = ctx->Color.Blend[0].SrcRGB; in i915UpdateBlendState()
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
D | intel_pixel.c | 70 (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/ |
D | intel_pixel.c | 70 (effective_func(ctx->Color.Blend[0].SrcRGB, src_alpha_is_one) != GL_ONE || in intel_check_blit_fragment_ops()
|
D | gen6_cc.c | 100 GLenum srcRGB = ctx->Color.Blend[b].SrcRGB; in gen6_upload_blend_state()
|
D | brw_cc.c | 152 GLenum srcRGB = ctx->Color.Blend[0].SrcRGB; in upload_cc_unit()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nv04_state_raster.c | 206 get_blend_func(ctx->Color.Blend[0].SrcRGB) << 24; in nv04_emit_blend()
|
D | nv10_state_raster.c | 77 PUSH_DATA (push, nvgl_blend_func(ctx->Color.Blend[0].SrcRGB)); in nv10_emit_blend_func()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom_blend.c | 228 translate_blend(ctx->Color.Blend[j].SrcRGB); in update_blend()
|
/external/mesa3d/src/mesa/drivers/common/ |
D | driverfuncs.c | 232 ctx->Color.Blend[0].SrcRGB, in _mesa_init_driver_state()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_state.c | 158 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/ |
D | r200_state.c | 232 func = (blend_factor( ctx->Color.Blend[0].SrcRGB, GL_TRUE ) << R200_SRC_BLEND_SHIFT) | in r200_set_blend_state()
|