Home | History | Annotate | Download | only in swrast

Lines Matching defs:sR

494          GLfloat sR, sG, sB, sA;  /* Source factor */
505 sR = sG = sB = 0.0F;
508 sR = sG = sB = 1.0F;
511 sR = Rd;
516 sR = 1.0F - Rd;
521 sR = sG = sB = As;
524 sR = sG = sB = 1.0F - As;
527 sR = sG = sB = Ad;
530 sR = sG = sB = 1.0F - Ad;
534 sR = sG = sB = As;
537 sR = sG = sB = 1.0F - Ad;
541 sR = ctx->Color.BlendColor[0];
546 sR = 1.0F - ctx->Color.BlendColor[0];
551 sR = sG = sB = ctx->Color.BlendColor[3];
554 sR = sG = sB = 1.0F - ctx->Color.BlendColor[3];
557 sR = Rs;
562 sR = 1.0F - Rs;
743 r = Rs * sR + Rd * dR;
749 r = Rs * sR - Rd * dR;
755 r = Rd * dR - Rs * sR;