Home
last modified time | relevance | path

Searched refs:SDL_MINOR_VERSION (Results 1 – 19 of 19) sorted by relevance

/AliOS-Things-master/components/SDL2/include/
A DSDL_version.h61 #define SDL_MINOR_VERSION 0 macro
82 (x)->minor = SDL_MINOR_VERSION; \
101 SDL_VERSIONNUM(SDL_MAJOR_VERSION, SDL_MINOR_VERSION, SDL_PATCHLEVEL)
/AliOS-Things-master/components/SDL2/src/video/android/
A DSDL_androidwindow.c198 info->version.minor == SDL_MINOR_VERSION) { in Android_GetWindowWMInfo()
205 SDL_MAJOR_VERSION, SDL_MINOR_VERSION); in Android_GetWindowWMInfo()
/AliOS-Things-master/components/SDL2/src/video/haiku/
A DSDL_bwindow.cc223 info->version.minor == SDL_MINOR_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.c393 info->version.minor == SDL_MINOR_VERSION) { in VIVANTE_GetWindowWMInfo()
400 SDL_MAJOR_VERSION, SDL_MINOR_VERSION); in VIVANTE_GetWindowWMInfo()
/AliOS-Things-master/components/SDL2/src/gfx/
A DSDL_gfxBlitFunc.c367 #if (SDL_MINOR_VERSION == 3) in _SDL_gfxBlitRGBACall()
375 #if (SDL_MINOR_VERSION == 3) in _SDL_gfxBlitRGBACall()
A DSDL_rotozoom.c86 #if (SDL_MINOR_VERSION == 3) in _colorkey()
/AliOS-Things-master/components/SDL2/test/
A Dtestautomation_platform.c212 int minor = SDL_MINOR_VERSION; in platform_testGetVersion()
235 int minor = SDL_MINOR_VERSION; in platform_testSDLVersion()
/AliOS-Things-master/components/SDL2/src/video/psp/
A DSDL_pspvideo.c304 SDL_MAJOR_VERSION, SDL_MINOR_VERSION);
/AliOS-Things-master/components/SDL2/src/video/directfb/
A DSDL_DirectFB_window.c485 info->version.minor == SDL_MINOR_VERSION) { in DirectFB_GetWindowWMInfo()
493 SDL_MAJOR_VERSION, SDL_MINOR_VERSION); in DirectFB_GetWindowWMInfo()
/AliOS-Things-master/components/SDL2/src/video/raspberry/
A DSDL_rpivideo.c448 SDL_MAJOR_VERSION, SDL_MINOR_VERSION);
/AliOS-Things-master/components/SDL2/src/video/pandora/
A DSDL_pandora.c311 SDL_MAJOR_VERSION, SDL_MINOR_VERSION);
/AliOS-Things-master/components/SDL2/src/video/winrt/
A DSDL_winrtvideo.cpp774 SDL_MAJOR_VERSION, SDL_MINOR_VERSION); in WINRT_GetWindowWMInfo()
/AliOS-Things-master/components/SDL2/src/video/kmsdrm/
A DSDL_kmsdrmvideo.c930 SDL_MAJOR_VERSION, SDL_MINOR_VERSION); in KMSDRM_GetWindowWMInfo()
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11window.c1675 info->version.minor == SDL_MINOR_VERSION) { in X11_GetWindowWMInfo()
1682 SDL_MAJOR_VERSION, SDL_MINOR_VERSION); in X11_GetWindowWMInfo()
/AliOS-Things-master/components/SDL2/src/video/uikit/
A DSDL_uikitwindow.m386 SDL_MAJOR_VERSION, SDL_MINOR_VERSION);
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowswindow.c809 SDL_MAJOR_VERSION, SDL_MINOR_VERSION); in WIN_GetWindowWMInfo()
/AliOS-Things-master/components/SDL2/
A DCMakeLists.txt43 set(SDL_MINOR_VERSION 0) 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 Dconfigure2828 SDL_MINOR_VERSION=0
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.m2037 SDL_MAJOR_VERSION, SDL_MINOR_VERSION);

Completed in 71 milliseconds