Home
last modified time | relevance | path

Searched refs:multisamplebuffers (Results 1 – 9 of 9) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/nacl/
A DSDL_naclopengles.c116 if (_this->gl_config.multisamplebuffers) { in NACL_GLES_CreateContext()
118 attribs[i++] = _this->gl_config.multisamplebuffers; in NACL_GLES_CreateContext()
/AliOS-Things-master/components/SDL2/src/video/pandora/
A DSDL_pandora.c467 if (_this->gl_config.multisamplebuffers) { in PND_gl_createcontext()
470 _this->gl_config.multisamplebuffers; in PND_gl_createcontext()
680 _this->gl_config.multisamplebuffers = attr_value; in PND_gl_createcontext()
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoaopengl.m260 if (_this->gl_config.multisamplebuffers) {
262 attr[i++] = _this->gl_config.multisamplebuffers;
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11opengl.c555 if (_this->gl_config.multisamplebuffers) { in X11_GL_GetAttributes()
557 attribs[i++] = _this->gl_config.multisamplebuffers; in X11_GL_GetAttributes()
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsopengl.c591 if (_this->gl_config.multisamplebuffers) { in WIN_GL_SetupWindowInternal()
593 *iAttr++ = _this->gl_config.multisamplebuffers; in WIN_GL_SetupWindowInternal()
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_sysvideo.h350 int multisamplebuffers; member
A DSDL_egl.c721 if (_this->gl_config.multisamplebuffers) { in SDL_EGL_ChooseConfig()
723 attribs[i++] = _this->gl_config.multisamplebuffers; in SDL_EGL_ChooseConfig()
A DSDL_video.c3154 _this->gl_config.multisamplebuffers = 0; in SDL_GL_ResetAttributes()
3239 _this->gl_config.multisamplebuffers = value; in SDL_GL_SetAttribute()
/AliOS-Things-master/components/SDL2/src/video/uikit/
A DSDL_uikitopengles.m160 if (_this->gl_config.multisamplebuffers > 0) {

Completed in 19 milliseconds