Searched refs:accum_green_size (Results 1 – 17 of 17) sorted by relevance
/external/qemu/distrib/sdl-1.2.15/src/video/photon/ |
D | SDL_ph_gl.c | 78 *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/ |
D | SDL_macgl.c | 74 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/ |
D | SDL_wingl.c | 210 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/ |
D | xmesa.h | 141 GLint accum_green_size,
|
D | xm_api.c | 749 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/ |
D | xmesa.h | 141 GLint accum_green_size,
|
D | xm_api.c | 749 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/ |
D | xm_api.h | 120 GLint accum_green_size,
|
D | xm_api.c | 675 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/ |
D | xm_api.h | 120 GLint accum_green_size,
|
D | xm_api.c | 675 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/ |
D | SDL_x11gl.c | 163 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/ |
D | SDL_QuartzGL.m | 108 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/ |
D | SDL_sysvideo.h | 304 int accum_green_size; member
|
D | SDL_video.c | 235 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/ |
D | SDL_sysvideo.cc | 519 || _this->gl_config.accum_green_size > 0 in BE_SetVideoMode()
|
/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/ |
D | SDL_atarigl.c | 479 this->gl_config.accum_green_size + in InitNew()
|