Lines Matching refs:nearval
2606 save_DepthRange(GLclampd nearval, GLclampd farval) in save_DepthRange() argument
2613 n[1].f = (GLfloat) nearval; in save_DepthRange()
2617 CALL_DepthRange(ctx->Exec, (nearval, farval)); in save_DepthRange()
2860 GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval) in save_Frustum() argument
2871 n[5].f = (GLfloat) nearval; in save_Frustum()
2875 CALL_Frustum(ctx->Exec, (left, right, bottom, top, nearval, farval)); in save_Frustum()
3458 GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval) in save_Ortho() argument
3469 n[5].f = (GLfloat) nearval; in save_Ortho()
3473 CALL_Ortho(ctx->Exec, (left, right, bottom, top, nearval, farval)); in save_Ortho()
9496 GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval) in save_MatrixOrthoEXT() argument
9508 n[6].f = (GLfloat) nearval; in save_MatrixOrthoEXT()
9512 CALL_MatrixOrthoEXT(ctx->Exec, (matrixMode, left, right, bottom, top, nearval, farval)); in save_MatrixOrthoEXT()
9519 GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval) in save_MatrixFrustumEXT() argument
9531 n[6].f = (GLfloat) nearval; in save_MatrixFrustumEXT()
9535 CALL_MatrixFrustumEXT(ctx->Exec, (matrixMode, left, right, bottom, top, nearval, farval)); in save_MatrixFrustumEXT()