Lines Matching defs:farval
2525 save_DepthRange(GLclampd nearval, GLclampd farval)
2533 n[2].f = (GLfloat) farval;
2536 CALL_DepthRange(ctx->Exec, (nearval, farval));
2779 GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval)
2791 n[6].f = (GLfloat) farval;
2794 CALL_Frustum(ctx->Exec, (left, right, bottom, top, nearval, farval));
3377 GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval)
3389 n[6].f = (GLfloat) farval;
3392 CALL_Ortho(ctx->Exec, (left, right, bottom, top, nearval, farval));
9415 GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval)
9428 n[7].f = (GLfloat) farval;
9431 CALL_MatrixOrthoEXT(ctx->Exec, (matrixMode, left, right, bottom, top, nearval, farval));
9438 GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval)
9451 n[7].f = (GLfloat) farval;
9454 CALL_MatrixFrustumEXT(ctx->Exec, (matrixMode, left, right, bottom, top, nearval, farval));