Lines Matching refs:nearval
2740 save_DepthRange(GLclampd nearval, GLclampd farval) in save_DepthRange() argument
2747 n[1].f = (GLfloat) nearval; in save_DepthRange()
2751 CALL_DepthRange(ctx->Exec, (nearval, farval)); in save_DepthRange()
2994 GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval) in save_Frustum() argument
3005 n[5].f = (GLfloat) nearval; in save_Frustum()
3009 CALL_Frustum(ctx->Exec, (left, right, bottom, top, nearval, farval)); in save_Frustum()
3592 GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval) in save_Ortho() argument
3603 n[5].f = (GLfloat) nearval; in save_Ortho()
3607 CALL_Ortho(ctx->Exec, (left, right, bottom, top, nearval, farval)); in save_Ortho()
9690 GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval) in save_MatrixOrthoEXT() argument
9702 n[6].f = (GLfloat) nearval; in save_MatrixOrthoEXT()
9706 CALL_MatrixOrthoEXT(ctx->Exec, (matrixMode, left, right, bottom, top, nearval, farval)); in save_MatrixOrthoEXT()
9713 GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval) in save_MatrixFrustumEXT() argument
9725 n[6].f = (GLfloat) nearval; in save_MatrixFrustumEXT()
9729 CALL_MatrixFrustumEXT(ctx->Exec, (matrixMode, left, right, bottom, top, nearval, farval)); in save_MatrixFrustumEXT()