Home
last modified time | relevance | path

Searched refs:SDL_GL_STENCIL_SIZE (Results 1 – 13 of 13) sorted by relevance

/third_party/flutter/skia/tools/sk_app/ios/
DGLWindowContext_ios.cpp63 SDL_GL_GetAttribute(SDL_GL_STENCIL_SIZE, &fStencilBits); in onInitializeContext()
DRasterWindowContext_ios.cpp77 SDL_GL_GetAttribute(SDL_GL_STENCIL_SIZE, &fStencilBits); in onInitializeContext()
DWindow_ios.cpp49 SDL_GL_SetAttribute(SDL_GL_STENCIL_SIZE, 8); in initWindow()
/third_party/flutter/skia/third_party/externals/imgui/examples/example_sdl_opengl2/
Dmain.cpp28 SDL_GL_SetAttribute(SDL_GL_STENCIL_SIZE, 8); in main()
/third_party/skia/third_party/externals/imgui/examples/example_sdl_opengl2/
Dmain.cpp32 SDL_GL_SetAttribute(SDL_GL_STENCIL_SIZE, 8); in main()
/third_party/skia/third_party/externals/imgui/examples/example_emscripten_opengl3/
Dmain.cpp48 SDL_GL_SetAttribute(SDL_GL_STENCIL_SIZE, 8); in main()
/third_party/skia/third_party/externals/imgui/examples/example_sdl_opengl3/
Dmain.cpp56 SDL_GL_SetAttribute(SDL_GL_STENCIL_SIZE, 8); in main()
/third_party/flutter/skia/third_party/externals/imgui/examples/example_sdl_opengl3/
Dmain.cpp54 SDL_GL_SetAttribute(SDL_GL_STENCIL_SIZE, 8); in main()
/third_party/flutter/skia/third_party/externals/sdl/src/video/haiku/
DSDL_bopengl.cc186 case SDL_GL_STENCIL_SIZE:
/third_party/flutter/skia/example/
DSkiaSDLExample.cpp135 SDL_GL_SetAttribute(SDL_GL_STENCIL_SIZE, kStencilBits);
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_video.h186 SDL_GL_STENCIL_SIZE, enumerator
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_video.c2946 case SDL_GL_STENCIL_SIZE: in SDL_GL_SetAttribute()
3096 case SDL_GL_STENCIL_SIZE: in SDL_GL_GetAttribute()
/third_party/flutter/skia/third_party/externals/sdl/src/test/
DSDL_test_common.c684 SDL_GL_SetAttribute(SDL_GL_STENCIL_SIZE, state->gl_stencil_size); in SDLTest_CommonInit()