Searched defs:pnts (Results 1 - 4 of 4) sorted by relevance
/third_party/lame/mpglib/ |
H A D | tabinit.c | 41 real *pnts[] = { cos64, cos32, cos16, cos8, cos4 }; variable
|
/third_party/mesa3d/src/glx/ |
H A D | render2.c | 44 __indirect_glMap1d(GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble * pnts) __indirect_glMap1d() argument 111 __indirect_glMap1f(GLenum target, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat * pnts) __indirect_glMap1f() argument 174 __indirect_glMap2d(GLenum target, GLdouble u1, GLdouble u2, GLint ustr, GLint uord, GLdouble v1, GLdouble v2, GLint vstr, GLint vord, const GLdouble * pnts) __indirect_glMap2d() argument 252 __indirect_glMap2f(GLenum target, GLfloat u1, GLfloat u2, GLint ustr, GLint uord, GLfloat v1, GLfloat v2, GLint vstr, GLint vord, const GLfloat * pnts) __indirect_glMap2f() argument [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | eval.c | 309 GLfloat *pnts; in map1() local 392 GLfloat *pnts; in map2() local
|
H A D | dlist.c | 3158 GLfloat *pnts = _mesa_copy_map_points1d(target, stride, order, points); in save_Map1d() local 3180 GLfloat *pnts = _mesa_copy_map_points1f(target, stride, order, points); in save_Map1f() local 3205 GLfloat *pnts = _mesa_copy_map_points2d(target, ustride, uorder, in save_Map2d() local 3238 GLfloat *pnts = _mesa_copy_map_points2f(target, ustride, uorder, in save_Map2f() local
|
Completed in 20 milliseconds