Lines Matching defs:right
2778 save_Frustum(GLdouble left, GLdouble right,
2787 n[2].f = (GLfloat) right;
2794 CALL_Frustum(ctx->Exec, (left, right, bottom, top, nearval, farval));
3376 save_Ortho(GLdouble left, GLdouble right,
3385 n[2].f = (GLfloat) right;
3392 CALL_Ortho(ctx->Exec, (left, right, bottom, top, nearval, farval));
6124 * right for 3 or lower number of components, so only distinguish between
9414 save_MatrixOrthoEXT(GLenum matrixMode, GLdouble left, GLdouble right,
9424 n[3].f = (GLfloat) right;
9431 CALL_MatrixOrthoEXT(ctx->Exec, (matrixMode, left, right, bottom, top, nearval, farval));
9437 save_MatrixFrustumEXT(GLenum matrixMode, GLdouble left, GLdouble right,
9447 n[3].f = (GLfloat) right;
9454 CALL_MatrixFrustumEXT(ctx->Exec, (matrixMode, left, right, bottom, top, nearval, farval));