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

  /prebuilts/misc/windows/sdl2/test/
testver.c 26 SDL_version compiled;
27 SDL_version linked;
37 SDL_VERSION(&compiled);
testautomation_syswm.c 31 SDL_VERSION(&info.version);
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};
configure     [all...]
  /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...]
  /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...]
  /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...]
  /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...]
  /external/libvncserver/client_examples/
scrap.c 211 SDL_VERSION(&info.version);

Completed in 837 milliseconds