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

/xsrc/external/mit/glu/dist/src/libutil/
H A Dquad.c167 GLfloat radiusLow, radiusHigh; local in function:gluCylinder
262 radiusHigh = baseRadius - deltaRadius * ((float) (j + 1) / stacks);
288 glVertex3f(radiusHigh * sinCache[i],
289 radiusHigh * cosCache[i], zHigh);
295 glVertex3f(radiusHigh * sinCache[i],
296 radiusHigh * cosCache[i], zHigh);
441 GLfloat radiusLow, radiusHigh; local in function:gluPartialDisk
539 radiusHigh = outerRadius - deltaRadius * ((float) (j + 1) / loops);
542 texHigh = radiusHigh / outerRadius / 2;
559 glVertex3f(radiusHigh * sinCach
[all...]

Completed in 2 milliseconds