HomeSort by relevance Sort by last modified time
    Searched refs:multisamplebuffers (Results 1 - 6 of 6) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
SDL_macgl.c 89 if ( this->gl_config.multisamplebuffers != 0 ) {
91 attributes[i++] = this->gl_config.multisamplebuffers;
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzGL.m 115 if ( this->gl_config.multisamplebuffers != 0 ) {
117 attr[i++] = this->gl_config.multisamplebuffers;
  /external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_wingl.c 284 if ( this->gl_config.multisamplebuffers ) {
286 *iAttr++ = this->gl_config.multisamplebuffers;
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11gl.c 182 if( this->gl_config.multisamplebuffers ) {
184 attribs[i++] = this->gl_config.multisamplebuffers;
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_sysvideo.h 308 int multisamplebuffers; member in struct:SDL_VideoDevice::__anon26781
SDL_video.c 239 video->gl_config.multisamplebuffers = 0;
    [all...]

Completed in 402 milliseconds