Searched refs:_mesa_copy_map_points1d (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | eval.h | 51 extern GLfloat *_mesa_copy_map_points1d( GLenum target,
|
| H A D | eval.c | 180 GLfloat *_mesa_copy_map_points1d( GLenum target, GLint ustride, GLint uorder, function in typeref:typename:GLfloat * 354 pnts = _mesa_copy_map_points1d(target, ustride, uorder, (GLdouble*) points);
|
| H A D | dlist.c | 3185 GLfloat *pnts = _mesa_copy_map_points1d(target, stride, order, points);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | eval.h | 51 extern GLfloat *_mesa_copy_map_points1d( GLenum target,
|
| H A D | eval.c | 179 GLfloat *_mesa_copy_map_points1d( GLenum target, GLint ustride, GLint uorder, function in typeref:typename:GLfloat * 353 pnts = _mesa_copy_map_points1d(target, ustride, uorder, (GLdouble*) points);
|
| H A D | dlist.c | 3240 GLfloat *pnts = _mesa_copy_map_points1d(target, stride, order, points);
|
Completed in 36 milliseconds