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

/xsrc/external/mit/glu/dist/src/libutil/
H A Dquad.c162 GLfloat sintemp, costemp; local in function:gluCylinder
321 costemp = cosCache[i];
331 radiusLow * costemp, zLow);
402 costemp = cosCache[i];
413 radiusLow * costemp, zLow);
439 GLfloat sintemp, costemp; local in function:gluPartialDisk
584 costemp = cosCache[i];
594 glVertex3f(radiusLow * sintemp, radiusLow * costemp, 0.0);
633 costemp = cosCache[i];
645 glVertex3f(radiusLow * sintemp, radiusLow * costemp, 0.
[all...]

Completed in 2 milliseconds