• Home
  • Raw
  • Download

Lines Matching refs:dfactorRGB

125                        GLenum sfactorRGB, GLenum dfactorRGB,  in validate_blend_factors()  argument
135 if (!legal_dst_factor(ctx, dfactorRGB)) { in validate_blend_factors()
138 _mesa_enum_to_string(dfactorRGB)); in validate_blend_factors()
149 if (dfactorA != dfactorRGB && !legal_dst_factor(ctx, dfactorA)) { in validate_blend_factors()
195 GLenum sfactorRGB, GLenum dfactorRGB, in skip_blend_state_update() argument
205 ctx->Color.Blend[buf].DstRGB != dfactorRGB || in skip_blend_state_update()
215 ctx->Color.Blend[0].DstRGB != dfactorRGB || in skip_blend_state_update()
228 GLenum sfactorRGB, GLenum dfactorRGB, in blend_func_separate() argument
237 ctx->Color.Blend[buf].DstRGB = dfactorRGB; in blend_func_separate()
250 ctx->Driver.BlendFuncSeparate(ctx, sfactorRGB, dfactorRGB, in blend_func_separate()
302 _mesa_BlendFuncSeparate( GLenum sfactorRGB, GLenum dfactorRGB, in _mesa_BlendFuncSeparate() argument
310 _mesa_enum_to_string(dfactorRGB), in _mesa_BlendFuncSeparate()
316 if (skip_blend_state_update(ctx, sfactorRGB, dfactorRGB, sfactorA, dfactorA)) in _mesa_BlendFuncSeparate()
320 sfactorRGB, dfactorRGB, in _mesa_BlendFuncSeparate()
325 blend_func_separate(ctx, sfactorRGB, dfactorRGB, sfactorA, dfactorA); in _mesa_BlendFuncSeparate()
330 _mesa_BlendFuncSeparate_no_error(GLenum sfactorRGB, GLenum dfactorRGB, in _mesa_BlendFuncSeparate_no_error() argument
335 if (skip_blend_state_update(ctx, sfactorRGB, dfactorRGB, sfactorA, dfactorA)) in _mesa_BlendFuncSeparate_no_error()
338 blend_func_separate(ctx, sfactorRGB, dfactorRGB, sfactorA, dfactorA); in _mesa_BlendFuncSeparate_no_error()
361 blend_func_separatei(GLuint buf, GLenum sfactorRGB, GLenum dfactorRGB, in blend_func_separatei() argument
380 ctx->Color.Blend[buf].DstRGB == dfactorRGB && in blend_func_separatei()
386 sfactorRGB, dfactorRGB, in blend_func_separatei()
395 ctx->Color.Blend[buf].DstRGB = dfactorRGB; in blend_func_separatei()
405 GLenum dfactorRGB, GLenum sfactorA, in _mesa_BlendFuncSeparateiARB_no_error() argument
408 blend_func_separatei(buf, sfactorRGB, dfactorRGB, sfactorA, dfactorA, in _mesa_BlendFuncSeparateiARB_no_error()
417 _mesa_BlendFuncSeparateiARB(GLuint buf, GLenum sfactorRGB, GLenum dfactorRGB, in _mesa_BlendFuncSeparateiARB() argument
420 blend_func_separatei(buf, sfactorRGB, dfactorRGB, sfactorA, dfactorA, in _mesa_BlendFuncSeparateiARB()