Home | History | Annotate | Download | only in swrast

Lines Matching refs:box_u

1677    GLfloat box_u = 2.0 / d * sqrt(d*C*F); /* box_u -> half of bbox with   */
1680 GLint u0 = floor(tex_u - box_u);
1681 GLint u1 = ceil (tex_u + box_u);