Searched refs:DstRGB (Results 1 – 16 of 16) sorted by relevance
175 blend_factor_is_dual_src(ctx->Color.Blend[buf].DstRGB) || in update_uses_dual_src()206 ctx->Color.Blend[buf].DstRGB != dfactorRGB || in skip_blend_state_update()216 ctx->Color.Blend[0].DstRGB != dfactorRGB || in skip_blend_state_update()238 ctx->Color.Blend[buf].DstRGB = dfactorRGB; in blend_func_separate()381 ctx->Color.Blend[buf].DstRGB == dfactorRGB && in blend_func_separatei()396 ctx->Color.Blend[buf].DstRGB = dfactorRGB; in blend_func_separatei()1202 ctx->Color.Blend[i].DstRGB = GL_ZERO; in _mesa_init_color()
1088 color->Blend[buf].DstRGB, in _mesa_PopAttrib()1099 color->Blend[0].DstRGB, in _mesa_PopAttrib()
408 GLenum16 DstRGB; /**< RGB blend dest term */ member
2496 v->value_int = ctx->Color.Blend[index].DstRGB; in find_value_indexed()
78 assert(ctx->Color.Blend[0].DstRGB == GL_ONE); in blend_noop()104 assert(ctx->Color.Blend[0].DstRGB == GL_ZERO); in blend_replace()129 assert(ctx->Color.Blend[0].DstRGB == GL_ONE_MINUS_SRC_ALPHA); in blend_transparency_ubyte()174 assert(ctx->Color.Blend[0].DstRGB == GL_ONE_MINUS_SRC_ALPHA); in blend_transparency_ushort()212 assert(ctx->Color.Blend[0].DstRGB == GL_ONE_MINUS_SRC_ALPHA); in blend_transparency_float()251 assert(ctx->Color.Blend[0].DstRGB == GL_ONE); in blend_add()624 switch (ctx->Color.Blend[0].DstRGB) { in blend_general_float()905 const GLenum dstRGB = ctx->Color.Blend[0].DstRGB; in _swrast_choose_blend_func()
72 effective_func(ctx->Color.Blend[0].DstRGB, src_alpha_is_one) != GL_ZERO || in intel_check_blit_fragment_ops()
296 | DST_BLND_FACT(intel_translate_blend_factor(ctx->Color.Blend[0].DstRGB)); in i830_set_blend_state()
301 GLuint dstRGB = ctx->Color.Blend[0].DstRGB; in i915UpdateBlendState()
69 effective_func(ctx->Color.Blend[0].DstRGB, src_alpha_is_one) != GL_ZERO || in intel_check_blit_fragment_ops()
2858 GLenum dstRGB = ctx->Color.Blend[i].DstRGB;4794 GLenum dstRGB = color->Blend[0].DstRGB;
207 nv04->blend |= get_blend_func(ctx->Color.Blend[0].DstRGB) << 28 | in nv04_emit_blend()
81 PUSH_DATA (push, nvgl_blend_func(ctx->Color.Blend[0].DstRGB)); in nv10_emit_blend_func()
250 translate_blend(ctx->Color.Blend[j].DstRGB); in st_update_blend()
233 ctx->Color.Blend[0].DstRGB, in _mesa_init_driver_state()
206 switch ( ctx->Color.Blend[0].DstRGB ) { in radeonBlendFuncSeparate()1471 ctx->Color.Blend[0].DstRGB, in radeonEnable()
236 (blend_factor( ctx->Color.Blend[0].DstRGB, GL_FALSE ) << R200_DST_BLEND_SHIFT); in r200_set_blend_state()