Home
last modified time | relevance | path

Searched refs:SDL_MAJOR_VERSION (Results 1 – 17 of 17) sorted by relevance

/AliOS-Things-master/components/SDL2/include/
A DSDL_version.h60 #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 DSDL_androidwindow.c197 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 DSDL_pspvideo.c300 if (info->version.major <= SDL_MAJOR_VERSION) {
304 SDL_MAJOR_VERSION, SDL_MINOR_VERSION);
/AliOS-Things-master/components/SDL2/src/video/haiku/
A DSDL_bwindow.cc222 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 DSDL_vivantevideo.c392 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 DSDL_rpivideo.c444 if (info->version.major <= SDL_MAJOR_VERSION) {
448 SDL_MAJOR_VERSION, SDL_MINOR_VERSION);
/AliOS-Things-master/components/SDL2/test/
A Dtestautomation_platform.c211 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 DSDL_DirectFB_window.c484 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 DSDL_pandora.c307 if (info->version.major <= SDL_MAJOR_VERSION) {
311 SDL_MAJOR_VERSION, SDL_MINOR_VERSION);
/AliOS-Things-master/components/SDL2/src/video/winrt/
A DSDL_winrtvideo.cpp768 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 DSDL_kmsdrmvideo.c926 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 DSDL_uikitwindow.m359 if (info->version.major <= SDL_MAJOR_VERSION) {
386 SDL_MAJOR_VERSION, SDL_MINOR_VERSION);
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowswindow.c792 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 DSDL_x11window.c1674 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 DCMakeLists.txt42 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 Dconfigure2827 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 DSDL_cocoawindow.m2031 if (info->version.major <= SDL_MAJOR_VERSION) {
2037 SDL_MAJOR_VERSION, SDL_MINOR_VERSION);

Completed in 46 milliseconds