Home | History | Annotate | Download | only in swrast

Lines Matching refs:Pmin2

1932       GLfloat Pmin2;
1942 Pmin2 = Px2;
1946 Pmin2 = Py2;
1952 e = Pmax2 / Pmin2;
1957 Pmin2 *= s; */
1958 Pmin2 = Pmax2 / maxEccentricity;
1961 /* note: we need to have Pmin=sqrt(Pmin2) here, but we can avoid
1964 lod = 0.5f * LOG2(Pmin2);