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()
460 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()
265 if (_this->gl_config.multisamplesamples) {267 attr[i++] = _this->gl_config.multisamplesamples;
560 if (_this->gl_config.multisamplesamples) { in X11_GL_GetAttributes()562 attribs[i++] = _this->gl_config.multisamplesamples; in X11_GL_GetAttributes()
596 if (_this->gl_config.multisamplesamples) { in WIN_GL_SetupWindowInternal()598 *iAttr++ = _this->gl_config.multisamplesamples; in WIN_GL_SetupWindowInternal()
351 int multisamplesamples; member
726 if (_this->gl_config.multisamplesamples) { in SDL_EGL_ChooseConfig()728 attribs[i++] = _this->gl_config.multisamplesamples; in SDL_EGL_ChooseConfig()
3155 _this->gl_config.multisamplesamples = 0; in SDL_GL_ResetAttributes()3242 _this->gl_config.multisamplesamples = value; in SDL_GL_SetAttribute()
161 samples = _this->gl_config.multisamplesamples;
Completed in 23 milliseconds