Home
last modified time | relevance | path

Searched refs:double_buffer (Results 1 – 13 of 13) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/raspberry/
A DSDL_rpiopengles.c56 if (wdata->double_buffer) { in RPI_GLES_SwapWindow()
A DSDL_rpivideo.c336 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()
A DSDL_rpivideo.h55 SDL_bool double_buffer; member
/AliOS-Things-master/components/SDL2/src/video/kmsdrm/
A DSDL_kmsdrmvideo.h73 SDL_bool double_buffer; member
A DSDL_kmsdrmopengles.c86 if (windata->double_buffer) { in KMSDRM_GLES_SwapWindow()
A DSDL_kmsdrmvideo.c794 windata->double_buffer = SDL_FALSE; in KMSDRM_CreateWindow()
797 windata->double_buffer = SDL_TRUE; in KMSDRM_CreateWindow()
/AliOS-Things-master/components/SDL2/src/video/haiku/
A DSDL_bopengl.cc115 if (_this->gl_config.double_buffer) { in HAIKU_GL_CreateContext()
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsopengl.c213 if (_this->gl_config.double_buffer) { in WIN_GL_SetupPixelFormat()
556 *iAttr++ = _this->gl_config.double_buffer; in WIN_GL_SetupWindowInternal()
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_sysvideo.h344 int double_buffer; member
A DSDL_video.c3148 _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()
/AliOS-Things-master/components/SDL2/src/video/pandora/
A DSDL_pandora.c700 _this->gl_config.double_buffer = 0; in PND_gl_createcontext()
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoaopengl.m239 if (_this->gl_config.double_buffer) {
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11opengl.c513 if (_this->gl_config.double_buffer) { in X11_GL_GetAttributes()

Completed in 21 milliseconds