Lines Matching refs:left
2778 save_Frustum(GLdouble left, GLdouble right,
2786 n[1].f = (GLfloat) left;
2794 CALL_Frustum(ctx->Exec, (left, right, bottom, top, nearval, farval));
3376 save_Ortho(GLdouble left, GLdouble right,
3384 n[1].f = (GLfloat) left;
3392 CALL_Ortho(ctx->Exec, (left, right, bottom, top, nearval, farval));
4708 save_ScissorIndexed(GLuint index, GLint left, GLint bottom, GLsizei width,
4717 n[2].i = left;
4723 CALL_ScissorIndexed(ctx->Exec, (index, left, bottom, width, height));
9414 save_MatrixOrthoEXT(GLenum matrixMode, GLdouble left, GLdouble right,
9423 n[2].f = (GLfloat) left;
9431 CALL_MatrixOrthoEXT(ctx->Exec, (matrixMode, left, right, bottom, top, nearval, farval));
9437 save_MatrixFrustumEXT(GLenum matrixMode, GLdouble left, GLdouble right,
9446 n[2].f = (GLfloat) left;
9454 CALL_MatrixFrustumEXT(ctx->Exec, (matrixMode, left, right, bottom, top, nearval, farval));