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

  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11gl.c 291 if ( this->gl_config.swap_control >= 0 ) {
295 this->gl_config.swap_control);
297 rc = this->gl_data->glXSwapIntervalMESA(this->gl_config.swap_control);
299 rc = this->gl_data->glXSwapIntervalSGI(this->gl_config.swap_control);
302 this->gl_data->swap_interval = this->gl_config.swap_control;
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzGL.m 155 if ( this->gl_config.swap_control >= 0 ) {
157 value = this->gl_config.swap_control;
  /external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_wingl.c 372 if ( this->gl_config.swap_control >= 0 ) {
374 this->gl_data->wglSwapIntervalEXT(this->gl_config.swap_control);
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_sysvideo.h 311 int swap_control; member in struct:SDL_VideoDevice::__anon33152
SDL_video.c 242 video->gl_config.swap_control = -1; /* not known, don't set */
    [all...]

Completed in 254 milliseconds