Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/video/nacl/
A DSDL_naclopengles.c121 if (_this->gl_config.multisamplesamples) { in NACL_GLES_CreateContext()
123 attribs[i++] = _this->gl_config.multisamplesamples; in NACL_GLES_CreateContext()
/AliOS-Things-master/components/SDL2/src/video/pandora/
A DSDL_pandora.c460 if (_this->gl_config.multisamplesamples) { in PND_gl_createcontext()
463 _this->gl_config.multisamplesamples; in PND_gl_createcontext()
673 _this->gl_config.multisamplesamples = attr_value; in PND_gl_createcontext()
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoaopengl.m265 if (_this->gl_config.multisamplesamples) {
267 attr[i++] = _this->gl_config.multisamplesamples;
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11opengl.c560 if (_this->gl_config.multisamplesamples) { in X11_GL_GetAttributes()
562 attribs[i++] = _this->gl_config.multisamplesamples; in X11_GL_GetAttributes()
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsopengl.c596 if (_this->gl_config.multisamplesamples) { in WIN_GL_SetupWindowInternal()
598 *iAttr++ = _this->gl_config.multisamplesamples; in WIN_GL_SetupWindowInternal()
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_sysvideo.h351 int multisamplesamples; member
A DSDL_egl.c726 if (_this->gl_config.multisamplesamples) { in SDL_EGL_ChooseConfig()
728 attribs[i++] = _this->gl_config.multisamplesamples; in SDL_EGL_ChooseConfig()
A DSDL_video.c3155 _this->gl_config.multisamplesamples = 0; in SDL_GL_ResetAttributes()
3242 _this->gl_config.multisamplesamples = value; in SDL_GL_SetAttribute()
/AliOS-Things-master/components/SDL2/src/video/uikit/
A DSDL_uikitopengles.m161 samples = _this->gl_config.multisamplesamples;

Completed in 20 milliseconds