Searched refs:swap_control (Results 1 – 5 of 5) sorted by relevance
281 if ( this->gl_config.swap_control >= 0 ) { in X11_GL_CreateContext()283 this->gl_data->glXSwapIntervalMESA(this->gl_config.swap_control); in X11_GL_CreateContext()285 this->gl_data->glXSwapIntervalSGI(this->gl_config.swap_control); in X11_GL_CreateContext()
144 if ( this->gl_config.swap_control >= 0 ) {146 value = this->gl_config.swap_control;
360 if ( this->gl_config.swap_control >= 0 ) { in WIN_GL_SetupWindow()362 this->gl_data->wglSwapIntervalEXT(this->gl_config.swap_control); in WIN_GL_SetupWindow()
311 int swap_control; member
236 video->gl_config.swap_control = -1; /* not known, don't set */ in SDL_VideoInit()1482 video->gl_config.swap_control = value; in SDL_GL_SetAttribute()