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

/xsrc/external/mit/mesa-demos/dist/src/redbook/
H A Dalpha3D.c56 static GLuint sphereList, cubeList; variable in typeref:typename:GLuint
77 cubeList = glGenLists(1);
78 glNewList(cubeList, GL_COMPILE);
108 glCallList (cubeList);
/xsrc/external/mit/mesa-demos/dist/src/samples/
H A Dfog.c39 GLint cubeList = 1; variable in typeref:typename:GLint
102 glNewList(cubeList, GL_COMPILE);
245 glCallList(cubeList);

Completed in 4 milliseconds