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