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

/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dtessdemo.c28 static GLuint list_start; variable in typeref:typename:GLuint
165 list_start = glGenLists( 2 );
177 glNewList( list_start, GL_COMPILE );
200 glNewList( list_start + 1, GL_COMPILE );
365 glCallList( list_start );
368 glCallList( list_start + 1 );
388 glDeleteLists( list_start, 2 );
389 list_start = 0;

Completed in 2 milliseconds