Searched refs:_mesa_copy_map_points1d (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/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, in _mesa_copy_map_points1d() function 354 pnts = _mesa_copy_map_points1d(target, ustride, uorder, (GLdouble*) points); in map1()
|
H A D | dlist.c | 3158 GLfloat *pnts = _mesa_copy_map_points1d(target, stride, order, points); in save_Map1d()
|
Completed in 20 milliseconds