Home
last modified time | relevance | path

Searched refs:SDL_INIT_VIDEO (Results 1 – 25 of 70) sorted by relevance

123

/third_party/flutter/skia/third_party/externals/sdl/src/
DSDL.c123 if ((flags & (SDL_INIT_VIDEO|SDL_INIT_JOYSTICK))) { in SDL_InitSubSystem()
170 if ((flags & SDL_INIT_VIDEO)){ in SDL_InitSubSystem()
172 if (SDL_PrivateShouldInitSubsystem(SDL_INIT_VIDEO)) { in SDL_InitSubSystem()
177 SDL_PrivateSubsystemRefCountIncr(SDL_INIT_VIDEO); in SDL_InitSubSystem()
292 if ((flags & SDL_INIT_VIDEO)) { in SDL_QuitSubSystem()
296 if (SDL_PrivateShouldQuitSubsystem(SDL_INIT_VIDEO)) { in SDL_QuitSubSystem()
299 SDL_PrivateSubsystemRefCountDecr(SDL_INIT_VIDEO); in SDL_QuitSubSystem()
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL.h77 #define SDL_INIT_VIDEO 0x00000020u /**< SDL_INIT_VIDEO implies SDL_INIT_EVENTS */ macro
84 SDL_INIT_TIMER | SDL_INIT_AUDIO | SDL_INIT_VIDEO | SDL_INIT_EVENTS | \
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestkeys.c30 if (SDL_Init(SDL_INIT_VIDEO) < 0) { in main()
Dtestbounds.c19 if (SDL_Init(SDL_INIT_VIDEO) < 0) { in main()
Dtestgamecontroller.c255 if (SDL_Init(SDL_INIT_VIDEO | SDL_INIT_JOYSTICK | SDL_INIT_GAMECONTROLLER ) < 0) { in main()
336 SDL_QuitSubSystem(SDL_INIT_VIDEO | SDL_INIT_JOYSTICK | SDL_INIT_GAMECONTROLLER); in main()
Dtestjoystick.c252 if (SDL_Init(SDL_INIT_VIDEO | SDL_INIT_JOYSTICK) < 0) {
332 SDL_QuitSubSystem(SDL_INIT_VIDEO | SDL_INIT_JOYSTICK);
Dtestrumble.c74 SDL_Init(SDL_INIT_VIDEO | SDL_INIT_TIMER | SDL_INIT_JOYSTICK | in main()
Dtestdisplayinfo.c41 if (SDL_Init(SDL_INIT_VIDEO) < 0) { in main()
Dtestdropfile.c38 state = SDLTest_CommonCreateState(argv, SDL_INIT_VIDEO); in main()
Dtestdrawchessboard.c95 if(SDL_Init(SDL_INIT_VIDEO) != 0) in main()
Drelative_mode.markdown42 SDL_Init(SDL_INIT_VIDEO);
Dtestautomation.c44 state = SDLTest_CommonCreateState(argv, SDL_INIT_VIDEO); in main()
Dcontrollermap.c347 if (SDL_Init(SDL_INIT_VIDEO | SDL_INIT_JOYSTICK) < 0) {
423 SDL_QuitSubSystem(SDL_INIT_VIDEO | SDL_INIT_JOYSTICK);
Dtesthotplug.c32 Uint32 init_subsystems = SDL_INIT_VIDEO | SDL_INIT_JOYSTICK; in main()
Dtestmessage.c147 if (SDL_Init(SDL_INIT_VIDEO) < 0) { in main()
Dtestrelative.c85 state = SDLTest_CommonCreateState(argv, SDL_INIT_VIDEO); in main()
/third_party/flutter/skia/tools/sk_app/ios/
Dmain_ios.cpp19 if (SDL_Init(SDL_INIT_VIDEO | SDL_INIT_EVENTS) != 0) { in main()
/third_party/flutter/skia/third_party/externals/sdl/visualtest/unittest/
Dtestquit.c28 state = SDLTest_CommonCreateState(argv, SDL_INIT_VIDEO); in main()
/third_party/flutter/skia/third_party/externals/sdl/Xcode-iOS/Template/SDL iOS Application/
Dmain.c59 if (SDL_Init(SDL_INIT_VIDEO) < 0) { in main()
/third_party/flutter/skia/third_party/externals/sdl/Xcode-iOS/Demos/src/
Drectangles.c52 if (SDL_Init(SDL_INIT_VIDEO) < 0) { in main()
Dtouch.c88 if (SDL_Init(SDL_INIT_VIDEO) < 0) { in main()
/third_party/ffmpeg/libavdevice/
Dsdl2.c170 if (SDL_WasInit(SDL_INIT_VIDEO)) { in sdl2_write_header()
204 if (SDL_Init(SDL_INIT_VIDEO) != 0) { in sdl2_write_header()
/third_party/flutter/skia/third_party/externals/imgui/examples/example_sdl_opengl2/
Dmain.cpp19 if (SDL_Init(SDL_INIT_VIDEO|SDL_INIT_TIMER) != 0) in main()
/third_party/skia/third_party/externals/libwebp/extras/
Dwebp_to_sdl.c47 SDL_Init(SDL_INIT_VIDEO); in WebpToSDL()
/third_party/flutter/skia/third_party/externals/libwebp/extras/
Dwebp_to_sdl.c47 SDL_Init(SDL_INIT_VIDEO); in WebpToSDL()

123