Searched refs:ctlarray (Results 1 – 2 of 2) sorted by relevance
/reactos/dll/opengl/glu32/src/libnurbs/interface/ |
H A D | glinterface.cc | 174 INREAL ctlarray[], GLint order, GLenum type) in gluNurbsCurve() argument 177 OTL_nurbsCurve(tempTrim, nknots, knot, stride, ctlarray, order, type); in gluNurbsCurve() 194 r->nurbscurve(nknots, knot, sizeof(INREAL) * stride, ctlarray, order, in gluNurbsCurve() 202 GLfloat *ctlarray, GLint sorder, GLint torder, in gluNurbsSurface() argument 223 ctlarray, in gluNurbsSurface() 231 ctlarray, sorder, torder, type); in gluNurbsSurface()
|
/reactos/dll/opengl/glu32/src/libnurbs/internals/ |
H A D | nurbsinterfac.cc | 273 INREAL ctlarray[], /* pointer to first control point */ in nurbscurve() argument 286 if( ctlarray == 0 ) { in nurbscurve() 305 o_nurbscurve->bezier_curves->toBezier( knots,ctlarray, mapdesc->getNcoords() ); in nurbscurve() 325 INREAL ctlarray[], /* pointer to first control point */ in nurbssurface() argument 362 ctlarray, mapdesc->getNcoords() ); in nurbssurface()
|