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

/haiku/src/apps/glteapot/
H A DObjectView.h87 bool fFps, fLimitFps, fLastGouraud, fGouraud; member in class:ObjectView
H A DObjectView.cpp144 fGouraud(true),
369 fGouraud = !fGouraud;
640 glShadeModel(fGouraud ? GL_SMOOTH : GL_FLAT);
683 if (fGouraud != fLastGouraud) {
685 glShadeModel(fGouraud ? GL_SMOOTH : GL_FLAT);
687 fLastGouraud = fGouraud;

Completed in 100 milliseconds