Lines Matching refs:sG
494 GLfloat sR, sG, sB, sA; /* Source factor */ in blend_general_float() local
505 sR = sG = sB = 0.0F; in blend_general_float()
508 sR = sG = sB = 1.0F; in blend_general_float()
512 sG = Gd; in blend_general_float()
517 sG = 1.0F - Gd; in blend_general_float()
521 sR = sG = sB = As; in blend_general_float()
524 sR = sG = sB = 1.0F - As; in blend_general_float()
527 sR = sG = sB = Ad; in blend_general_float()
530 sR = sG = sB = 1.0F - Ad; in blend_general_float()
534 sR = sG = sB = As; in blend_general_float()
537 sR = sG = sB = 1.0F - Ad; in blend_general_float()
542 sG = ctx->Color.BlendColor[1]; in blend_general_float()
547 sG = 1.0F - ctx->Color.BlendColor[1]; in blend_general_float()
551 sR = sG = sB = ctx->Color.BlendColor[3]; in blend_general_float()
554 sR = sG = sB = 1.0F - ctx->Color.BlendColor[3]; in blend_general_float()
558 sG = Gs; in blend_general_float()
563 sG = 1.0F - Gs; in blend_general_float()
744 g = Gs * sG + Gd * dG; in blend_general_float()
750 g = Gs * sG - Gd * dG; in blend_general_float()
756 g = Gd * dG - Gs * sG; in blend_general_float()