Lines Matching defs:top
2779 GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval)
2789 n[4].f = (GLfloat) top;
2794 CALL_Frustum(ctx->Exec, (left, right, bottom, top, nearval, farval));
3377 GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval)
3387 n[4].f = (GLfloat) top;
3392 CALL_Ortho(ctx->Exec, (left, right, bottom, top, nearval, farval));
9415 GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval)
9426 n[5].f = (GLfloat) top;
9431 CALL_MatrixOrthoEXT(ctx->Exec, (matrixMode, left, right, bottom, top, nearval, farval));
9438 GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval)
9449 n[5].f = (GLfloat) top;
9454 CALL_MatrixFrustumEXT(ctx->Exec, (matrixMode, left, right, bottom, top, nearval, farval));