Searched refs:_math_horner_bezier_curve (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/mesa/math/ |
H A D | m_eval.c | 74 _math_horner_bezier_curve(const GLfloat * cp, GLfloat * out, GLfloat t, in _math_horner_bezier_curve() function 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() 169 _math_horner_bezier_curve(cn, &cp[i * dim], v, dim, vorder); 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()
|
H A D | m_eval.h | 60 _math_horner_bezier_curve(const GLfloat *cp, GLfloat *out, GLfloat t,
|
/third_party/mesa3d/src/mesa/vbo/ |
H A D | vbo_exec_eval.c | 140 _math_horner_bezier_curve(map->Points, &data[0].f, uu, in vbo_exec_do_EvalCoord1f() 159 _math_horner_bezier_curve(map->Points, vertex, uu, in vbo_exec_do_EvalCoord1f()
|
Completed in 2 milliseconds