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

/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dipers.c74 static GLuint skydlist, LODdlist[MAX_LOD], LODnumpoly[MAX_LOD]; variable in typeref:typename:GLuint[][]
133 LODnumpoly[i] = xslices * (yslices - 2) + 2 * (xslices - 1);
253 glDeleteLists(LODnumpoly[i], 1);
558 totpoly += LODnumpoly[lod];

Completed in 3 milliseconds