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

/xsrc/external/mit/glu/dist/src/libutil/
H A Dquad.c40 #define CACHE_SIZE 240 macro
154 GLfloat sinCache[CACHE_SIZE];
155 GLfloat cosCache[CACHE_SIZE];
156 GLfloat sinCache2[CACHE_SIZE];
157 GLfloat cosCache2[CACHE_SIZE];
158 GLfloat sinCache3[CACHE_SIZE];
159 GLfloat cosCache3[CACHE_SIZE];
170 if (slices >= CACHE_SIZE) slices = CACHE_SIZE-1;
436 GLfloat sinCache[CACHE_SIZE];
[all...]

Completed in 3 milliseconds