Lines Matching refs:dfactorRGB
126 GLenum sfactorRGB, GLenum dfactorRGB, in validate_blend_factors() argument
136 if (!legal_dst_factor(ctx, dfactorRGB)) { in validate_blend_factors()
139 _mesa_enum_to_string(dfactorRGB)); in validate_blend_factors()
150 if (dfactorA != dfactorRGB && !legal_dst_factor(ctx, dfactorA)) { in validate_blend_factors()
196 GLenum sfactorRGB, GLenum dfactorRGB, in skip_blend_state_update() argument
206 ctx->Color.Blend[buf].DstRGB != dfactorRGB || in skip_blend_state_update()
216 ctx->Color.Blend[0].DstRGB != dfactorRGB || in skip_blend_state_update()
229 GLenum sfactorRGB, GLenum dfactorRGB, in blend_func_separate() argument
238 ctx->Color.Blend[buf].DstRGB = dfactorRGB; in blend_func_separate()
251 ctx->Driver.BlendFuncSeparate(ctx, sfactorRGB, dfactorRGB, in blend_func_separate()
303 _mesa_BlendFuncSeparate( GLenum sfactorRGB, GLenum dfactorRGB, in _mesa_BlendFuncSeparate() argument
311 _mesa_enum_to_string(dfactorRGB), in _mesa_BlendFuncSeparate()
317 if (skip_blend_state_update(ctx, sfactorRGB, dfactorRGB, sfactorA, dfactorA)) in _mesa_BlendFuncSeparate()
321 sfactorRGB, dfactorRGB, in _mesa_BlendFuncSeparate()
326 blend_func_separate(ctx, sfactorRGB, dfactorRGB, sfactorA, dfactorA); in _mesa_BlendFuncSeparate()
331 _mesa_BlendFuncSeparate_no_error(GLenum sfactorRGB, GLenum dfactorRGB, in _mesa_BlendFuncSeparate_no_error() argument
336 if (skip_blend_state_update(ctx, sfactorRGB, dfactorRGB, sfactorA, dfactorA)) in _mesa_BlendFuncSeparate_no_error()
339 blend_func_separate(ctx, sfactorRGB, dfactorRGB, sfactorA, dfactorA); in _mesa_BlendFuncSeparate_no_error()
362 blend_func_separatei(GLuint buf, GLenum sfactorRGB, GLenum dfactorRGB, in blend_func_separatei() argument
381 ctx->Color.Blend[buf].DstRGB == dfactorRGB && in blend_func_separatei()
387 sfactorRGB, dfactorRGB, in blend_func_separatei()
396 ctx->Color.Blend[buf].DstRGB = dfactorRGB; in blend_func_separatei()
406 GLenum dfactorRGB, GLenum sfactorA, in _mesa_BlendFuncSeparateiARB_no_error() argument
409 blend_func_separatei(buf, sfactorRGB, dfactorRGB, sfactorA, dfactorA, in _mesa_BlendFuncSeparateiARB_no_error()
418 _mesa_BlendFuncSeparateiARB(GLuint buf, GLenum sfactorRGB, GLenum dfactorRGB, in _mesa_BlendFuncSeparateiARB() argument
421 blend_func_separatei(buf, sfactorRGB, dfactorRGB, sfactorA, dfactorA, in _mesa_BlendFuncSeparateiARB()