/third_party/mesa3d/src/mesa/math/ |
D | m_eval.c | 119 GLuint dim, GLuint uorder, GLuint vorder) in _math_horner_bezier_surf() argument 121 GLfloat *cp = cn + uorder * vorder * dim; in _math_horner_bezier_surf() 124 if (vorder > uorder) { in _math_horner_bezier_surf() 125 if (uorder >= 2) { in _math_horner_bezier_surf() 135 bincoeff = (GLfloat) (uorder - 1); in _math_horner_bezier_surf() 141 for (i = 2, ucp += 2 * uinc, poweru = u * u; i < uorder; in _math_horner_bezier_surf() 143 bincoeff *= (GLfloat) (uorder - i); in _math_horner_bezier_surf() 164 for (i = 0; i < uorder; i++, cn += uinc) { in _math_horner_bezier_surf() 173 _math_horner_bezier_curve(cp, out, u, dim, uorder); in _math_horner_bezier_surf() 176 _math_horner_bezier_curve(cn, out, u, dim, uorder); in _math_horner_bezier_surf() [all …]
|
D | m_eval.h | 80 GLuint dim, GLuint uorder, GLuint vorder); 100 GLuint uorder, GLuint vorder);
|
/third_party/mesa3d/src/mesa/main/ |
D | eval.c | 156 GLfloat *_mesa_copy_map_points1f( GLenum target, GLint ustride, GLint uorder, in _mesa_copy_map_points1f() argument 165 buffer = malloc(uorder * size * sizeof(GLfloat)); in _mesa_copy_map_points1f() 168 for (i = 0, p = buffer; i < uorder; i++, points += ustride) in _mesa_copy_map_points1f() 180 GLfloat *_mesa_copy_map_points1d( GLenum target, GLint ustride, GLint uorder, in _mesa_copy_map_points1d() argument 189 buffer = malloc(uorder * size * sizeof(GLfloat)); in _mesa_copy_map_points1d() 192 for (i = 0, p = buffer; i < uorder; i++, points += ustride) in _mesa_copy_map_points1d() 212 GLint ustride, GLint uorder, in _mesa_copy_map_points2f() argument 229 dsize = (uorder == 2 && vorder == 2)? 0 : uorder*vorder; in _mesa_copy_map_points2f() 230 hsize = (uorder > vorder ? uorder : vorder)*size; in _mesa_copy_map_points2f() 233 buffer = malloc((uorder*vorder*size+hsize)*sizeof(GLfloat)); in _mesa_copy_map_points2f() [all …]
|
D | eval.h | 48 GLint ustride, GLint uorder, 52 GLint ustride, GLint uorder, 56 GLint ustride, GLint uorder, 61 GLint ustride, GLint uorder,
|
D | dlist.c | 3196 GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, in save_Map2d() argument 3205 GLfloat *pnts = _mesa_copy_map_points2d(target, ustride, uorder, in save_Map2d() 3215 n[8].i = uorder; in save_Map2d() 3221 u1, u2, ustride, uorder, in save_Map2d() 3229 GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, in save_Map2f() argument 3238 GLfloat *pnts = _mesa_copy_map_points2f(target, ustride, uorder, in save_Map2f() 3248 n[8].i = uorder; in save_Map2f() 3253 CALL_Map2f(ctx->Exec, (target, u1, u2, ustride, uorder, in save_Map2f() 11431 GLint uorder = n[5].i; in execute_list() local 11434 CALL_Map1f(ctx->Exec, (target, u1, u2, ustride, uorder, in execute_list() [all …]
|
/third_party/openGLES/extensions/NV/ |
D | NV_evaluators.txt | 225 int uorder, int vorder, 333 int uorder, int vorder, boolean packed, 372 points in the u and v directions. uorder and vorder have the same 374 is generated if either uorder or vorder is less than one or greater 376 target is EVAL_TRIANGULAR_2D_NV and uorder is not equal to vorder. 379 EVAL_2D_NV, there are uorder*vorder control points in the array, 380 and if it is EVAL_TRIANGULAR_2D_NV, there are uorder*(uorder+1)/2 387 from 0 to uorder-1, and j ranges from 0 to vorder-1. If target is 388 EVAL_TRIANGULAR_2D_NV, i and j range from 0 to uorder-1, and i+j 389 must be less than or equal to uorder-1. [all …]
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_evaluators.txt | 225 int uorder, int vorder, 333 int uorder, int vorder, boolean packed, 372 points in the u and v directions. uorder and vorder have the same 374 is generated if either uorder or vorder is less than one or greater 376 target is EVAL_TRIANGULAR_2D_NV and uorder is not equal to vorder. 379 EVAL_2D_NV, there are uorder*vorder control points in the array, 380 and if it is EVAL_TRIANGULAR_2D_NV, there are uorder*(uorder+1)/2 387 from 0 to uorder-1, and j ranges from 0 to vorder-1. If target is 388 EVAL_TRIANGULAR_2D_NV, i and j range from 0 to uorder-1, and i+j 389 must be less than or equal to uorder-1. [all …]
|
/third_party/openGLES/extensions/APPLE/ |
D | APPLE_vertex_program_evaluators.txt | 68 int ustride, int uorder, double v1, double v2, int vstride, int vorder, 71 int ustride, int uorder, float v1, float v2, int vstride, int vorder, 112 <uorder> or <vorder> are less than 1 or greater than MAX_EVAL_ORDER.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/APPLE/ |
D | APPLE_vertex_program_evaluators.txt | 68 int ustride, int uorder, double v1, double v2, int vstride, int vorder, 71 int ustride, int uorder, float v1, float v2, int vstride, int vorder, 112 <uorder> or <vorder> are less than 1 or greater than MAX_EVAL_ORDER.
|
/third_party/openGLES/extensions/SGIX/ |
D | SGIX_polynomial_ffd.txt | 73 T u1, T u2, int ustride, int uorder, 145 <points> is a pointer to (l+1)(m+1)(n+1) blocks of storage (<uorder> = l+1, 147 if any of <uorder>, <vorder>, or <worder> is less than one, or if their 217 the product of <uorder>, <vorder>, and <worder> for each deformation type is 252 - any of <uorder>, <vorder>, or <worder> is less than one, or if their
|
D | SGIX_nurbs_eval.txt | 150 d = <uknotcount> - <uorder> + 1 191 INVALID_VALUE is generated if <uorder> > <uknotcount>+1 when any of 195 INVALID_VALUE is generated if <uorder> > <uknotcount>+1 or <vorder> >
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
D | SGIX_polynomial_ffd.txt | 73 T u1, T u2, int ustride, int uorder, 145 <points> is a pointer to (l+1)(m+1)(n+1) blocks of storage (<uorder> = l+1, 147 if any of <uorder>, <vorder>, or <worder> is less than one, or if their 217 the product of <uorder>, <vorder>, and <worder> for each deformation type is 252 - any of <uorder>, <vorder>, or <worder> is less than one, or if their
|
D | SGIX_nurbs_eval.txt | 150 d = <uknotcount> - <uorder> + 1 191 INVALID_VALUE is generated if <uorder> > <uknotcount>+1 when any of 195 INVALID_VALUE is generated if <uorder> > <uknotcount>+1 or <vorder> >
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Context_gl_1_autogen.h | 118 void map2d(GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, \ 120 void map2f(GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, \
|
D | validationGL1.cpp | 726 GLint uorder, in ValidateMap2d() argument 742 GLint uorder, in ValidateMap2f() argument
|
D | validationGL1_autogen.h | 349 GLint uorder, 361 GLint uorder,
|
D | Context_gl.cpp | 1207 GLint uorder, in map2d() argument 1221 GLint uorder, in map2f() argument
|
/third_party/mesa3d/src/gallium/frontends/wgl/ |
D | gldrv.h | 256 … )( GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdo… 257 … )( GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLflo…
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_1_autogen.h | 208 GLint uorder, 218 GLint uorder,
|
D | entry_points_gl_1_autogen.cpp | 3472 GLint uorder, in GL_Map2d() argument 3483 CID(context), GLenumToString(GLenumGroup::MapTarget, target), u1, u2, ustride, uorder, v1, in GL_Map2d() 3491 ustride, uorder, v1, v2, vstride, vorder, points)); in GL_Map2d() 3494 context->map2d(target, u1, u2, ustride, uorder, v1, v2, vstride, vorder, points); in GL_Map2d() 3496 ANGLE_CAPTURE(Map2d, isCallValid, context, target, u1, u2, ustride, uorder, v1, v2, vstride, in GL_Map2d() 3509 GLint uorder, in GL_Map2f() argument 3520 CID(context), GLenumToString(GLenumGroup::MapTarget, target), u1, u2, ustride, uorder, v1, in GL_Map2f() 3528 ustride, uorder, v1, v2, vstride, vorder, points)); in GL_Map2f() 3531 context->map2f(target, u1, u2, ustride, uorder, v1, v2, vstride, vorder, points); in GL_Map2f() 3533 ANGLE_CAPTURE(Map2f, isCallValid, context, target, u1, u2, ustride, uorder, v1, v2, vstride, in GL_Map2f()
|
D | libGL_autogen.cpp | 755 GLint uorder, in glMap2d() argument 762 return GL_Map2d(target, u1, u2, ustride, uorder, v1, v2, vstride, vorder, points); in glMap2d() 769 GLint uorder, in glMap2f() argument 776 return GL_Map2f(target, u1, u2, ustride, uorder, v1, v2, vstride, vorder, points); in glMap2f()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
D | OES_fixed_point.txt | 150 void Map2xOES(enum target, T u1, T u2, int ustride, int uorder,
|
/third_party/openGLES/extensions/OES/ |
D | OES_fixed_point.txt | 160 void Map2xOES(enum target, T u1, T u2, int ustride, int uorder,
|
/third_party/mesa3d/include/GL/ |
D | gl.h | 1366 GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, 1370 GLfloat u1, GLfloat u2, GLint ustride, GLint uorder,
|
/third_party/mesa3d/src/glx/tests/ |
D | indirect_api.cpp | 220 void __indirect_glMap2d(GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdou… in __indirect_glMap2d() argument 221 void __indirect_glMap2f(GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat… in __indirect_glMap2f() argument
|