Searched refs:SDL_MAJOR_VERSION (Results 1 – 17 of 17) sorted by relevance
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_version.h | 60 #define SDL_MAJOR_VERSION 2 macro 81 (x)->major = SDL_MAJOR_VERSION; \ 101 SDL_VERSIONNUM(SDL_MAJOR_VERSION, SDL_MINOR_VERSION, SDL_PATCHLEVEL)
|
/AliOS-Things-master/components/SDL2/src/video/android/ |
A D | SDL_androidwindow.c | 197 if (info->version.major == SDL_MAJOR_VERSION && in Android_GetWindowWMInfo() 205 SDL_MAJOR_VERSION, SDL_MINOR_VERSION); in Android_GetWindowWMInfo()
|
/AliOS-Things-master/components/SDL2/src/video/psp/ |
A D | SDL_pspvideo.c | 300 if (info->version.major <= SDL_MAJOR_VERSION) { 304 SDL_MAJOR_VERSION, SDL_MINOR_VERSION);
|
/AliOS-Things-master/components/SDL2/src/video/haiku/ |
A D | SDL_bwindow.cc | 222 if (info->version.major == SDL_MAJOR_VERSION && in HAIKU_GetWindowWMInfo() 228 SDL_MAJOR_VERSION, SDL_MINOR_VERSION); in HAIKU_GetWindowWMInfo()
|
/AliOS-Things-master/components/SDL2/src/video/vivante/ |
A D | SDL_vivantevideo.c | 392 if (info->version.major == SDL_MAJOR_VERSION && in VIVANTE_GetWindowWMInfo() 400 SDL_MAJOR_VERSION, SDL_MINOR_VERSION); in VIVANTE_GetWindowWMInfo()
|
/AliOS-Things-master/components/SDL2/src/video/raspberry/ |
A D | SDL_rpivideo.c | 444 if (info->version.major <= SDL_MAJOR_VERSION) { 448 SDL_MAJOR_VERSION, SDL_MINOR_VERSION);
|
/AliOS-Things-master/components/SDL2/test/ |
A D | testautomation_platform.c | 211 int major = SDL_MAJOR_VERSION; in platform_testGetVersion() 234 int major = SDL_MAJOR_VERSION; in platform_testSDLVersion()
|
/AliOS-Things-master/components/SDL2/src/video/directfb/ |
A D | SDL_DirectFB_window.c | 484 if (info->version.major == SDL_MAJOR_VERSION && in DirectFB_GetWindowWMInfo() 493 SDL_MAJOR_VERSION, SDL_MINOR_VERSION); in DirectFB_GetWindowWMInfo()
|
/AliOS-Things-master/components/SDL2/src/video/pandora/ |
A D | SDL_pandora.c | 307 if (info->version.major <= SDL_MAJOR_VERSION) { 311 SDL_MAJOR_VERSION, SDL_MINOR_VERSION);
|
/AliOS-Things-master/components/SDL2/src/video/winrt/ |
A D | SDL_winrtvideo.cpp | 768 if (info->version.major <= SDL_MAJOR_VERSION) { in WINRT_GetWindowWMInfo() 774 SDL_MAJOR_VERSION, SDL_MINOR_VERSION); in WINRT_GetWindowWMInfo()
|
/AliOS-Things-master/components/SDL2/src/video/kmsdrm/ |
A D | SDL_kmsdrmvideo.c | 926 if (info->version.major <= SDL_MAJOR_VERSION) { in KMSDRM_GetWindowWMInfo() 930 SDL_MAJOR_VERSION, SDL_MINOR_VERSION); in KMSDRM_GetWindowWMInfo()
|
/AliOS-Things-master/components/SDL2/src/video/uikit/ |
A D | SDL_uikitwindow.m | 359 if (info->version.major <= SDL_MAJOR_VERSION) { 386 SDL_MAJOR_VERSION, SDL_MINOR_VERSION);
|
/AliOS-Things-master/components/SDL2/src/video/windows/ |
A D | SDL_windowswindow.c | 792 if (info->version.major <= SDL_MAJOR_VERSION) { in WIN_GetWindowWMInfo() 809 SDL_MAJOR_VERSION, SDL_MINOR_VERSION); in WIN_GetWindowWMInfo()
|
/AliOS-Things-master/components/SDL2/src/video/x11/ |
A D | SDL_x11window.c | 1674 if (info->version.major == SDL_MAJOR_VERSION && in X11_GetWindowWMInfo() 1682 SDL_MAJOR_VERSION, SDL_MINOR_VERSION); in X11_GetWindowWMInfo()
|
/AliOS-Things-master/components/SDL2/ |
A D | CMakeLists.txt | 42 set(SDL_MAJOR_VERSION 2) variable 47 set(SDL_VERSION "${SDL_MAJOR_VERSION}.${SDL_MINOR_VERSION}.${SDL_MICRO_VERSION}") 63 set(LT_RELEASE "${SDL_MAJOR_VERSION}.${SDL_MINOR_VERSION}")
|
A D | configure | 2827 SDL_MAJOR_VERSION=2 2832 SDL_VERSION=$SDL_MAJOR_VERSION.$SDL_MINOR_VERSION.$SDL_MICRO_VERSION 11739 LT_RELEASE=$SDL_MAJOR_VERSION.$SDL_MINOR_VERSION
|
/AliOS-Things-master/components/SDL2/src/video/cocoa/ |
A D | SDL_cocoawindow.m | 2031 if (info->version.major <= SDL_MAJOR_VERSION) { 2037 SDL_MAJOR_VERSION, SDL_MINOR_VERSION);
|
Completed in 46 milliseconds