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

/xsrc/external/mit/mesa-demos/dist/src/redbook/
H A Dalpha3D.c56 static GLuint sphereList, cubeList; variable in typeref:typename:GLuint
72 sphereList = glGenLists(1);
73 glNewList(sphereList, GL_COMPILE);
96 glCallList (sphereList);

Completed in 3 milliseconds