OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SDL_VERSION
(Results
1 - 12
of
12
) sorted by null
/external/qemu/distrib/sdl-1.2.15/test/
testver.c
13
SDL_version
compiled;
28
SDL_VERSION
(&compiled);
/external/qemu/distrib/sdl-1.2.15/include/
SDL_version.h
23
/** @file
SDL_version
.h
47
typedef struct
SDL_version
{
51
}
SDL_version
;
57
#define
SDL_VERSION
(X) \
81
* use the
SDL_Version
() macro.
83
extern DECLSPEC const
SDL_version
* SDLCALL SDL_Linked_Version(void);
/prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_version.h
23
/** @file
SDL_version
.h
47
typedef struct
SDL_version
{
51
}
SDL_version
;
57
#define
SDL_VERSION
(X) \
81
* use the
SDL_Version
() macro.
83
extern DECLSPEC const
SDL_version
* SDLCALL SDL_Linked_Version(void);
/prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_version.h
23
/** @file
SDL_version
.h
47
typedef struct
SDL_version
{
51
}
SDL_version
;
57
#define
SDL_VERSION
(X) \
81
* use the
SDL_Version
() macro.
83
extern DECLSPEC const
SDL_version
* SDLCALL SDL_Linked_Version(void);
/prebuilts/tools/windows/sdl/include/SDL/
SDL_version.h
23
/** @file
SDL_version
.h
47
typedef struct
SDL_version
{
51
}
SDL_version
;
57
#define
SDL_VERSION
(X) \
81
* use the
SDL_Version
() macro.
83
extern DECLSPEC const
SDL_version
* SDLCALL SDL_Linked_Version(void);
/external/qemu/distrib/sdl-1.2.15/
sdl-config.in
43
echo @
SDL_VERSION
@
android-configure.sh
496
s!@
SDL_VERSION
@!1.2.15!g
/external/qemu/distrib/sdl-1.2.15/src/video/riscos/
SDL_wimppoll.c
285
SDL_VERSION
(&wmmsg.version);
SDL_riscosvideo.c
293
SDL_VERSION
(&(info->version));
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11events.c
867
SDL_VERSION
(&wmmsg.version);
894
SDL_VERSION
(&wmmsg.version);
[
all
...]
/external/qemu/distrib/sdl-1.2.15/src/video/windib/
SDL_dibevents.c
291
SDL_VERSION
(&wmmsg.version);
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5events.c
625
SDL_VERSION
(&wmmsg.version);
Completed in 85 milliseconds