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

/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dreflect.c55 GLenum showBuffer; member in struct:window
379 if (w->showBuffer == GL_DEPTH) {
382 else if (w->showBuffer == GL_STENCIL) {
385 else if (w->showBuffer == GL_ALPHA) {
452 w->showBuffer = GL_DEPTH;
456 w->showBuffer = GL_STENCIL;
460 w->showBuffer = GL_ALPHA;
464 w->showBuffer = GL_NONE;
548 w->showBuffer = GL_NONE;

Completed in 2 milliseconds