Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dblend.c190 blend_factor_is_dual_src(ctx->Color.Blend[buf].DstRGB) || in update_uses_dual_src()
231 ctx->Color.Blend[buf].DstRGB != dfactorRGB || in _mesa_BlendFuncSeparateEXT()
245 ctx->Color.Blend[buf].DstRGB = dfactorRGB; in _mesa_BlendFuncSeparateEXT()
300 ctx->Color.Blend[buf].DstRGB == dfactorRGB && in _mesa_BlendFuncSeparatei()
308 ctx->Color.Blend[buf].DstRGB = dfactorRGB; in _mesa_BlendFuncSeparatei()
837 ctx->Color.Blend[i].DstRGB = GL_ZERO; in _mesa_init_color()
Dget.c477 { GL_BLEND_DST_RGB_EXT, CONTEXT_ENUM(Color.Blend[0].DstRGB), NO_EXTRA },
565 { GL_BLEND_DST, CONTEXT_ENUM(Color.Blend[0].DstRGB), NO_EXTRA },
2559 v->value_int = ctx->Color.Blend[index].DstRGB; in find_value_indexed()
Dattrib.c951 color->Blend[buf].DstRGB, in _mesa_PopAttrib()
962 color->Blend[0].DstRGB, in _mesa_PopAttrib()
Dmtypes.h764 GLenum DstRGB; /**< RGB blend dest term */ member
/external/mesa3d/src/mesa/swrast/
Ds_blend.c81 ASSERT(ctx->Color.Blend[0].DstRGB == GL_ONE); in blend_noop()
107 ASSERT(ctx->Color.Blend[0].DstRGB == GL_ZERO); in blend_replace()
132 ASSERT(ctx->Color.Blend[0].DstRGB == GL_ONE_MINUS_SRC_ALPHA); in blend_transparency_ubyte()
177 ASSERT(ctx->Color.Blend[0].DstRGB == GL_ONE_MINUS_SRC_ALPHA); in blend_transparency_ushort()
215 ASSERT(ctx->Color.Blend[0].DstRGB == GL_ONE_MINUS_SRC_ALPHA); in blend_transparency_float()
254 ASSERT(ctx->Color.Blend[0].DstRGB == GL_ONE); in blend_add()
627 switch (ctx->Color.Blend[0].DstRGB) { in blend_general_float()
908 const GLenum dstRGB = ctx->Color.Blend[0].DstRGB; in _swrast_choose_blend_func()
/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_pixel.c71 effective_func(ctx->Color.Blend[0].DstRGB, src_alpha_is_one) != GL_ZERO || in intel_check_blit_fragment_ops()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_pixel.c71 effective_func(ctx->Color.Blend[0].DstRGB, src_alpha_is_one) != GL_ZERO || in intel_check_blit_fragment_ops()
Dgen6_cc.c101 GLenum dstRGB = ctx->Color.Blend[b].DstRGB; in gen6_upload_blend_state()
Dbrw_cc.c153 GLenum dstRGB = ctx->Color.Blend[0].DstRGB; in upload_cc_unit()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_pixel.c71 effective_func(ctx->Color.Blend[0].DstRGB, src_alpha_is_one) != GL_ZERO || in intel_check_blit_fragment_ops()
Di830_state.c296 | DST_BLND_FACT(intel_translate_blend_factor(ctx->Color.Blend[0].DstRGB)); in i830_set_blend_state()
Di915_state.c299 GLuint dstRGB = ctx->Color.Blend[0].DstRGB; in i915UpdateBlendState()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv04_state_raster.c205 nv04->blend |= get_blend_func(ctx->Color.Blend[0].DstRGB) << 28 | in nv04_emit_blend()
Dnv10_state_raster.c78 PUSH_DATA (push, nvgl_blend_func(ctx->Color.Blend[0].DstRGB)); in nv10_emit_blend_func()
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_blend.c230 translate_blend(ctx->Color.Blend[j].DstRGB); in update_blend()
/external/mesa3d/src/mesa/drivers/common/
Ddriverfuncs.c233 ctx->Color.Blend[0].DstRGB, in _mesa_init_driver_state()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_state.c205 switch ( ctx->Color.Blend[0].DstRGB ) { in radeonBlendFuncSeparate()
1546 ctx->Color.Blend[0].DstRGB, in radeonEnable()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_state.c233 (blend_factor( ctx->Color.Blend[0].DstRGB, GL_FALSE ) << R200_DST_BLEND_SHIFT); in r200_set_blend_state()