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

/xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/
H A Dtorus.c77 GLfloat ringDelta, sideDelta; local in function:draw_torus
89 sideDelta = 2.0 * M_PI / nsides;
106 phi += sideDelta;
H A Dpbuffer.c63 GLfloat ringDelta, sideDelta; local in function:draw_torus
75 sideDelta = 2.0 * M_PI / nsides;
92 phi += sideDelta;
H A Drender_tex.c66 GLfloat ringDelta, sideDelta; local in function:draw_torus
78 sideDelta = 2.0 * M_PI / nsides;
95 phi += sideDelta;
/xsrc/external/mit/mesa-demos/dist/src/osdemos/
H A Dosdemo.c64 const GLfloat sideDelta = 2.0 * M_PI / sides; local in function:Torus
78 phi += sideDelta;
/xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
H A Dglut_shapes.c184 GLfloat ringDelta, sideDelta; local in function:doughnut
187 sideDelta = 2.0 * M_PI / nsides;
201 phi += sideDelta;
/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglut_shapes.c184 GLfloat ringDelta, sideDelta; local in function:doughnut
187 sideDelta = 2.0 * M_PI / nsides;
201 phi += sideDelta;

Completed in 6 milliseconds