Searched refs:SDL_GetDesktopDisplayMode (Results 1 – 8 of 8) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/test/ |
D | testdisplayinfo.c | 72 if (SDL_GetDesktopDisplayMode(dpy, &mode) == -1) { in main()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/directfb/ |
D | SDL_DirectFB_modes.c | 388 SDL_GetDesktopDisplayMode(i, &tmode); in DirectFB_QuitModes() 392 SDL_GetDesktopDisplayMode(i, &tmode); in DirectFB_QuitModes()
|
/third_party/flutter/skia/example/ |
D | SkiaSDLExample.cpp | 155 if (SDL_GetDesktopDisplayMode(0, &dm) != 0) {
|
/third_party/flutter/skia/third_party/externals/sdl/include/ |
D | SDL_video.h | 364 extern DECLSPEC int SDLCALL SDL_GetDesktopDisplayMode(int displayIndex, SDL_DisplayMode * mode);
|
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/ |
D | SDL_dynapi_overrides.h | 513 #define SDL_GetDesktopDisplayMode SDL_GetDesktopDisplayMode_REAL macro
|
D | SDL_dynapi_procs.h | 539 SDL_DYNAPI_PROC(int,SDL_GetDesktopDisplayMode,(int a, SDL_DisplayMode *b),(a,b),return)
|
/third_party/flutter/skia/third_party/externals/sdl/src/test/ |
D | SDL_test_common.c | 726 SDL_GetDesktopDisplayMode(i, &mode); in SDLTest_CommonInit()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/ |
D | SDL_video.c | 801 SDL_GetDesktopDisplayMode(int displayIndex, SDL_DisplayMode * mode) in SDL_GetDesktopDisplayMode() function
|