Home
last modified time | relevance | path

Searched refs:accum_alpha_size (Results 1 – 9 of 9) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/photon/
DSDL_ph_gl.c84 *value=this->gl_config.accum_alpha_size; in ph_GL_GetAttribute()
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/wincommon/
DSDL_wingl.c212 GL_pfd.cAccumAlphaBits = this->gl_config.accum_alpha_size; in WIN_GL_SetupWindow()
274 if ( this->gl_config.accum_alpha_size ) { in WIN_GL_SetupWindow()
276 *iAttr++ = this->gl_config.accum_alpha_size; in WIN_GL_SetupWindow()
/external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
DSDL_macgl.c83 attributes[i++] = this->gl_config.accum_alpha_size; in Mac_GL_Init()
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
DSDL_x11gl.c173 if( this->gl_config.accum_alpha_size ) { in X11_GL_GetVisual()
175 attribs[i++] = this->gl_config.accum_alpha_size; in X11_GL_GetVisual()
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
DSDL_QuartzGL.m110 this->gl_config.accum_alpha_size) > 0 ) {
112 …s->gl_config.accum_green_size + this->gl_config.accum_blue_size + this->gl_config.accum_alpha_size;
/external/qemu/distrib/sdl-1.2.15/src/video/
DSDL_sysvideo.h306 int accum_alpha_size; member
DSDL_video.c237 video->gl_config.accum_alpha_size = 0; in SDL_VideoInit()
1489 video->gl_config.accum_alpha_size = value; in SDL_GL_SetAttribute()
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
DSDL_sysvideo.cc521 || _this->gl_config.accum_alpha_size > 0) in BE_SetVideoMode()
/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
DSDL_atarigl.c481 this->gl_config.accum_alpha_size; in InitNew()