Home
last modified time | relevance | path

Searched refs:vorder (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/mesa/math/
Dm_eval.c119 GLuint dim, GLuint uorder, GLuint vorder) in _math_horner_bezier_surf() argument
121 GLfloat *cp = cn + uorder * vorder * dim; in _math_horner_bezier_surf()
122 GLuint i, uinc = vorder * dim; in _math_horner_bezier_surf()
124 if (vorder > uorder) { in _math_horner_bezier_surf()
130 for (j = 0; j < vorder; j++) { in _math_horner_bezier_surf()
153 _math_horner_bezier_curve(cp, out, v, dim, vorder); in _math_horner_bezier_surf()
156 _math_horner_bezier_curve(cn, out, v, dim, vorder); in _math_horner_bezier_surf()
160 if (vorder > 1) { in _math_horner_bezier_surf()
169 _math_horner_bezier_curve(cn, &cp[i * dim], v, dim, vorder); in _math_horner_bezier_surf()
197 GLuint uorder, GLuint vorder) in _math_de_casteljau_surf() argument
[all …]
Dm_eval.h80 GLuint dim, GLuint uorder, GLuint vorder);
100 GLuint uorder, GLuint vorder);
/external/mesa3d/src/mesa/main/
Deval.c269 GLint vstride, GLint vorder, in _mesa_copy_map_points2f() argument
285 dsize = (uorder == 2 && vorder == 2)? 0 : uorder*vorder; in _mesa_copy_map_points2f()
286 hsize = (uorder > vorder ? uorder : vorder)*size; in _mesa_copy_map_points2f()
289 buffer = (GLfloat *) MALLOC((uorder*vorder*size+hsize)*sizeof(GLfloat)); in _mesa_copy_map_points2f()
291 buffer = (GLfloat *) MALLOC((uorder*vorder*size+dsize)*sizeof(GLfloat)); in _mesa_copy_map_points2f()
294 uinc = ustride - vorder*vstride; in _mesa_copy_map_points2f()
298 for (j=0; j<vorder; j++, points += vstride) in _mesa_copy_map_points2f()
312 GLint vstride, GLint vorder, in _mesa_copy_map_points2d() argument
328 dsize = (uorder == 2 && vorder == 2)? 0 : uorder*vorder; in _mesa_copy_map_points2d()
329 hsize = (uorder > vorder ? uorder : vorder)*size; in _mesa_copy_map_points2d()
[all …]
Deval.h71 GLint vstride, GLint vorder,
76 GLint vstride, GLint vorder,
Ddlist.c2964 GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, in save_Map2d() argument
2973 vstride, vorder, points); in save_Map2d()
2980 n[6].i = _mesa_evaluator_components(target) * vorder; /*ustride */ in save_Map2d()
2983 n[9].i = vorder; in save_Map2d()
2989 v1, v2, vstride, vorder, points)); in save_Map2d()
2997 GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, in save_Map2f() argument
3006 vstride, vorder, points); in save_Map2f()
3013 n[6].i = _mesa_evaluator_components(target) * vorder; /*ustride */ in save_Map2f()
3016 n[9].i = vorder; in save_Map2f()
3021 v1, v2, vstride, vorder, points)); in save_Map2f()
[all …]
/external/mesa3d/include/GL/
Dgl.h1402 GLdouble v1, GLdouble v2, GLint vstride, GLint vorder,
1406 GLfloat v1, GLfloat v2, GLint vstride, GLint vorder,
Dglext.h9206 …nt ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, GLdouble w1, GLdo…
9207 …Lint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, GLfloat w1, GLflo…
9211 …nt ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, GLdouble w1, GLdo…
9212 …Lint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, GLfloat w1, GLflo…
10168 …ndex, GLenum type, GLsizei ustride, GLsizei vstride, GLint uorder, GLint vorder, GLboolean packed,…
10178 …ndex, GLenum type, GLsizei ustride, GLsizei vstride, GLint uorder, GLint vorder, GLboolean packed,…
12095 …nt ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble *p…
12096 …Lint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat *po…
12103 …nt ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble *p…
12104 …Lint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat *po…