Home | History | Annotate | Download | only in glshared

Lines Matching refs:edge

3176 static double step (double edge, double x)
3178 return x < edge ? 0.0 : 1.0;