Searched refs:cylindre (Results 1 - 1 of 1) sorted by relevance

/external/eigen/demos/opengl/
H A Dgpuhelper.cpp58 static GLUquadricObj *cylindre = gluNewQuadric(); local
70 gluCylinder(cylindre, length/aspect, length/aspect, 0.8*length, 10, 10);
72 gluCylinder(cylindre, 2.0*length/aspect, 0.0, 0.2*length, 10, 10);
79 static GLUquadricObj *cylindre = gluNewQuadric(); local
91 gluCylinder(cylindre, length/aspect, length/aspect, 0.8*length, 10, 10);

Completed in 413 milliseconds