Lines Matching defs:zNear
7435 GLclampd zNear; member
7441 const GLclampd zNear = cmd->zNear; in _mesa_unmarshal_DepthRange() local
7446 _mesa_marshal_DepthRange(GLclampd zNear, GLclampd zFar) in _mesa_marshal_DepthRange()
7576 GLfloat zNear; member
7586 const GLfloat zNear = cmd->zNear; in _mesa_unmarshal_Frustumf() local
7591 _mesa_marshal_Frustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLf… in _mesa_marshal_Frustumf()
7749 GLfixed zNear; member
7759 const GLfixed zNear = cmd->zNear; in _mesa_unmarshal_Frustumx() local
7764 _mesa_marshal_Frustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLf… in _mesa_marshal_Frustumx()
13626 GLfloat zNear; member
13636 const GLfloat zNear = cmd->zNear; in _mesa_unmarshal_Orthof() local
13641 _mesa_marshal_Orthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLflo… in _mesa_marshal_Orthof()
13858 GLfixed zNear; member
13868 const GLfixed zNear = cmd->zNear; in _mesa_unmarshal_Orthox() local
13873 _mesa_marshal_Orthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfix… in _mesa_marshal_Orthox()
16673 GLdouble zNear; member
16683 const GLdouble zNear = cmd->zNear; in _mesa_unmarshal_Ortho() local
16688 _mesa_marshal_Ortho(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, G… in _mesa_marshal_Ortho()
21032 GLclampx zNear; member
21038 const GLclampx zNear = cmd->zNear; in _mesa_unmarshal_DepthRangex() local
21043 _mesa_marshal_DepthRangex(GLclampx zNear, GLclampx zFar) in _mesa_marshal_DepthRangex()
21111 GLclampf zNear; member
21117 const GLclampf zNear = cmd->zNear; in _mesa_unmarshal_DepthRangef() local
21122 _mesa_marshal_DepthRangef(GLclampf zNear, GLclampf zFar) in _mesa_marshal_DepthRangef()
24089 GLdouble zNear; member
24099 const GLdouble zNear = cmd->zNear; in _mesa_unmarshal_Frustum() local
24104 _mesa_marshal_Frustum(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear,… in _mesa_marshal_Frustum()