Home
last modified time | relevance | path

Searched refs:vorder (Results 1 – 25 of 44) 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()
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);
/third_party/mesa3d/src/mesa/main/
Deval.c212 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 …]
Deval.h57 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/
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,
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/
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,
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/
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/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.txt74 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
DSGIX_nurbs_eval.txt152 c = <vknotcount> - <vorder> + 1
195 INVALID_VALUE is generated if <uorder> > <uknotcount>+1 or <vorder> >
/third_party/openGLES/extensions/SGIX/
DSGIX_polynomial_ffd.txt74 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
DSGIX_nurbs_eval.txt152 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/
DContext_gl_1_0_autogen.h120 GLdouble v2, GLint vstride, GLint vorder, const GLdouble *points); \
122 GLfloat v2, GLint vstride, GLint vorder, const GLfloat *points); \
DvalidationGL1_autogen.h175 GLint vorder,
186 GLint vorder,
DvalidationGL1.cpp573 GLint vorder, in ValidateMap2d() argument
588 GLint vorder, in ValidateMap2f() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext_gl_1_autogen.h119 GLdouble v2, GLint vstride, GLint vorder, const GLdouble *points); \
121 GLfloat v2, GLint vstride, GLint vorder, const GLfloat *points); \
DvalidationGL1.cpp730 GLint vorder, in ValidateMap2d() argument
746 GLint vorder, in ValidateMap2f() argument
DvalidationGL1_autogen.h353 GLint vorder,
365 GLint vorder,
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_1_0_autogen.h195 GLint vorder,
205 GLint vorder,
Dentry_points_gl_1_0_autogen.cpp2714 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/
DSDL_glfuncs.h248 GLint vorder, const GLdouble * points))
252 GLint vorder, const GLfloat * points))
/third_party/mesa3d/src/gallium/frontends/wgl/
Dgldrv.h256 …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/
Dentry_points_gl_1_autogen.h212 GLint vorder,
222 GLint vorder,
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_fixed_point.txt151 T v1, T v2, int vstride, int vorder, T points);
/third_party/openGLES/extensions/OES/
DOES_fixed_point.txt161 T v1, T v2, int vstride, int vorder, T points);

12