Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Ddlist.c3626 save_RasterPos4f(GLfloat x, GLfloat y, GLfloat z, GLfloat w) in save_RasterPos4f() function
3646 save_RasterPos4f((GLfloat) x, (GLfloat) y, 0.0F, 1.0F); in save_RasterPos2d()
3652 save_RasterPos4f(x, y, 0.0F, 1.0F); in save_RasterPos2f()
3658 save_RasterPos4f((GLfloat) x, (GLfloat) y, 0.0F, 1.0F); in save_RasterPos2i()
3664 save_RasterPos4f(x, y, 0.0F, 1.0F); in save_RasterPos2s()
3670 save_RasterPos4f((GLfloat) x, (GLfloat) y, (GLfloat) z, 1.0F); in save_RasterPos3d()
3676 save_RasterPos4f(x, y, z, 1.0F); in save_RasterPos3f()
3682 save_RasterPos4f((GLfloat) x, (GLfloat) y, (GLfloat) z, 1.0F); in save_RasterPos3i()
3688 save_RasterPos4f(x, y, z, 1.0F); in save_RasterPos3s()
3694 save_RasterPos4f((GLfloat) x, (GLfloat) y, (GLfloat) z, (GLfloat) w); in save_RasterPos4d()
[all …]