Lines Matching defs:target
59 GLuint _mesa_evaluator_components( GLenum target ) in _mesa_evaluator_components()
104 get_1d_map( struct gl_context *ctx, GLenum target ) in get_1d_map()
154 get_2d_map( struct gl_context *ctx, GLenum target ) in get_2d_map()
212 GLfloat *_mesa_copy_map_points1f( GLenum target, GLint ustride, GLint uorder, in _mesa_copy_map_points1f()
236 GLfloat *_mesa_copy_map_points1d( GLenum target, GLint ustride, GLint uorder, in _mesa_copy_map_points1d()
267 GLfloat *_mesa_copy_map_points2f( GLenum target, in _mesa_copy_map_points2f()
310 GLfloat *_mesa_copy_map_points2d(GLenum target, in _mesa_copy_map_points2d()
360 map1(GLenum target, GLfloat u1, GLfloat u2, GLint ustride, in map1()
426 _mesa_Map1f( GLenum target, GLfloat u1, GLfloat u2, GLint stride, in _mesa_Map1f()
434 _mesa_Map1d( GLenum target, GLdouble u1, GLdouble u2, GLint stride, in _mesa_Map1d()
442 map2( GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, in map2()
525 _mesa_Map2f( GLenum target, in _mesa_Map2f()
536 _mesa_Map2d( GLenum target, in _mesa_Map2d()
548 _mesa_GetnMapdvARB( GLenum target, GLenum query, GLsizei bufSize, GLdouble *v ) in _mesa_GetnMapdvARB()
634 _mesa_GetMapdv( GLenum target, GLenum query, GLdouble *v ) in _mesa_GetMapdv()
640 _mesa_GetnMapfvARB( GLenum target, GLenum query, GLsizei bufSize, GLfloat *v ) in _mesa_GetnMapfvARB()
727 _mesa_GetMapfv( GLenum target, GLenum query, GLfloat *v ) in _mesa_GetMapfv()
734 _mesa_GetnMapivARB( GLenum target, GLenum query, GLsizei bufSize, GLint *v ) in _mesa_GetnMapivARB()
821 _mesa_GetMapiv( GLenum target, GLenum query, GLint *v ) in _mesa_GetMapiv()