Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.12/src/video/photon/
DSDL_ph_gl.c78 *value=this->gl_config.accum_green_size; in ph_GL_GetAttribute()
321 (this->gl_config.accum_green_size != 0)) in ph_SetupOpenGLContext()
325 this->gl_config.accum_green_size + this->gl_config.accum_alpha_size); in ph_SetupOpenGLContext()
/external/qemu/distrib/sdl-1.2.12/src/video/maccommon/
DSDL_macgl.c74 this->gl_config.accum_green_size != 0 ) { in Mac_GL_Init()
79 attributes[i++] = this->gl_config.accum_green_size; in Mac_GL_Init()
/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
DSDL_wingl.c209 GL_pfd.cAccumGreenBits = this->gl_config.accum_green_size; in WIN_GL_SetupWindow()
253 if ( this->gl_config.accum_green_size ) { in WIN_GL_SetupWindow()
255 *iAttr++ = this->gl_config.accum_green_size; in WIN_GL_SetupWindow()
/external/qemu/distrib/sdl-1.2.12/src/video/x11/
DSDL_x11gl.c156 if( this->gl_config.accum_green_size ) { in X11_GL_GetVisual()
158 attribs[i++] = this->gl_config.accum_green_size; in X11_GL_GetVisual()
/external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
DSDL_cgxgl.c80 this->gl_config.accum_green_size != 0 ) { in CGX_GL_Init()
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/
DSDL_QuartzGL.m97 this->gl_config.accum_green_size +
101 …attr[i++] = this->gl_config.accum_red_size + this->gl_config.accum_green_size + this->gl_config.ac…
/external/qemu/distrib/sdl-1.2.12/src/video/
DSDL_sysvideo.h304 int accum_green_size; member
DSDL_video.c229 video->gl_config.accum_green_size = 0; in SDL_VideoInit()
1461 video->gl_config.accum_green_size = value; in SDL_GL_SetAttribute()
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
DSDL_sysvideo.cc511 || _this->gl_config.accum_green_size > 0 in BE_SetVideoMode()
/external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/
DSDL_atarigl.c481 this->gl_config.accum_green_size + in InitNew()