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

  /xsrc/external/mit/mesa-demos/dist/src/redbook/
multisamp.c 180 glutInitDisplayMode (GLUT_DOUBLE | GLUT_RGB | GLUT_MULTISAMPLE);
pointp.c 168 glutInitDisplayMode (GLUT_RGB | GLUT_DOUBLE | GLUT_DEPTH | GLUT_MULTISAMPLE);
  /xsrc/external/mit/mesa-demos/dist/src/tests/
antialias.c 220 GLUT_DEPTH | GLUT_MULTISAMPLE );
  /xsrc/external/mit/mesa-demos/dist/src/demos/
pointblast.c 433 glutInitDisplayMode(GLUT_RGB | GLUT_DOUBLE | GLUT_DEPTH | GLUT_MULTISAMPLE);
spriteblast.c 608 glutInitDisplayMode(GLUT_RGB | GLUT_DOUBLE | GLUT_DEPTH | GLUT_MULTISAMPLE);
  /xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
glutWindow.cpp 548 if(gState.displayMode & GLUT_MULTISAMPLE) {
glutint.h 127 #define GLUT_WIND_IS_MULTISAMPLE(x) (((x) & GLUT_MULTISAMPLE) != 0)
  /xsrc/external/mit/MesaGLUT/dist/include/GL/
glut.h 202 #define GLUT_MULTISAMPLE 128
  /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
glutint.h 142 #define GLUT_WIND_IS_MULTISAMPLE(x) (((x) & GLUT_MULTISAMPLE) != 0)
glut_win.c 422 displayMode &= ~GLUT_MULTISAMPLE;

Completed in 14 milliseconds