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

/external/mesa3d/src/mesa/main/
H A Ddlist.c3509 save_RasterPos4f(GLfloat x, GLfloat y, GLfloat z, GLfloat w) function
3529 save_RasterPos4f((GLfloat) x, (GLfloat) y, 0.0F, 1.0F);
3535 save_RasterPos4f(x, y, 0.0F, 1.0F);
3541 save_RasterPos4f((GLfloat) x, (GLfloat) y, 0.0F, 1.0F);
3547 save_RasterPos4f(x, y, 0.0F, 1.0F);
3553 save_RasterPos4f((GLfloat) x, (GLfloat) y, (GLfloat) z, 1.0F);
3559 save_RasterPos4f(x, y, z, 1.0F);
3565 save_RasterPos4f((GLfloat) x, (GLfloat) y, (GLfloat) z, 1.0F);
3571 save_RasterPos4f(x, y, z, 1.0F);
3577 save_RasterPos4f((GLfloa
[all...]

Completed in 37 milliseconds