Home
last modified time | relevance | path

Searched refs:red_size (Results 1 – 6 of 6) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
DSDL_macgl.c49 if ( this->gl_config.red_size != 0 && in Mac_GL_Init()
53 attributes[i++] = this->gl_config.red_size; in Mac_GL_Init()
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
DSDL_ph_gl.c63 *value=this->gl_config.red_size; in ph_GL_GetAttribute()
360 …fprintf(stderr, "ARGB: %d, %d, %d, %d\n", this->gl_config.alpha_size, this->gl_config.red_size, th… in ph_SetupOpenGLContext()
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
DSDL_wingl.c205 GL_pfd.cRedBits = this->gl_config.red_size; in WIN_GL_SetupWindow()
225 *iAttr++ = this->gl_config.red_size; in WIN_GL_SetupWindow()
/external/qemu/distrib/sdl-1.2.15/src/video/
DSDL_sysvideo.h295 int red_size; member
DSDL_video.c226 video->gl_config.red_size = 3; in SDL_VideoInit()
1456 video->gl_config.red_size = value; in SDL_GL_SetAttribute()
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
DSDL_x11gl.c135 attribs[i++] = this->gl_config.red_size; in X11_GL_GetVisual()