Lines Matching refs:sG
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()
509 sG = Gd; in blend_general_float()
514 sG = 1.0F - Gd; 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()
539 sG = ctx->Color.BlendColor[1]; in blend_general_float()
544 sG = 1.0F - ctx->Color.BlendColor[1]; 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()
555 sG = Gs; in blend_general_float()
560 sG = 1.0F - Gs; in blend_general_float()
741 g = Gs * sG + Gd * dG; in blend_general_float()
747 g = Gs * sG - Gd * dG; in blend_general_float()
753 g = Gd * dG - Gs * sG; in blend_general_float()