Searched refs:double_buffer (Results 1 – 13 of 13) sorted by relevance
56 if (wdata->double_buffer) { in RPI_GLES_SwapWindow()
336 wdata->double_buffer = SDL_FALSE; in RPI_CreateWindow()340 wdata->double_buffer = SDL_TRUE; in RPI_CreateWindow()363 if (data->double_buffer) { in RPI_DestroyWindow()
55 SDL_bool double_buffer; member
73 SDL_bool double_buffer; member
86 if (windata->double_buffer) { in KMSDRM_GLES_SwapWindow()
794 windata->double_buffer = SDL_FALSE; in KMSDRM_CreateWindow()797 windata->double_buffer = SDL_TRUE; in KMSDRM_CreateWindow()
115 if (_this->gl_config.double_buffer) { in HAIKU_GL_CreateContext()
213 if (_this->gl_config.double_buffer) { in WIN_GL_SetupPixelFormat()556 *iAttr++ = _this->gl_config.double_buffer; in WIN_GL_SetupWindowInternal()
344 int double_buffer; member
3148 _this->gl_config.double_buffer = 1; in SDL_GL_ResetAttributes()3212 _this->gl_config.double_buffer = value; in SDL_GL_SetAttribute()3374 *value = _this->gl_config.double_buffer; in SDL_GL_GetAttribute()
700 _this->gl_config.double_buffer = 0; in PND_gl_createcontext()
239 if (_this->gl_config.double_buffer) {
513 if (_this->gl_config.double_buffer) { in X11_GL_GetAttributes()
Completed in 21 milliseconds