Lines Matching refs:GLfloat
47 extern GLfloat *_mesa_copy_map_points1f( GLenum target,
49 const GLfloat *points );
51 extern GLfloat *_mesa_copy_map_points1d( GLenum target,
55 extern GLfloat *_mesa_copy_map_points2f( GLenum target,
58 const GLfloat *points );
60 extern GLfloat *_mesa_copy_map_points2d(GLenum target,
73 _mesa_Map1f( GLenum target, GLfloat u1, GLfloat u2, GLint stride,
74 GLint order, const GLfloat *points );
80 GLfloat u1, GLfloat u2, GLint ustride, GLint uorder,
81 GLfloat v1, GLfloat v2, GLint vstride, GLint vorder,
82 const GLfloat *points);
94 _mesa_GetnMapfvARB( GLenum target, GLenum query, GLsizei bufSize, GLfloat *v );
96 _mesa_GetMapfv( GLenum target, GLenum query, GLfloat *v );
102 _mesa_MapGrid1f( GLint un, GLfloat u1, GLfloat u2 );
106 _mesa_MapGrid2f( GLint un, GLfloat u1, GLfloat u2,
107 GLint vn, GLfloat v1, GLfloat v2 );