Lines Matching refs:zFar
5780 GLclampx zFar;
5786 GLclampx zFar = cmd->zFar;
5787 CALL_DepthRangex(ctx->CurrentServerDispatch, (zNear, zFar));
5793 _mesa_marshal_DepthRangex(GLclampx zNear, GLclampx zFar)
5800 cmd->zFar = zFar;
5878 GLfixed zFar;
5888 GLfixed zFar = cmd->zFar;
5889 CALL_Frustumx(ctx->CurrentServerDispatch, (left, right, bottom, top, zNear, zFar));
5895 _mesa_marshal_Frustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar)
5906 cmd->zFar = zFar;
6274 GLfixed zFar;
6284 GLfixed zFar = cmd->zFar;
6285 CALL_Orthox(ctx->CurrentServerDispatch, (left, right, bottom, top, zNear, zFar));
6291 _mesa_marshal_Orthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar)
6302 cmd->zFar = zFar;
6914 GLfloat zFar;
6924 GLfloat zFar = cmd->zFar;
6925 CALL_Frustumf(ctx->CurrentServerDispatch, (left, right, bottom, top, zNear, zFar));
6931 _mesa_marshal_Frustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar)
6942 cmd->zFar = zFar;
6955 GLfloat zFar;
6965 GLfloat zFar = cmd->zFar;
6966 CALL_Orthof(ctx->CurrentServerDispatch, (left, right, bottom, top, zNear, zFar));
6972 _mesa_marshal_Orthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar)
6983 cmd->zFar = zFar;