Searched refs:ringDelta (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
88 ringDelta = 2.0 * M_PI / rings;
95 theta1 = theta + ringDelta;
H A Dpbuffer.c63 GLfloat ringDelta, sideDelta; local in function:draw_torus
74 ringDelta = 2.0 * M_PI / rings;
81 theta1 = theta + ringDelta;
H A Drender_tex.c66 GLfloat ringDelta, sideDelta; local in function:draw_torus
77 ringDelta = 2.0 * M_PI / rings;
84 theta1 = theta + ringDelta;
/xsrc/external/mit/mesa-demos/dist/src/osdemos/
H A Dosdemo.c63 const GLfloat ringDelta = 2.0 * M_PI / rings; local in function:Torus
70 theta1 = theta + ringDelta;
/xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
H A Dglut_shapes.c184 GLfloat ringDelta, sideDelta; local in function:doughnut
186 ringDelta = 2.0 * M_PI / rings;
193 theta1 = theta + ringDelta;
/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglut_shapes.c184 GLfloat ringDelta, sideDelta; local in function:doughnut
186 ringDelta = 2.0 * M_PI / rings;
193 theta1 = theta + ringDelta;

Completed in 6 milliseconds