Lines Matching defs:z

49 rasterpos(GLfloat x, GLfloat y, GLfloat z, GLfloat w)  in rasterpos()
94 _mesa_RasterPos3d(GLdouble x, GLdouble y, GLdouble z) in _mesa_RasterPos3d()
100 _mesa_RasterPos3f(GLfloat x, GLfloat y, GLfloat z) in _mesa_RasterPos3f()
106 _mesa_RasterPos3i(GLint x, GLint y, GLint z) in _mesa_RasterPos3i()
112 _mesa_RasterPos3s(GLshort x, GLshort y, GLshort z) in _mesa_RasterPos3s()
118 _mesa_RasterPos4d(GLdouble x, GLdouble y, GLdouble z, GLdouble w) in _mesa_RasterPos4d()
124 _mesa_RasterPos4f(GLfloat x, GLfloat y, GLfloat z, GLfloat w) in _mesa_RasterPos4f()
130 _mesa_RasterPos4i(GLint x, GLint y, GLint z, GLint w) in _mesa_RasterPos4i()
136 _mesa_RasterPos4s(GLshort x, GLshort y, GLshort z, GLshort w) in _mesa_RasterPos4s()
226 window_pos3f(GLfloat x, GLfloat y, GLfloat z) in window_pos3f()
286 window_pos4f(GLfloat x, GLfloat y, GLfloat z, GLfloat w) in window_pos4f()
319 _mesa_WindowPos3dMESA(GLdouble x, GLdouble y, GLdouble z) in _mesa_WindowPos3dMESA()
325 _mesa_WindowPos3fMESA(GLfloat x, GLfloat y, GLfloat z) in _mesa_WindowPos3fMESA()
331 _mesa_WindowPos3iMESA(GLint x, GLint y, GLint z) in _mesa_WindowPos3iMESA()
337 _mesa_WindowPos3sMESA(GLshort x, GLshort y, GLshort z) in _mesa_WindowPos3sMESA()
343 _mesa_WindowPos4dMESA(GLdouble x, GLdouble y, GLdouble z, GLdouble w) in _mesa_WindowPos4dMESA()
349 _mesa_WindowPos4fMESA(GLfloat x, GLfloat y, GLfloat z, GLfloat w) in _mesa_WindowPos4fMESA()
355 _mesa_WindowPos4iMESA(GLint x, GLint y, GLint z, GLint w) in _mesa_WindowPos4iMESA()
361 _mesa_WindowPos4sMESA(GLshort x, GLshort y, GLshort z, GLshort w) in _mesa_WindowPos4sMESA()