Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Drastpos.c49 rasterpos(GLfloat x, GLfloat y, GLfloat z, GLfloat w) in rasterpos() function
72 rasterpos((GLfloat)x, (GLfloat)y, (GLfloat)0.0, (GLfloat)1.0); in _mesa_RasterPos2d()
78 rasterpos(x, y, 0.0F, 1.0F); in _mesa_RasterPos2f()
84 rasterpos((GLfloat) x, (GLfloat) y, 0.0F, 1.0F); in _mesa_RasterPos2i()
90 rasterpos(x, y, 0.0F, 1.0F); in _mesa_RasterPos2s()
96 rasterpos((GLfloat) x, (GLfloat) y, (GLfloat) z, 1.0F); in _mesa_RasterPos3d()
102 rasterpos(x, y, z, 1.0F); in _mesa_RasterPos3f()
108 rasterpos((GLfloat) x, (GLfloat) y, (GLfloat) z, 1.0F); in _mesa_RasterPos3i()
114 rasterpos(x, y, z, 1.0F); in _mesa_RasterPos3s()
120 rasterpos((GLfloat) x, (GLfloat) y, (GLfloat) z, (GLfloat) w); in _mesa_RasterPos4d()
[all …]