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

  /external/qemu/distrib/sdl-1.2.15/include/
SDL_video.h 171 typedef struct SDL_VideoInfo {
188 } SDL_VideoInfo;
300 extern DECLSPEC const SDL_VideoInfo * SDLCALL SDL_GetVideoInfo(void);
    [all...]
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_video.h 171 typedef struct SDL_VideoInfo {
188 } SDL_VideoInfo;
300 extern DECLSPEC const SDL_VideoInfo * SDLCALL SDL_GetVideoInfo(void);
    [all...]
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_video.h 171 typedef struct SDL_VideoInfo {
188 } SDL_VideoInfo;
300 extern DECLSPEC const SDL_VideoInfo * SDLCALL SDL_GetVideoInfo(void);
    [all...]
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_video.h 171 typedef struct SDL_VideoInfo {
188 } SDL_VideoInfo;
300 extern DECLSPEC const SDL_VideoInfo * SDLCALL SDL_GetVideoInfo(void);
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_sysvideo.h 118 SDL_VideoInfo info;
SDL_video.c 313 const SDL_VideoInfo *SDL_GetVideoInfo(void)
315 const SDL_VideoInfo *info;
    [all...]
SDL_surface.c 818 const SDL_VideoInfo *vi = SDL_GetVideoInfo();
  /external/qemu/distrib/sdl-1.2.15/test/
testsprite.c 122 const SDL_VideoInfo *info;
testalpha.c 324 const SDL_VideoInfo *info;
testblitspeed.c 50 const SDL_VideoInfo *info = SDL_GetVideoInfo();
testvidinfo.c 388 const SDL_VideoInfo *info;

Completed in 347 milliseconds