Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.15/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.15/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.15/src/video/wincommon/
DSDL_wingl.c210 GL_pfd.cAccumGreenBits = this->gl_config.accum_green_size; in WIN_GL_SetupWindow()
264 if ( this->gl_config.accum_green_size ) { in WIN_GL_SetupWindow()
266 *iAttr++ = this->gl_config.accum_green_size; in WIN_GL_SetupWindow()
/external/mesa3d/src/mesa/drivers/x11/
Dxmesa.h141 GLint accum_green_size,
Dxm_api.c749 GLint accum_green_size, in XMesaCreateVisual() argument
853 accum_red_size, accum_green_size, in XMesaCreateVisual()
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
Dxmesa.h141 GLint accum_green_size,
Dxm_api.c749 GLint accum_green_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.h120 GLint accum_green_size,
Dxm_api.c675 GLint accum_green_size, in XMesaCreateVisual() argument
778 vis->accumGreenBits = accum_green_size; in XMesaCreateVisual()
812 accum_green_size + accum_blue_size + accum_alpha_size) ? in XMesaCreateVisual()
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dxm_api.h120 GLint accum_green_size,
Dxm_api.c675 GLint accum_green_size, in XMesaCreateVisual() argument
778 vis->accumGreenBits = accum_green_size; in XMesaCreateVisual()
812 accum_green_size + accum_blue_size + accum_alpha_size) ? in XMesaCreateVisual()
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
DSDL_x11gl.c163 if( this->gl_config.accum_green_size ) { in X11_GL_GetVisual()
165 attribs[i++] = this->gl_config.accum_green_size; in X11_GL_GetVisual()
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
DSDL_QuartzGL.m108 this->gl_config.accum_green_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/
DSDL_sysvideo.h304 int accum_green_size; member
DSDL_video.c235 video->gl_config.accum_green_size = 0; in SDL_VideoInit()
1483 video->gl_config.accum_green_size = value; in SDL_GL_SetAttribute()
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
DSDL_sysvideo.cc519 || _this->gl_config.accum_green_size > 0 in BE_SetVideoMode()
/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
DSDL_atarigl.c479 this->gl_config.accum_green_size + in InitNew()