Lines Matching refs:GLfloat
45 _mesa_RasterPos(struct gl_context *ctx, const GLfloat vObj[4]);
50 _mesa_RasterPos2f(GLfloat x, GLfloat y);
58 _mesa_RasterPos3f(GLfloat x, GLfloat y, GLfloat z);
66 _mesa_RasterPos4f(GLfloat x, GLfloat y, GLfloat z, GLfloat w);
74 _mesa_RasterPos2fv(const GLfloat *v);
82 _mesa_RasterPos3fv(const GLfloat *v);
90 _mesa_RasterPos4fv(const GLfloat *v);
98 _mesa_WindowPos2f(GLfloat x, GLfloat y);
106 _mesa_WindowPos3f(GLfloat x, GLfloat y, GLfloat z);
114 _mesa_WindowPos4fMESA(GLfloat x, GLfloat y, GLfloat z, GLfloat w);
122 _mesa_WindowPos2fv(const GLfloat *v);
130 _mesa_WindowPos3fv(const GLfloat *v);
138 _mesa_WindowPos4fvMESA(const GLfloat *v);