Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
H A Drastpos.c533 rasterpos(GLfloat x, GLfloat y, GLfloat z, GLfloat w) in rasterpos() function
556 rasterpos((GLfloat)x, (GLfloat)y, (GLfloat)0.0, (GLfloat)1.0); in _mesa_RasterPos2d()
562 rasterpos(x, y, 0.0F, 1.0F); in _mesa_RasterPos2f()
568 rasterpos((GLfloat) x, (GLfloat) y, 0.0F, 1.0F); in _mesa_RasterPos2i()
574 rasterpos(x, y, 0.0F, 1.0F); in _mesa_RasterPos2s()
580 rasterpos((GLfloat) x, (GLfloat) y, (GLfloat) z, 1.0F); in _mesa_RasterPos3d()
586 rasterpos(x, y, z, 1.0F); in _mesa_RasterPos3f()
592 rasterpos((GLfloat) x, (GLfloat) y, (GLfloat) z, 1.0F); in _mesa_RasterPos3i()
598 rasterpos(x, y, z, 1.0F); in _mesa_RasterPos3s()
604 rasterpos((GLfloa in _mesa_RasterPos4d()
[all...]

Completed in 2 milliseconds