Home
last modified time | relevance | path

Searched refs:accum_red_size (Results 1 – 17 of 17) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/photon/
DSDL_ph_gl.c75 *value=this->gl_config.accum_red_size; in ph_GL_GetAttribute()
320 if ((this->gl_config.accum_red_size != 0) && (this->gl_config.accum_blue_size != 0) && in ph_SetupOpenGLContext()
324 this->gl_config.accum_red_size + this->gl_config.accum_blue_size + in ph_SetupOpenGLContext()
/external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
DSDL_macgl.c72 if ( this->gl_config.accum_red_size != 0 && in Mac_GL_Init()
77 attributes[i++] = this->gl_config.accum_red_size; in Mac_GL_Init()
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
DSDL_wingl.c209 GL_pfd.cAccumRedBits = this->gl_config.accum_red_size; in WIN_GL_SetupWindow()
259 if ( this->gl_config.accum_red_size ) { in WIN_GL_SetupWindow()
261 *iAttr++ = this->gl_config.accum_red_size; in WIN_GL_SetupWindow()
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
Dxmesa.h140 GLint accum_red_size,
Dxm_api.c748 GLint accum_red_size, in XMesaCreateVisual() argument
853 accum_red_size, accum_green_size, in XMesaCreateVisual()
/external/mesa3d/src/mesa/drivers/x11/
Dxmesa.h140 GLint accum_red_size,
Dxm_api.c748 GLint accum_red_size, in XMesaCreateVisual() argument
853 accum_red_size, accum_green_size, in XMesaCreateVisual()
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
Dxm_api.h119 GLint accum_red_size,
Dxm_api.c674 GLint accum_red_size, in XMesaCreateVisual() argument
777 vis->accumRedBits = accum_red_size; in XMesaCreateVisual()
782 vis->haveAccumBuffer = accum_red_size > 0; in XMesaCreateVisual()
811 v->stvis.accum_format = (accum_red_size + in XMesaCreateVisual()
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dxm_api.h119 GLint accum_red_size,
Dxm_api.c674 GLint accum_red_size, in XMesaCreateVisual() argument
777 vis->accumRedBits = accum_red_size; in XMesaCreateVisual()
782 vis->haveAccumBuffer = accum_red_size > 0; in XMesaCreateVisual()
811 v->stvis.accum_format = (accum_red_size + in XMesaCreateVisual()
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
DSDL_QuartzGL.m107 if ( (this->gl_config.accum_red_size +
112 …attr[i++] = this->gl_config.accum_red_size + this->gl_config.accum_green_size + this->gl_config.ac…
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
DSDL_x11gl.c158 if( this->gl_config.accum_red_size ) { in X11_GL_GetVisual()
160 attribs[i++] = this->gl_config.accum_red_size; in X11_GL_GetVisual()
/external/qemu/distrib/sdl-1.2.15/src/video/
DSDL_sysvideo.h303 int accum_red_size; member
DSDL_video.c234 video->gl_config.accum_red_size = 0; in SDL_VideoInit()
1480 video->gl_config.accum_red_size = value; in SDL_GL_SetAttribute()
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
DSDL_sysvideo.cc518 if (_this->gl_config.accum_red_size > 0 in BE_SetVideoMode()
/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
DSDL_atarigl.c478 this->gl_config.accum_red_size + in InitNew()