Home
last modified time | relevance | path

Searched refs:horner_bezier_surf (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/opengl/mesa/
H A Deval.c176 horner_bezier_surf(GLfloat *cn, GLfloat *out, GLfloat u, GLfloat v, in horner_bezier_surf() function
2116 horner_bezier_surf(map->Points, vertex, uu, vv, 4, in gl_EvalCoord2f()
2132 horner_bezier_surf(map->Points, vertex, uu, vv, 3, in gl_EvalCoord2f()
2145 horner_bezier_surf(map->Points, &findex, uu, vv, 1, in gl_EvalCoord2f()
2158 horner_bezier_surf(map->Points, fcolor, uu, vv, 4, in gl_EvalCoord2f()
2179 horner_bezier_surf(map->Points, normal, uu, vv, 3, in gl_EvalCoord2f()
2194 horner_bezier_surf(map->Points, texcoord, uu, vv, 4, in gl_EvalCoord2f()
2201 horner_bezier_surf(map->Points, texcoord, uu, vv, 3, in gl_EvalCoord2f()
2209 horner_bezier_surf(map->Points, texcoord, uu, vv, 2, in gl_EvalCoord2f()
2218 horner_bezier_surf(map->Points, texcoord, uu, vv, 1, in gl_EvalCoord2f()