Searched refs:window_pos4f (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | rastpos.c | 763 window_pos4f(GLfloat x, GLfloat y, GLfloat z, GLfloat w) in window_pos4f() function 774 window_pos4f((GLfloat) x, (GLfloat) y, 0.0F, 1.0F); in _mesa_WindowPos2d() 780 window_pos4f(x, y, 0.0F, 1.0F); in _mesa_WindowPos2f() 786 window_pos4f((GLfloat) x, (GLfloat) y, 0.0F, 1.0F); in _mesa_WindowPos2i() 792 window_pos4f(x, y, 0.0F, 1.0F); in _mesa_WindowPos2s() 798 window_pos4f((GLfloat) x, (GLfloat) y, (GLfloat) z, 1.0F); in _mesa_WindowPos3d() 804 window_pos4f(x, y, z, 1.0F); in _mesa_WindowPos3f() 810 window_pos4f((GLfloat) x, (GLfloat) y, (GLfloat) z, 1.0F); in _mesa_WindowPos3i() 816 window_pos4f(x, y, z, 1.0F); in _mesa_WindowPos3s() 822 window_pos4f((GLfloat) x, (GLfloat) y, (GLfloat) z, (GLfloat) w); in _mesa_WindowPos4dMESA() [all …]
|