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

/xsrc/external/mit/mesa-demos/dist/src/redbook/
H A Dlist.c47 GLuint listName; variable in typeref:typename:GLuint
51 listName = glGenLists (1);
52 glNewList (listName, GL_COMPILE);
79 glCallList (listName);

Completed in 2 milliseconds