Home
last modified time | relevance | path

Searched refs:SDL_SetWindowFullscreen (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/test/
DSDL_test_common.c1292 SDL_SetWindowFullscreen( window, SDL_FALSE ); in FullscreenTo()
1297 SDL_SetWindowFullscreen( window, SDL_TRUE ); in FullscreenTo()
1487 SDL_SetWindowFullscreen(window, SDL_FALSE); in SDLTest_CommonEvent()
1489 SDL_SetWindowFullscreen(window, SDL_WINDOW_FULLSCREEN); in SDLTest_CommonEvent()
1498 SDL_SetWindowFullscreen(window, SDL_FALSE); in SDLTest_CommonEvent()
1500 SDL_SetWindowFullscreen(window, SDL_WINDOW_FULLSCREEN_DESKTOP); in SDLTest_CommonEvent()
1509 SDL_SetWindowFullscreen(window, SDL_WINDOW_FULLSCREEN); in SDLTest_CommonEvent()
1511 SDL_SetWindowFullscreen(window, SDL_WINDOW_FULLSCREEN_DESKTOP); in SDLTest_CommonEvent()
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_video.h776 extern DECLSPEC int SDLCALL SDL_SetWindowFullscreen(SDL_Window * window,
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/
DSDL_dynapi_overrides.h545 #define SDL_SetWindowFullscreen SDL_SetWindowFullscreen_REAL macro
DSDL_dynapi_procs.h571 SDL_DYNAPI_PROC(int,SDL_SetWindowFullscreen,(SDL_Window *a, Uint32 b),(a,b),return)
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_video.c1319 SDL_SetWindowFullscreen(window, flags); in SDL_FinishWindowCreation()
2108 SDL_SetWindowFullscreen(SDL_Window * window, Uint32 flags) in SDL_SetWindowFullscreen() function
/third_party/ffmpeg/fftools/
Dffplay.c1351 SDL_SetWindowFullscreen(window, SDL_WINDOW_FULLSCREEN_DESKTOP); in video_open()
3218 SDL_SetWindowFullscreen(window, is_full_screen ? SDL_WINDOW_FULLSCREEN_DESKTOP : 0); in toggle_full_screen()