Searched refs:stencil_size (Results 1 – 11 of 11) sorted by relevance
111 if (_this->gl_config.stencil_size) { in NACL_GLES_CreateContext()113 attribs[i++] = _this->gl_config.stencil_size; in NACL_GLES_CreateContext()
111 if (_this->gl_config.stencil_size) in PSP_GL_CreateContext()114 attribs[i++] = _this->gl_config.stencil_size; in PSP_GL_CreateContext()
451 if (_this->gl_config.stencil_size) { in PND_gl_createcontext()517 if (_this->gl_config.stencil_size) { in PND_gl_createcontext()569 if (_this->gl_config.stencil_size) { in PND_gl_createcontext()696 _this->gl_config.stencil_size = attr_value; in PND_gl_createcontext()
112 if (_this->gl_config.stencil_size) { in HAIKU_GL_CreateContext()
239 pfd->cStencilBits = _this->gl_config.stencil_size; in WIN_GL_SetupPixelFormat()561 if (_this->gl_config.stencil_size) { in WIN_GL_SetupWindowInternal()563 *iAttr++ = _this->gl_config.stencil_size; in WIN_GL_SetupWindowInternal()
247 if (_this->gl_config.stencil_size) {249 attr[i++] = _this->gl_config.stencil_size;
523 if (_this->gl_config.stencil_size) { in X11_GL_GetAttributes()525 attribs[i++] = _this->gl_config.stencil_size; in X11_GL_GetAttributes()
343 int stencil_size; member
716 if (_this->gl_config.stencil_size) { in SDL_EGL_ChooseConfig()718 attribs[i++] = _this->gl_config.stencil_size; in SDL_EGL_ChooseConfig()
3147 _this->gl_config.stencil_size = 0; in SDL_GL_ResetAttributes()3221 _this->gl_config.stencil_size = value; in SDL_GL_SetAttribute()
195 stencilBits:_this->gl_config.stencil_size
Completed in 22 milliseconds