Home | History | Annotate | Download | only in swrast

Lines Matching refs:Gd

490          const GLfloat Gd = dest[i][GCOMP];
512 sG = Gd;
517 sG = 1.0F - Gd;
674 dG = Gd;
679 dG = 1.0F - Gd;
744 g = Gs * sG + Gd * dG;
750 g = Gs * sG - Gd * dG;
756 g = Gd * dG - Gs * sG;
762 g = MIN2( Gd, Gs );
767 g = MAX2( Gd, Gs );