Lines Matching refs:sR
491 GLfloat sR, sG, sB, sA; /* Source factor */
502 sR = sG = sB = 0.0F;
505 sR = sG = sB = 1.0F;
508 sR = Rd;
513 sR = 1.0F - Rd;
518 sR = sG = sB = As;
521 sR = sG = sB = 1.0F - As;
524 sR = sG = sB = Ad;
527 sR = sG = sB = 1.0F - Ad;
531 sR = sG = sB = As;
534 sR = sG = sB = 1.0F - Ad;
538 sR = ctx->Color.BlendColor[0];
543 sR = 1.0F - ctx->Color.BlendColor[0];
548 sR = sG = sB = ctx->Color.BlendColor[3];
551 sR = sG = sB = 1.0F - ctx->Color.BlendColor[3];
554 sR = Rs;
559 sR = 1.0F - Rs;
740 r = Rs * sR + Rd * dR;
746 r = Rs * sR - Rd * dR;
752 r = Rd * dR - Rs * sR;