Home
last modified time | relevance | path

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

/reactos/dll/opengl/glu32/src/libnurbs/interface/
H A Dglinterface.cc200 GLint tknot_count, GLfloat *tknot, in gluNurbsSurface() argument
220 tknot_count, tknot, in gluNurbsSurface()
229 r->nurbssurface(sknot_count, sknot, tknot_count, tknot, in gluNurbsSurface()
/reactos/dll/opengl/glu32/src/libnurbs/internals/
H A Dnurbsinterfac.cc321 long tknot_count, /* number of t knots */ in nurbssurface() argument
355 tknotvector.init( tknot_count, t_byte_stride, torder, tknot ); in nurbssurface()