Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Drastpos.c488 rasterpos(GLfloat x, GLfloat y, GLfloat z, GLfloat w) in rasterpos() function
511 rasterpos((GLfloat)x, (GLfloat)y, (GLfloat)0.0, (GLfloat)1.0); in _mesa_RasterPos2d()
517 rasterpos(x, y, 0.0F, 1.0F); in _mesa_RasterPos2f()
523 rasterpos((GLfloat) x, (GLfloat) y, 0.0F, 1.0F); in _mesa_RasterPos2i()
529 rasterpos(x, y, 0.0F, 1.0F); in _mesa_RasterPos2s()
535 rasterpos((GLfloat) x, (GLfloat) y, (GLfloat) z, 1.0F); in _mesa_RasterPos3d()
541 rasterpos(x, y, z, 1.0F); in _mesa_RasterPos3f()
547 rasterpos((GLfloat) x, (GLfloat) y, (GLfloat) z, 1.0F); in _mesa_RasterPos3i()
553 rasterpos(x, y, z, 1.0F); in _mesa_RasterPos3s()
559 rasterpos((GLfloat) x, (GLfloat) y, (GLfloat) z, (GLfloat) w); in _mesa_RasterPos4d()
[all …]