Home
last modified time | relevance | path

Searched refs:window_pos4f (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/main/
Drastpos.c726 window_pos4f(GLfloat x, GLfloat y, GLfloat z, GLfloat w) in window_pos4f() function
737 window_pos4f((GLfloat) x, (GLfloat) y, 0.0F, 1.0F); in _mesa_WindowPos2d()
743 window_pos4f(x, y, 0.0F, 1.0F); in _mesa_WindowPos2f()
749 window_pos4f((GLfloat) x, (GLfloat) y, 0.0F, 1.0F); in _mesa_WindowPos2i()
755 window_pos4f(x, y, 0.0F, 1.0F); in _mesa_WindowPos2s()
761 window_pos4f((GLfloat) x, (GLfloat) y, (GLfloat) z, 1.0F); in _mesa_WindowPos3d()
767 window_pos4f(x, y, z, 1.0F); in _mesa_WindowPos3f()
773 window_pos4f((GLfloat) x, (GLfloat) y, (GLfloat) z, 1.0F); in _mesa_WindowPos3i()
779 window_pos4f(x, y, z, 1.0F); in _mesa_WindowPos3s()
785 window_pos4f((GLfloat) x, (GLfloat) y, (GLfloat) z, (GLfloat) w); in _mesa_WindowPos4dMESA()
[all …]