HomeSort by relevance Sort by last modified time
    Searched refs:SDL_version (Results 1 - 13 of 13) sorted by null

  /prebuilts/misc/windows/sdl2/test/
testver.c 26 SDL_version compiled;
27 SDL_version linked;
37 SDL_VERSION(&compiled);
testautomation_platform.c 214 SDL_version linked;
233 * \brief Tests SDL_VERSION macro
237 SDL_version compiled;
241 SDL_VERSION(&compiled);
243 "SDL_VERSION() returned major %i (>= %i)",
247 "SDL_VERSION() returned minor %i (>= %i)",
558 { (SDLTest_TestCaseFp)platform_testSDLVersion, "platform_testSDLVersion", "Tests SDL_VERSION macro", TEST_ENABLED};
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_version.h 23 * \file SDL_version.h
48 * \sa SDL_VERSION
51 typedef struct SDL_version
56 } SDL_version;
67 * This macro fills in a SDL_version structure with the version of the
71 * determined with SDL_GetVersion(), which, unlike SDL_VERSION(),
74 * \param x A pointer to a SDL_version struct to initialize.
76 * \sa SDL_version
79 #define SDL_VERSION(x) \
114 * This function returns the current version, while SDL_VERSION() is
    [all...]
SDL_syswm.h 34 #include "SDL_version.h"
127 SDL_version version;
174 SDL_version version;
256 * SDL_VERSION(&info.version);
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_version.h 23 * \file SDL_version.h
48 * \sa SDL_VERSION
51 typedef struct SDL_version
56 } SDL_version;
67 * This macro fills in a SDL_version structure with the version of the
71 * determined with SDL_GetVersion(), which, unlike SDL_VERSION(),
74 * \param x A pointer to a SDL_version struct to initialize.
76 * \sa SDL_version
79 #define SDL_VERSION(x) \
114 * This function returns the current version, while SDL_VERSION() is
    [all...]
SDL_syswm.h 34 #include "SDL_version.h"
127 SDL_version version;
174 SDL_version version;
256 * SDL_VERSION(&info.version);
  /prebuilts/misc/windows/sdl2/include/
SDL_version.h 23 * \file SDL_version.h
48 * \sa SDL_VERSION
51 typedef struct SDL_version
56 } SDL_version;
67 * This macro fills in a SDL_version structure with the version of the
71 * determined with SDL_GetVersion(), which, unlike SDL_VERSION(),
74 * \param x A pointer to a SDL_version struct to initialize.
76 * \sa SDL_version
79 #define SDL_VERSION(x) \
114 * This function returns the current version, while SDL_VERSION() is
    [all...]
SDL_syswm.h 34 #include "SDL_version.h"
121 SDL_version version;
168 SDL_version version;
244 * SDL_VERSION(&info.version);
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_version.h 23 * \file SDL_version.h
48 * \sa SDL_VERSION
51 typedef struct SDL_version
56 } SDL_version;
67 * This macro fills in a SDL_version structure with the version of the
71 * determined with SDL_GetVersion(), which, unlike SDL_VERSION(),
74 * \param x A pointer to a SDL_version struct to initialize.
76 * \sa SDL_version
79 #define SDL_VERSION(x) \
114 * This function returns the current version, while SDL_VERSION() is
    [all...]
SDL_syswm.h 34 #include "SDL_version.h"
127 SDL_version version;
174 SDL_version version;
256 * SDL_VERSION(&info.version);
  /prebuilts/misc/darwin-x86_64/sdl2_ttf/include/SDL2/
SDL_ttf.h 64 extern DECLSPEC const SDL_version * SDLCALL TTF_Linked_Version(void);
  /prebuilts/misc/windows/sdl2_ttf/i686-w64-mingw32/include/SDL2/
SDL_ttf.h 64 extern DECLSPEC const SDL_version * SDLCALL TTF_Linked_Version(void);
  /prebuilts/misc/windows/sdl2_ttf/x86_64-w64-mingw32/include/SDL2/
SDL_ttf.h 64 extern DECLSPEC const SDL_version * SDLCALL TTF_Linked_Version(void);

Completed in 324 milliseconds