Lines Matching refs:sB
491 GLfloat sR, sG, sB, sA; /* Source factor */ in blend_general_float() local
502 sR = sG = sB = 0.0F; in blend_general_float()
505 sR = sG = sB = 1.0F; in blend_general_float()
510 sB = Bd; in blend_general_float()
515 sB = 1.0F - Bd; in blend_general_float()
518 sR = sG = sB = As; in blend_general_float()
521 sR = sG = sB = 1.0F - As; in blend_general_float()
524 sR = sG = sB = Ad; in blend_general_float()
527 sR = sG = sB = 1.0F - Ad; in blend_general_float()
531 sR = sG = sB = As; in blend_general_float()
534 sR = sG = sB = 1.0F - Ad; in blend_general_float()
540 sB = ctx->Color.BlendColor[2]; in blend_general_float()
545 sB = 1.0F - ctx->Color.BlendColor[2]; in blend_general_float()
548 sR = sG = sB = ctx->Color.BlendColor[3]; in blend_general_float()
551 sR = sG = sB = 1.0F - ctx->Color.BlendColor[3]; in blend_general_float()
556 sB = Bs; in blend_general_float()
561 sB = 1.0F - Bs; in blend_general_float()
742 b = Bs * sB + Bd * dB; in blend_general_float()
748 b = Bs * sB - Bd * dB; in blend_general_float()
754 b = Bd * dB - Bs * sB; in blend_general_float()