HomeSort by relevance Sort by last modified time
    Searched refs:Uint32 (Results 1 - 25 of 270) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
SDL_ataric2p_s.h 36 Uint32 width, /* Dimensions of screen to convert */
37 Uint32 height,
38 Uint32 dblligne, /* Double the lines when converting ? */
39 Uint32 srcpitch, /* Length of one source line in bytes */
40 Uint32 dstpitch /* Length of one destination line in bytes */
50 Uint32 width, /* Dimensions of screen to convert */
51 Uint32 height,
52 Uint32 dblligne, /* Double the lines when converting ? */
53 Uint32 srcpitch, /* Length of one source line in bytes */
54 Uint32 dstpitch /* Length of one destination line in bytes *
    [all...]
SDL_atarimxalloc_c.h 35 extern void *Atari_SysMalloc(Uint32 size, Uint16 alloc_type);
  /external/qemu/distrib/sdl-1.2.15/src/audio/dummy/
SDL_dummyaudio.h 35 Uint32 mixlen;
36 Uint32 write_delay;
37 Uint32 initial_calls;
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_timer.h 49 extern DECLSPEC Uint32 SDLCALL SDL_GetTicks(void);
52 extern DECLSPEC void SDLCALL SDL_Delay(Uint32 ms);
55 typedef Uint32 (SDLCALL *SDL_TimerCallback)(Uint32 interval);
86 extern DECLSPEC int SDLCALL SDL_SetTimer(Uint32 interval, SDL_TimerCallback callback);
101 typedef Uint32 (SDLCALL *SDL_NewTimerCallback)(Uint32 interval, void *param);
109 extern DECLSPEC SDL_TimerID SDLCALL SDL_AddTimer(Uint32 interval, SDL_NewTimerCallback callback, void *param);
SDL.h 76 extern DECLSPEC int SDLCALL SDL_Init(Uint32 flags);
79 extern DECLSPEC int SDLCALL SDL_InitSubSystem(Uint32 flags);
82 extern DECLSPEC void SDLCALL SDL_QuitSubSystem(Uint32 flags);
88 extern DECLSPEC Uint32 SDLCALL SDL_WasInit(Uint32 flags);
SDL_video.h 82 Uint32 Rmask;
83 Uint32 Gmask;
84 Uint32 Bmask;
85 Uint32 Amask;
88 Uint32 colorkey;
97 Uint32 flags; /**< Read-only */
109 Uint32 unused1; /**< for binary compatibility */
112 Uint32 locked; /**< Private */
172 Uint32 hw_available :1; /**< Flag: Can you create hardware surfaces? */
173 Uint32 wm_available :1; /**< Flag: Can you talk to a window manager? *
    [all...]
SDL_endian.h 108 static __inline__ Uint32 SDL_Swap32(Uint32 x)
114 static __inline__ Uint32 SDL_Swap32(Uint32 x)
120 static __inline__ Uint32 SDL_Swap32(Uint32 x)
122 Uint32 result;
130 static __inline__ Uint32 SDL_Swap32(Uint32 x)
136 static __inline__ Uint32 SDL_Swap32(Uint32 x)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/audio/disk/
SDL_diskaudio.h 37 Uint32 mixlen;
38 Uint32 write_delay;
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_timer.h 49 extern DECLSPEC Uint32 SDLCALL SDL_GetTicks(void);
52 extern DECLSPEC void SDLCALL SDL_Delay(Uint32 ms);
55 typedef Uint32 (SDLCALL *SDL_TimerCallback)(Uint32 interval);
86 extern DECLSPEC int SDLCALL SDL_SetTimer(Uint32 interval, SDL_TimerCallback callback);
101 typedef Uint32 (SDLCALL *SDL_NewTimerCallback)(Uint32 interval, void *param);
109 extern DECLSPEC SDL_TimerID SDLCALL SDL_AddTimer(Uint32 interval, SDL_NewTimerCallback callback, void *param);
SDL.h 76 extern DECLSPEC int SDLCALL SDL_Init(Uint32 flags);
79 extern DECLSPEC int SDLCALL SDL_InitSubSystem(Uint32 flags);
82 extern DECLSPEC void SDLCALL SDL_QuitSubSystem(Uint32 flags);
88 extern DECLSPEC Uint32 SDLCALL SDL_WasInit(Uint32 flags);
SDL_video.h 82 Uint32 Rmask;
83 Uint32 Gmask;
84 Uint32 Bmask;
85 Uint32 Amask;
88 Uint32 colorkey;
97 Uint32 flags; /**< Read-only */
109 Uint32 unused1; /**< for binary compatibility */
112 Uint32 locked; /**< Private */
172 Uint32 hw_available :1; /**< Flag: Can you create hardware surfaces? */
173 Uint32 wm_available :1; /**< Flag: Can you talk to a window manager? *
    [all...]
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_timer.h 49 extern DECLSPEC Uint32 SDLCALL SDL_GetTicks(void);
52 extern DECLSPEC void SDLCALL SDL_Delay(Uint32 ms);
55 typedef Uint32 (SDLCALL *SDL_TimerCallback)(Uint32 interval);
86 extern DECLSPEC int SDLCALL SDL_SetTimer(Uint32 interval, SDL_TimerCallback callback);
101 typedef Uint32 (SDLCALL *SDL_NewTimerCallback)(Uint32 interval, void *param);
109 extern DECLSPEC SDL_TimerID SDLCALL SDL_AddTimer(Uint32 interval, SDL_NewTimerCallback callback, void *param);
SDL.h 76 extern DECLSPEC int SDLCALL SDL_Init(Uint32 flags);
79 extern DECLSPEC int SDLCALL SDL_InitSubSystem(Uint32 flags);
82 extern DECLSPEC void SDLCALL SDL_QuitSubSystem(Uint32 flags);
88 extern DECLSPEC Uint32 SDLCALL SDL_WasInit(Uint32 flags);
SDL_video.h 82 Uint32 Rmask;
83 Uint32 Gmask;
84 Uint32 Bmask;
85 Uint32 Amask;
88 Uint32 colorkey;
97 Uint32 flags; /**< Read-only */
109 Uint32 unused1; /**< for binary compatibility */
112 Uint32 locked; /**< Private */
172 Uint32 hw_available :1; /**< Flag: Can you create hardware surfaces? */
173 Uint32 wm_available :1; /**< Flag: Can you talk to a window manager? *
    [all...]
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_timer.h 49 extern DECLSPEC Uint32 SDLCALL SDL_GetTicks(void);
52 extern DECLSPEC void SDLCALL SDL_Delay(Uint32 ms);
55 typedef Uint32 (SDLCALL *SDL_TimerCallback)(Uint32 interval);
86 extern DECLSPEC int SDLCALL SDL_SetTimer(Uint32 interval, SDL_TimerCallback callback);
101 typedef Uint32 (SDLCALL *SDL_NewTimerCallback)(Uint32 interval, void *param);
109 extern DECLSPEC SDL_TimerID SDLCALL SDL_AddTimer(Uint32 interval, SDL_NewTimerCallback callback, void *param);
SDL.h 76 extern DECLSPEC int SDLCALL SDL_Init(Uint32 flags);
79 extern DECLSPEC int SDLCALL SDL_InitSubSystem(Uint32 flags);
82 extern DECLSPEC void SDLCALL SDL_QuitSubSystem(Uint32 flags);
88 extern DECLSPEC Uint32 SDLCALL SDL_WasInit(Uint32 flags);
SDL_video.h 82 Uint32 Rmask;
83 Uint32 Gmask;
84 Uint32 Bmask;
85 Uint32 Amask;
88 Uint32 colorkey;
97 Uint32 flags; /**< Read-only */
109 Uint32 unused1; /**< for binary compatibility */
112 Uint32 locked; /**< Private */
172 Uint32 hw_available :1; /**< Flag: Can you create hardware surfaces? */
173 Uint32 wm_available :1; /**< Flag: Can you talk to a window manager? *
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/timer/nds/
SDL_systimer.c 42 Uint32 SDL_GetTicks(void)
47 void SDL_Delay(Uint32 ms)
49 Uint32 now;
51 while((Uint32)timers2ms(TIMER0_DATA, TIMER1_DATA)<now+ms);
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_pixels_c.h 30 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask);
32 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask);
  /external/qemu/distrib/sdl-1.2.15/src/audio/
SDL_wave.h 45 Uint32 FMTchunk;
46 Uint32 fmtlen;
50 Uint32 frequency; /* One of 11025, 22050, or 44100 Hz */
51 Uint32 byterate; /* Average bytes per second */
58 Uint32 magic;
59 Uint32 length;
  /external/qemu/distrib/sdl-1.2.15/src/audio/dc/
SDL_dcaudio.h 35 Uint32 mixlen;
  /external/qemu/distrib/sdl-1.2.15/src/thread/generic/
SDL_systhread.c 40 Uint32 SDL_ThreadID(void)
  /external/qemu/distrib/sdl-1.2.15/src/video/nanox/
SDL_nxmodes_c.h 31 extern SDL_Rect ** NX_ListModes (_THIS, SDL_PixelFormat * format, Uint32 flags) ;
  /external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_video.h 65 Uint32 red;
66 Uint32 green;
67 Uint32 blue;
68 Uint32 alpha;
69 Uint32 bpp;
87 Uint32 OGLFlags; /* OpenGL flags */
88 Uint32 OGLBPP; /* OpenGL bpp */
103 Uint32 current;
104 Uint32 flags;
116 Uint32 visualbpp; /* current visual bpp *
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/timer/
SDL_timer_c.h 34 extern Uint32 SDL_alarm_interval;

Completed in 418 milliseconds

1 2 3 4 5 6 7 8 91011