Home
last modified time | relevance | path

Searched refs:depth_size (Results 1 – 10 of 10) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/video/photon/
DSDL_ph_gl.c59 *value=this->gl_config.depth_size; in ph_GL_GetAttribute()
223 if (this->gl_config.depth_size) in ph_SetupOpenGLContext()
226 OGLAttrib[OGLargc++]=this->gl_config.depth_size; in ph_SetupOpenGLContext()
307 if (this->gl_config.depth_size) in ph_SetupOpenGLContext()
309 fprintf(stderr, "setted depth size %d\n", this->gl_config.depth_size); in ph_SetupOpenGLContext()
310 … qnxgl_attribs_slide = qnxgl_attrib_set_depth(qnxgl_attribs_slide, this->gl_config.depth_size); in ph_SetupOpenGLContext()
/external/qemu/distrib/sdl-1.2.12/src/video/maccommon/
DSDL_macgl.c64 if ( this->gl_config.depth_size != 0 ) { in Mac_GL_Init()
66 attributes[i++] = this->gl_config.depth_size; in Mac_GL_Init()
/external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
DSDL_cgxgl.c68 if ( this->gl_config.depth_size == 0 ) { in CGX_GL_Init()
/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
DSDL_wingl.c215 GL_pfd.cDepthBits = this->gl_config.depth_size; in WIN_GL_SetupWindow()
241 *iAttr++ = this->gl_config.depth_size; in WIN_GL_SetupWindow()
/external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/
DSDL_atarigl.c487 (gl_curdepth == this->gl_config.depth_size) && in InitNew()
496 osmesa_format, this->gl_config.depth_size, in InitNew()
501 gl_curdepth = this->gl_config.depth_size; in InitNew()
/external/qemu/distrib/sdl-1.2.12/src/video/
DSDL_sysvideo.h299 int depth_size; member
DSDL_video.c225 video->gl_config.depth_size = 16; in SDL_VideoInit()
1452 video->gl_config.depth_size = value; in SDL_GL_SetAttribute()
/external/qemu/distrib/sdl-1.2.12/src/video/x11/
DSDL_x11gl.c144 attribs[i++] = this->gl_config.depth_size; in X11_GL_GetVisual()
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/
DSDL_QuartzGL.m81 attr[i++] = this->gl_config.depth_size;
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
DSDL_sysvideo.cc506 if (_this->gl_config.depth_size > 0) in BE_SetVideoMode()