/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() 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 …]
|
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 | 212 GLint vstride, GLint vorder, in _mesa_copy_map_points2f() argument 228 dsize = (uorder == 2 && vorder == 2)? 0 : uorder*vorder; in _mesa_copy_map_points2f() 229 hsize = (uorder > vorder ? uorder : vorder)*size; in _mesa_copy_map_points2f() 232 buffer = malloc((uorder*vorder*size+hsize)*sizeof(GLfloat)); in _mesa_copy_map_points2f() 234 buffer = malloc((uorder*vorder*size+dsize)*sizeof(GLfloat)); in _mesa_copy_map_points2f() 237 uinc = ustride - vorder*vstride; in _mesa_copy_map_points2f() 241 for (j=0; j<vorder; j++, points += vstride) in _mesa_copy_map_points2f() 255 GLint vstride, GLint vorder, in _mesa_copy_map_points2d() argument 271 dsize = (uorder == 2 && vorder == 2)? 0 : uorder*vorder; in _mesa_copy_map_points2d() 272 hsize = (uorder > vorder ? uorder : vorder)*size; in _mesa_copy_map_points2d() [all …]
|
D | eval.h | 57 GLint vstride, GLint vorder, 62 GLint vstride, GLint vorder, 81 GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, 86 GLdouble v1, GLdouble v2, GLint vstride, GLint vorder,
|
/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, 387 from 0 to uorder-1, and j ranges from 0 to vorder-1. If target is 405 of vorder is greater than MAX_RATIONAL_EVAL_ORDER_NV. 618 are to be written. If target is EVAL_2D_NV, there are uorder*vorder 636 from 0 to uorder-1, and j ranges from 0 to vorder-1. If target is [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, 387 from 0 to uorder-1, and j ranges from 0 to vorder-1. If target is 405 of vorder is greater than MAX_RATIONAL_EVAL_ORDER_NV. 618 are to be written. If target is EVAL_2D_NV, there are uorder*vorder 636 from 0 to uorder-1, and j ranges from 0 to vorder-1. If target is [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/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
D | SGIX_polynomial_ffd.txt | 74 T v1, T v2, int vstride, int vorder, 146 <vorder> = m+1, and <worder> = n+1). The error INVALID_VALUE is generated 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 | 152 c = <vknotcount> - <vorder> + 1 195 INVALID_VALUE is generated if <uorder> > <uknotcount>+1 or <vorder> >
|
/third_party/openGLES/extensions/SGIX/ |
D | SGIX_polynomial_ffd.txt | 74 T v1, T v2, int vstride, int vorder, 146 <vorder> = m+1, and <worder> = n+1). The error INVALID_VALUE is generated 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 | 152 c = <vknotcount> - <vorder> + 1 195 INVALID_VALUE is generated if <uorder> > <uknotcount>+1 or <vorder> >
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Context_gl_1_0_autogen.h | 120 GLdouble v2, GLint vstride, GLint vorder, const GLdouble *points); \ 122 GLfloat v2, GLint vstride, GLint vorder, const GLfloat *points); \
|
D | validationGL1_autogen.h | 175 GLint vorder, 186 GLint vorder,
|
D | validationGL1.cpp | 573 GLint vorder, in ValidateMap2d() argument 588 GLint vorder, in ValidateMap2f() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Context_gl_1_autogen.h | 119 GLdouble v2, GLint vstride, GLint vorder, const GLdouble *points); \ 121 GLfloat v2, GLint vstride, GLint vorder, const GLfloat *points); \
|
D | validationGL1.cpp | 730 GLint vorder, in ValidateMap2d() argument 746 GLint vorder, in ValidateMap2f() argument
|
D | validationGL1_autogen.h | 353 GLint vorder, 365 GLint vorder,
|
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_1_0_autogen.h | 195 GLint vorder, 205 GLint vorder,
|
D | entry_points_gl_1_0_autogen.cpp | 2714 GLint vorder, in Map2d() argument 2722 vorder, (uintptr_t)points); in Map2d() 2730 v1, v2, vstride, vorder, points)); in Map2d() 2733 context->map2d(target, u1, u2, ustride, uorder, v1, v2, vstride, vorder, points); in Map2d() 2736 vorder, points); in Map2d() 2748 GLint vorder, in Map2f() argument 2756 vorder, (uintptr_t)points); in Map2f() 2764 v1, v2, vstride, vorder, points)); in Map2f() 2767 context->map2f(target, u1, u2, ustride, uorder, v1, v2, vstride, vorder, points); in Map2f() 2770 vorder, points); in Map2f()
|
/third_party/flutter/skia/third_party/externals/sdl/src/render/opengl/ |
D | SDL_glfuncs.h | 248 GLint vorder, const GLdouble * points)) 252 GLint vorder, const GLfloat * points))
|
/third_party/mesa3d/src/gallium/frontends/wgl/ |
D | gldrv.h | 256 …nt ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble *p… 257 …Lint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat *po…
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_1_autogen.h | 212 GLint vorder, 222 GLint vorder,
|
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
D | OES_fixed_point.txt | 151 T v1, T v2, int vstride, int vorder, T points);
|
/third_party/openGLES/extensions/OES/ |
D | OES_fixed_point.txt | 161 T v1, T v2, int vstride, int vorder, T points);
|