Searched refs:SDL_GetDisplayName (Results 1 – 8 of 8) sorted by relevance
/AliOS-Things-master/components/SDL2/test/ |
A D | testbounds.c | 30 i, SDL_GetDisplayName(i), in main()
|
A D | testdisplayinfo.c | 58 …SDL_Log("%d: \"%s\" (%dx%d, (%d, %d)), %d modes.\n", dpy, SDL_GetDisplayName(dpy), rect.w, rect.h,… in main()
|
A D | testwm2.c | 76 SDL_GetDisplayName(SDL_GetWindowDisplayIndex(window))); in loop()
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_video.h | 325 extern DECLSPEC const char * SDLCALL SDL_GetDisplayName(int displayIndex);
|
/AliOS-Things-master/components/SDL2/src/dynapi/ |
A D | SDL_dynapi_overrides.h | 502 #define SDL_GetDisplayName SDL_GetDisplayName_REAL macro
|
A D | SDL_dynapi_procs.h | 531 SDL_DYNAPI_PROC(const char*,SDL_GetDisplayName,(int a),(a),return)
|
/AliOS-Things-master/components/SDL2/src/test/ |
A D | SDL_test_common.c | 913 SDL_Log("Display %d: %s\n", i, SDL_GetDisplayName(i)); in SDLTest_CommonInit()
|
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_video.c | 677 SDL_GetDisplayName(int displayIndex) in SDL_GetDisplayName() function
|
Completed in 34 milliseconds