Home
last modified time | relevance | path

Searched refs:uorder (Results 1 – 25 of 42) sorted by relevance

12

/third_party/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()
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 …]
Dm_eval.h80 GLuint dim, GLuint uorder, GLuint vorder);
100 GLuint uorder, GLuint vorder);
/third_party/mesa3d/src/mesa/main/
Deval.c155 GLfloat *_mesa_copy_map_points1f( GLenum target, GLint ustride, GLint uorder, in _mesa_copy_map_points1f() argument
164 buffer = malloc(uorder * size * sizeof(GLfloat)); in _mesa_copy_map_points1f()
167 for (i = 0, p = buffer; i < uorder; i++, points += ustride) in _mesa_copy_map_points1f()
179 GLfloat *_mesa_copy_map_points1d( GLenum target, GLint ustride, GLint uorder, in _mesa_copy_map_points1d() argument
188 buffer = malloc(uorder * size * sizeof(GLfloat)); in _mesa_copy_map_points1d()
191 for (i = 0, p = buffer; i < uorder; i++, points += ustride) in _mesa_copy_map_points1d()
211 GLint ustride, GLint uorder, 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()
[all …]
Deval.h48 GLint ustride, GLint uorder,
52 GLint ustride, GLint uorder,
56 GLint ustride, GLint uorder,
61 GLint ustride, GLint uorder,
80 GLfloat u1, GLfloat u2, GLint ustride, GLint uorder,
85 GLdouble u1, GLdouble u2, GLint ustride, GLint uorder,
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_evaluators.txt225 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/NV/
DNV_evaluators.txt225 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/APPLE/
DAPPLE_vertex_program_evaluators.txt68 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/APPLE/
DAPPLE_vertex_program_evaluators.txt68 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/
DSGIX_polynomial_ffd.txt73 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
DSGIX_nurbs_eval.txt150 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/openGLES/extensions/SGIX/
DSGIX_polynomial_ffd.txt73 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
DSGIX_nurbs_eval.txt150 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/flutter/skia/third_party/externals/angle2/src/libANGLE/
DContext_gl_1_0_autogen.h119 void map2d(GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, \
121 void map2f(GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, \
DvalidationGL1.cpp569 GLint uorder, in ValidateMap2d() argument
584 GLint uorder, in ValidateMap2f() argument
DvalidationGL1_autogen.h171 GLint uorder,
182 GLint uorder,
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext_gl_1_autogen.h118 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, \
DvalidationGL1.cpp726 GLint uorder, in ValidateMap2d() argument
742 GLint uorder, in ValidateMap2f() argument
DvalidationGL1_autogen.h349 GLint uorder,
361 GLint uorder,
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_1_0_autogen.h191 GLint uorder,
201 GLint uorder,
Dentry_points_gl_1_0_autogen.cpp2710 GLint uorder, in Map2d() argument
2721 GLenumToString(GLenumGroup::MapTarget, target), u1, u2, ustride, uorder, v1, v2, vstride, in Map2d()
2729 (context->skipValidation() || ValidateMap2d(context, target, u1, u2, ustride, uorder, in Map2d()
2733 context->map2d(target, u1, u2, ustride, uorder, v1, v2, vstride, vorder, points); in Map2d()
2735 ANGLE_CAPTURE(Map2d, isCallValid, context, target, u1, u2, ustride, uorder, v1, v2, vstride, in Map2d()
2744 GLint uorder, in Map2f() argument
2755 GLenumToString(GLenumGroup::MapTarget, target), u1, u2, ustride, uorder, v1, v2, vstride, in Map2f()
2763 (context->skipValidation() || ValidateMap2f(context, target, u1, u2, ustride, uorder, in Map2f()
2767 context->map2f(target, u1, u2, ustride, uorder, v1, v2, vstride, vorder, points); in Map2f()
2769 ANGLE_CAPTURE(Map2f, isCallValid, context, target, u1, u2, ustride, uorder, v1, v2, vstride, in Map2f()
/third_party/flutter/skia/third_party/externals/sdl/src/render/opengl/
DSDL_glfuncs.h247 GLint uorder, GLdouble v1, GLdouble v2, GLint vstride,
251 GLint uorder, GLfloat v1, GLfloat v2, GLint vstride,
/third_party/mesa3d/src/gallium/frontends/wgl/
Dgldrv.h256 … )( 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/
Dentry_points_gl_1_autogen.h208 GLint uorder,
218 GLint uorder,
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_fixed_point.txt150 void Map2xOES(enum target, T u1, T u2, int ustride, int uorder,
/third_party/openGLES/extensions/OES/
DOES_fixed_point.txt160 void Map2xOES(enum target, T u1, T u2, int ustride, int uorder,

12