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.12/src/video/quartz/
SDL_QuartzGL.m 144 if ( this->gl_config.swap_control >= 0 ) {
146 value = this->gl_config.swap_control;
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11gl.c 281 if ( this->gl_config.swap_control >= 0 ) {
283 this->gl_data->glXSwapIntervalMESA(this->gl_config.swap_control);
285 this->gl_data->glXSwapIntervalSGI(this->gl_config.swap_control);
  /external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_wingl.c 360 if ( this->gl_config.swap_control >= 0 ) {
362 this->gl_data->wglSwapIntervalEXT(this->gl_config.swap_control);
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_sysvideo.h 311 int swap_control; member in struct:SDL_VideoDevice::__anon10765
SDL_video.c 236 video->gl_config.swap_control = -1; /* not known, don't set */
    [all...]

Completed in 74 milliseconds