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

  /external/qemu/distrib/sdl-1.2.12/include/
SDL_video.h 149 typedef struct SDL_VideoInfo {
166 } SDL_VideoInfo;
263 extern DECLSPEC const SDL_VideoInfo * SDLCALL SDL_GetVideoInfo(void);
    [all...]
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_video.h 149 typedef struct SDL_VideoInfo {
166 } SDL_VideoInfo;
263 extern DECLSPEC const SDL_VideoInfo * SDLCALL SDL_GetVideoInfo(void);
    [all...]
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_video.h 149 typedef struct SDL_VideoInfo {
166 } SDL_VideoInfo;
263 extern DECLSPEC const SDL_VideoInfo * SDLCALL SDL_GetVideoInfo(void);
    [all...]
  /prebuilt/windows/sdl/host/include/SDL/
SDL_video.h 157 typedef struct SDL_VideoInfo {
172 } SDL_VideoInfo;
267 extern DECLSPEC const SDL_VideoInfo * SDLCALL SDL_GetVideoInfo(void);
    [all...]
  /prebuilt/windows/sdl/include/SDL/
SDL_video.h 149 typedef struct SDL_VideoInfo {
166 } SDL_VideoInfo;
263 extern DECLSPEC const SDL_VideoInfo * SDLCALL SDL_GetVideoInfo(void);
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_sysvideo.h 118 SDL_VideoInfo info;
SDL_video.c 307 const SDL_VideoInfo *SDL_GetVideoInfo(void)
309 const SDL_VideoInfo *info;
    [all...]
SDL_surface.c 818 const SDL_VideoInfo *vi = SDL_GetVideoInfo();

Completed in 196 milliseconds