Searched refs:stencil_size (Results 1 - 9 of 9) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/photon/
H A DSDL_ph_gl.c56 *value=this->gl_config.stencil_size;
228 if (this->gl_config.stencil_size)
231 OGLAttrib[OGLargc++]=this->gl_config.stencil_size;
314 if (this->gl_config.stencil_size)
316 qnxgl_attribs_slide = qnxgl_attrib_set_stencil(qnxgl_attribs_slide, this->gl_config.stencil_size);
/external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
H A DSDL_macgl.c68 if ( this->gl_config.stencil_size != 0 ) {
70 attributes[i++] = this->gl_config.stencil_size;
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
H A DSDL_QuartzGL.m102 if ( this->gl_config.stencil_size != 0 ) {
104 attr[i++] = this->gl_config.stencil_size;
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
H A DSDL_wingl.c217 GL_pfd.cStencilBits = this->gl_config.stencil_size;
254 if ( this->gl_config.stencil_size ) {
256 *iAttr++ = this->gl_config.stencil_size;
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11gl.c153 if( this->gl_config.stencil_size ) {
155 attribs[i++] = this->gl_config.stencil_size;
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_sysvideo.h301 int stencil_size; member in struct:SDL_VideoDevice::__anon11390
H A DSDL_video.c232 video->gl_config.stencil_size = 0;
1477 video->gl_config.stencil_size = value;
/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
H A DSDL_atarigl.c486 (gl_curstencil == this->gl_config.stencil_size) &&
495 this->gl_config.stencil_size, newaccumsize, NULL );
500 gl_curstencil = this->gl_config.stencil_size;
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
H A DSDL_sysvideo.cc516 if (_this->gl_config.stencil_size > 0)

Completed in 120 milliseconds