Searched refs:SDL_GL_STENCIL_SIZE (Results 1 – 13 of 13) sorted by relevance
/third_party/flutter/skia/tools/sk_app/ios/ |
D | GLWindowContext_ios.cpp | 63 SDL_GL_GetAttribute(SDL_GL_STENCIL_SIZE, &fStencilBits); in onInitializeContext()
|
D | RasterWindowContext_ios.cpp | 77 SDL_GL_GetAttribute(SDL_GL_STENCIL_SIZE, &fStencilBits); in onInitializeContext()
|
D | Window_ios.cpp | 49 SDL_GL_SetAttribute(SDL_GL_STENCIL_SIZE, 8); in initWindow()
|
/third_party/flutter/skia/third_party/externals/imgui/examples/example_sdl_opengl2/ |
D | main.cpp | 28 SDL_GL_SetAttribute(SDL_GL_STENCIL_SIZE, 8); in main()
|
/third_party/skia/third_party/externals/imgui/examples/example_sdl_opengl2/ |
D | main.cpp | 32 SDL_GL_SetAttribute(SDL_GL_STENCIL_SIZE, 8); in main()
|
/third_party/skia/third_party/externals/imgui/examples/example_emscripten_opengl3/ |
D | main.cpp | 48 SDL_GL_SetAttribute(SDL_GL_STENCIL_SIZE, 8); in main()
|
/third_party/skia/third_party/externals/imgui/examples/example_sdl_opengl3/ |
D | main.cpp | 56 SDL_GL_SetAttribute(SDL_GL_STENCIL_SIZE, 8); in main()
|
/third_party/flutter/skia/third_party/externals/imgui/examples/example_sdl_opengl3/ |
D | main.cpp | 54 SDL_GL_SetAttribute(SDL_GL_STENCIL_SIZE, 8); in main()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/haiku/ |
D | SDL_bopengl.cc | 186 case SDL_GL_STENCIL_SIZE:
|
/third_party/flutter/skia/example/ |
D | SkiaSDLExample.cpp | 135 SDL_GL_SetAttribute(SDL_GL_STENCIL_SIZE, kStencilBits);
|
/third_party/flutter/skia/third_party/externals/sdl/include/ |
D | SDL_video.h | 186 SDL_GL_STENCIL_SIZE, enumerator
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/ |
D | SDL_video.c | 2946 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/ |
D | SDL_test_common.c | 684 SDL_GL_SetAttribute(SDL_GL_STENCIL_SIZE, state->gl_stencil_size); in SDLTest_CommonInit()
|