Searched refs:multisamplesamples (Results 1 – 9 of 9) sorted by relevance
121 if (_this->gl_config.multisamplesamples) { in NACL_GLES_CreateContext()123 attribs[i++] = _this->gl_config.multisamplesamples; in NACL_GLES_CreateContext()
456 if (_this->gl_config.multisamplesamples) { in PND_gl_createcontext()459 _this->gl_config.multisamplesamples; in PND_gl_createcontext()669 _this->gl_config.multisamplesamples = attr_value; in PND_gl_createcontext()
338 if (_this->gl_config.multisamplesamples) { in SDL_EGL_ChooseConfig()340 attribs[i++] = _this->gl_config.multisamplesamples; in SDL_EGL_ChooseConfig()
318 int multisamplesamples; member
2891 _this->gl_config.multisamplesamples = 0; in SDL_GL_ResetAttributes()2968 _this->gl_config.multisamplesamples = value; in SDL_GL_SetAttribute()
220 if (_this->gl_config.multisamplesamples) {222 attr[i++] = _this->gl_config.multisamplesamples;
470 if (_this->gl_config.multisamplesamples) { in X11_GL_GetAttributes()472 attribs[i++] = _this->gl_config.multisamplesamples; in X11_GL_GetAttributes()
540 if (_this->gl_config.multisamplesamples) { in WIN_GL_SetupWindowInternal()542 *iAttr++ = _this->gl_config.multisamplesamples; in WIN_GL_SetupWindowInternal()
158 samples = _this->gl_config.multisamplesamples;