Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.12/src/video/photon/
DSDL_ph_gl.c53 *value=this->gl_config.double_buffer; in ph_GL_GetAttribute()
243 if (this->gl_config.double_buffer) in ph_SetupOpenGLContext()
341 if (this->gl_config.double_buffer) in ph_SetupOpenGLContext()
/external/qemu/distrib/sdl-1.2.12/src/video/maccommon/
DSDL_macgl.c61 if ( this->gl_config.double_buffer ) { in Mac_GL_Init()
/external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
DSDL_cgxgl.c51 if ( this->gl_config.double_buffer ) { in CGX_GL_Init()
/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
DSDL_wingl.c196 if ( this->gl_config.double_buffer ) { in WIN_GL_SetupWindow()
238 *iAttr++ = this->gl_config.double_buffer; in WIN_GL_SetupWindow()
/external/qemu/distrib/sdl-1.2.12/src/video/
DSDL_sysvideo.h302 int double_buffer; member
DSDL_video.c227 video->gl_config.double_buffer = 1; in SDL_VideoInit()
1446 video->gl_config.double_buffer = value; in SDL_GL_SetAttribute()
/external/qemu/distrib/sdl-1.2.12/src/video/x11/
DSDL_x11gl.c139 if( this->gl_config.double_buffer ) { in X11_GL_GetVisual()
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/
DSDL_QuartzGL.m83 if ( this->gl_config.double_buffer ) {
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
DSDL_sysvideo.cc500 if (_this->gl_config.double_buffer) in BE_SetVideoMode()
/external/qemu/distrib/sdl-1.2.12/src/video/xbios/
DSDL_xbios.c585 if (this->gl_config.double_buffer) { in XBIOS_SetVideoMode()