HomeSort by: relevance | last modified time | path
    Searched refs:GLUT_LUMINANCE (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
glutWindow.cpp 555 if(gState.displayMode & GLUT_LUMINANCE) {
glutint.h 129 #define GLUT_WIND_IS_LUMINANCE(x) (((x) & GLUT_LUMINANCE) != 0)
  /xsrc/external/mit/MesaGLUT/dist/include/GL/
glut.h 206 #define GLUT_LUMINANCE 512
  /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
glutint.h 144 #define GLUT_WIND_IS_LUMINANCE(x) (((x) & GLUT_LUMINANCE) != 0)

Completed in 6 milliseconds