Searched refs:_mesa_copy_map_points1f (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
H A D | eval.h | 47 extern GLfloat *_mesa_copy_map_points1f( GLenum target,
|
H A D | eval.c | 156 GLfloat *_mesa_copy_map_points1f( GLenum target, GLint ustride, GLint uorder, in _mesa_copy_map_points1f() function 352 pnts = _mesa_copy_map_points1f(target, ustride, uorder, (GLfloat*) points); in map1()
|
H A D | dlist.c | 3180 GLfloat *pnts = _mesa_copy_map_points1f(target, stride, order, points); in save_Map1f()
|
Completed in 22 milliseconds