Home
last modified time | relevance | path

Searched refs:stencil_size (Results 1 – 11 of 11) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/nacl/
A DSDL_naclopengles.c111 if (_this->gl_config.stencil_size) { in NACL_GLES_CreateContext()
113 attribs[i++] = _this->gl_config.stencil_size; in NACL_GLES_CreateContext()
/AliOS-Things-master/components/SDL2/src/video/psp/
A DSDL_pspgl.c111 if (_this->gl_config.stencil_size) in PSP_GL_CreateContext()
114 attribs[i++] = _this->gl_config.stencil_size; in PSP_GL_CreateContext()
/AliOS-Things-master/components/SDL2/src/video/pandora/
A DSDL_pandora.c451 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()
/AliOS-Things-master/components/SDL2/src/video/haiku/
A DSDL_bopengl.cc112 if (_this->gl_config.stencil_size) { in HAIKU_GL_CreateContext()
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsopengl.c239 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()
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoaopengl.m247 if (_this->gl_config.stencil_size) {
249 attr[i++] = _this->gl_config.stencil_size;
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11opengl.c523 if (_this->gl_config.stencil_size) { in X11_GL_GetAttributes()
525 attribs[i++] = _this->gl_config.stencil_size; in X11_GL_GetAttributes()
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_sysvideo.h343 int stencil_size; member
A DSDL_egl.c716 if (_this->gl_config.stencil_size) { in SDL_EGL_ChooseConfig()
718 attribs[i++] = _this->gl_config.stencil_size; in SDL_EGL_ChooseConfig()
A DSDL_video.c3147 _this->gl_config.stencil_size = 0; in SDL_GL_ResetAttributes()
3221 _this->gl_config.stencil_size = value; in SDL_GL_SetAttribute()
/AliOS-Things-master/components/SDL2/src/video/uikit/
A DSDL_uikitopengles.m195 stencilBits:_this->gl_config.stencil_size

Completed in 21 milliseconds