HomeSort by: relevance | last modified time | path
    Searched defs:sphereList (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/mesa-demos/dist/src/redbook/
alpha3D.c 56 static GLuint sphereList, cubeList;
72 sphereList = glGenLists(1);
73 glNewList(sphereList, GL_COMPILE);
96 glCallList (sphereList);
alpha3D.c 56 static GLuint sphereList, cubeList;
72 sphereList = glGenLists(1);
73 glNewList(sphereList, GL_COMPILE);
96 glCallList (sphereList);

Completed in 69 milliseconds