Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/src/video/nacl/
DSDL_naclopengles.c116 if (_this->gl_config.multisamplebuffers) { in NACL_GLES_CreateContext()
118 attribs[i++] = _this->gl_config.multisamplebuffers; in NACL_GLES_CreateContext()
/third_party/flutter/skia/third_party/externals/sdl/src/video/pandora/
DSDL_pandora.c463 if (_this->gl_config.multisamplebuffers) { in PND_gl_createcontext()
466 _this->gl_config.multisamplebuffers; in PND_gl_createcontext()
676 _this->gl_config.multisamplebuffers = attr_value; in PND_gl_createcontext()
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_egl.c333 if (_this->gl_config.multisamplebuffers) { in SDL_EGL_ChooseConfig()
335 attribs[i++] = _this->gl_config.multisamplebuffers; in SDL_EGL_ChooseConfig()
DSDL_sysvideo.h317 int multisamplebuffers; member
DSDL_video.c2890 _this->gl_config.multisamplebuffers = 0; in SDL_GL_ResetAttributes()
2965 _this->gl_config.multisamplebuffers = value; in SDL_GL_SetAttribute()
/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/
DSDL_cocoaopengl.m215 if (_this->gl_config.multisamplebuffers) {
217 attr[i++] = _this->gl_config.multisamplebuffers;
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11opengl.c465 if (_this->gl_config.multisamplebuffers) { in X11_GL_GetAttributes()
467 attribs[i++] = _this->gl_config.multisamplebuffers; in X11_GL_GetAttributes()
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsopengl.c535 if (_this->gl_config.multisamplebuffers) { in WIN_GL_SetupWindowInternal()
537 *iAttr++ = _this->gl_config.multisamplebuffers; in WIN_GL_SetupWindowInternal()
/third_party/flutter/skia/third_party/externals/sdl/src/video/uikit/
DSDL_uikitopengles.m157 if (_this->gl_config.multisamplebuffers > 0) {