Home | History | Annotate | Download | only in main

Lines Matching refs:right

53  * \param right right clipping plane coordinate.
66 _mesa_Frustum( GLdouble left, GLdouble right,
76 left == right ||
84 (GLfloat) left, (GLfloat) right,
95 * \param right right clipping plane coordinate.
108 _mesa_Ortho( GLdouble left, GLdouble right,
117 left, right, bottom, top, nearval, farval);
119 if (left == right ||
128 (GLfloat) left, (GLfloat) right,