OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_math_horner_bezier_curve
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/mesa/math/
m_eval.h
60
_math_horner_bezier_curve
(const GLfloat *cp, GLfloat *out, GLfloat t,
m_eval.c
74
_math_horner_bezier_curve
(const GLfloat * cp, GLfloat * out, GLfloat t,
function
153
_math_horner_bezier_curve
(cp, out, v, dim, vorder);
156
_math_horner_bezier_curve
(cn, out, v, dim, vorder);
169
_math_horner_bezier_curve
(cn, &cp[i * dim], v, dim, vorder);
173
_math_horner_bezier_curve
(cp, out, u, dim, uorder);
176
_math_horner_bezier_curve
(cn, out, u, dim, uorder);
/external/mesa3d/src/mesa/vbo/
vbo_exec_eval.c
138
_math_horner_bezier_curve
(map->Points, &data[0].f, uu,
157
_math_horner_bezier_curve
(map->Points, vertex, uu,
Completed in 114 milliseconds