Home
last modified time | relevance | path

Searched refs:SDL_GL_MULTISAMPLESAMPLES (Results 1 – 10 of 10) sorted by relevance

/third_party/flutter/skia/tools/sk_app/ios/
DGLWindowContext_ios.cpp64 SDL_GL_GetAttribute(SDL_GL_MULTISAMPLESAMPLES, &fSampleCount); in onInitializeContext()
DRasterWindowContext_ios.cpp78 SDL_GL_GetAttribute(SDL_GL_MULTISAMPLESAMPLES, &fSampleCount); in onInitializeContext()
DWindow_ios.cpp55 SDL_GL_SetAttribute(SDL_GL_MULTISAMPLESAMPLES, fRequestedDisplayParams.fMSAASampleCount); in initWindow()
/third_party/flutter/skia/third_party/externals/sdl/src/video/haiku/
DSDL_bopengl.cc203 case SDL_GL_MULTISAMPLESAMPLES:
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestgles.c242 status = SDL_GL_GetAttribute(SDL_GL_MULTISAMPLESAMPLES, &value); in main()
Dtestgl2.c345 status = SDL_GL_GetAttribute(SDL_GL_MULTISAMPLESAMPLES, &value); in main()
Dtestgles2.c624 status = SDL_GL_GetAttribute(SDL_GL_MULTISAMPLESAMPLES, &value); in main()
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_video.h193 SDL_GL_MULTISAMPLESAMPLES, enumerator
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_video.c2967 case SDL_GL_MULTISAMPLESAMPLES: in SDL_GL_SetAttribute()
3132 case SDL_GL_MULTISAMPLESAMPLES: in SDL_GL_GetAttribute()
/third_party/flutter/skia/third_party/externals/sdl/src/test/
DSDL_test_common.c691 SDL_GL_SetAttribute(SDL_GL_MULTISAMPLESAMPLES, state->gl_multisamplesamples); in SDLTest_CommonInit()