Lines Matching defs:dfactorRGB
12468 GLenum dfactorRGB;
12476 const GLenum dfactorRGB = cmd->dfactorRGB;
12479 CALL_BlendFuncSeparate(ctx->CurrentServerDispatch, (sfactorRGB, dfactorRGB, sfactorAlpha, dfactorAlpha));
12482 _mesa_marshal_BlendFuncSeparate(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha)
12491 cmd->dfactorRGB = dfactorRGB;
12500 CALL_BlendFuncSeparate(ctx->CurrentServerDispatch, (sfactorRGB, dfactorRGB, sfactorAlpha, dfactorAlpha));