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

1 2 3 4 5 6 7 8 91011

  /external/qemu/distrib/sdl-1.2.12/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 43 extern void *Atari_SysMalloc(Uint32 size, Uint16 alloc_type);
  /external/qemu/distrib/sdl-1.2.12/src/audio/dummy/
SDL_dummyaudio.h 35 Uint32 mixlen;
36 Uint32 write_delay;
37 Uint32 initial_calls;
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_timer.h 46 extern DECLSPEC Uint32 SDLCALL SDL_GetTicks(void);
49 extern DECLSPEC void SDLCALL SDL_Delay(Uint32 ms);
52 typedef Uint32 (SDLCALL *SDL_TimerCallback)(Uint32 interval);
82 extern DECLSPEC int SDLCALL SDL_SetTimer(Uint32 interval, SDL_TimerCallback callback);
94 typedef Uint32 (SDLCALL *SDL_NewTimerCallback)(Uint32 interval, void *param);
102 extern DECLSPEC SDL_TimerID SDLCALL SDL_AddTimer(Uint32 interval, SDL_NewTimerCallback callback, void *param);
SDL.h 69 extern DECLSPEC int SDLCALL SDL_Init(Uint32 flags);
72 extern DECLSPEC int SDLCALL SDL_InitSubSystem(Uint32 flags);
75 extern DECLSPEC void SDLCALL SDL_QuitSubSystem(Uint32 flags);
81 extern DECLSPEC Uint32 SDLCALL SDL_WasInit(Uint32 flags);
SDL_video.h 74 Uint32 Rmask;
75 Uint32 Gmask;
76 Uint32 Bmask;
77 Uint32 Amask;
80 Uint32 colorkey;
89 Uint32 flags; /* Read-only */
101 Uint32 unused1; /* for binary compatibility */
104 Uint32 locked; /* Private */
150 Uint32 hw_available :1; /* Flag: Can you create hardware surfaces? */
151 Uint32 wm_available :1; /* Flag: Can you talk to a window manager? *
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/audio/disk/
SDL_diskaudio.h 37 Uint32 mixlen;
38 Uint32 write_delay;
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_timer.h 46 extern DECLSPEC Uint32 SDLCALL SDL_GetTicks(void);
49 extern DECLSPEC void SDLCALL SDL_Delay(Uint32 ms);
52 typedef Uint32 (SDLCALL *SDL_TimerCallback)(Uint32 interval);
82 extern DECLSPEC int SDLCALL SDL_SetTimer(Uint32 interval, SDL_TimerCallback callback);
94 typedef Uint32 (SDLCALL *SDL_NewTimerCallback)(Uint32 interval, void *param);
102 extern DECLSPEC SDL_TimerID SDLCALL SDL_AddTimer(Uint32 interval, SDL_NewTimerCallback callback, void *param);
SDL.h 69 extern DECLSPEC int SDLCALL SDL_Init(Uint32 flags);
72 extern DECLSPEC int SDLCALL SDL_InitSubSystem(Uint32 flags);
75 extern DECLSPEC void SDLCALL SDL_QuitSubSystem(Uint32 flags);
81 extern DECLSPEC Uint32 SDLCALL SDL_WasInit(Uint32 flags);
SDL_video.h 74 Uint32 Rmask;
75 Uint32 Gmask;
76 Uint32 Bmask;
77 Uint32 Amask;
80 Uint32 colorkey;
89 Uint32 flags; /* Read-only */
101 Uint32 unused1; /* for binary compatibility */
104 Uint32 locked; /* Private */
150 Uint32 hw_available :1; /* Flag: Can you create hardware surfaces? */
151 Uint32 wm_available :1; /* Flag: Can you talk to a window manager? *
    [all...]
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_timer.h 46 extern DECLSPEC Uint32 SDLCALL SDL_GetTicks(void);
49 extern DECLSPEC void SDLCALL SDL_Delay(Uint32 ms);
52 typedef Uint32 (SDLCALL *SDL_TimerCallback)(Uint32 interval);
82 extern DECLSPEC int SDLCALL SDL_SetTimer(Uint32 interval, SDL_TimerCallback callback);
94 typedef Uint32 (SDLCALL *SDL_NewTimerCallback)(Uint32 interval, void *param);
102 extern DECLSPEC SDL_TimerID SDLCALL SDL_AddTimer(Uint32 interval, SDL_NewTimerCallback callback, void *param);
SDL.h 69 extern DECLSPEC int SDLCALL SDL_Init(Uint32 flags);
72 extern DECLSPEC int SDLCALL SDL_InitSubSystem(Uint32 flags);
75 extern DECLSPEC void SDLCALL SDL_QuitSubSystem(Uint32 flags);
81 extern DECLSPEC Uint32 SDLCALL SDL_WasInit(Uint32 flags);
SDL_video.h 74 Uint32 Rmask;
75 Uint32 Gmask;
76 Uint32 Bmask;
77 Uint32 Amask;
80 Uint32 colorkey;
89 Uint32 flags; /* Read-only */
101 Uint32 unused1; /* for binary compatibility */
104 Uint32 locked; /* Private */
150 Uint32 hw_available :1; /* Flag: Can you create hardware surfaces? */
151 Uint32 wm_available :1; /* Flag: Can you talk to a window manager? *
    [all...]
  /prebuilts/tools/windows/sdl/host/include/SDL/
SDL_timer.h 51 extern DECLSPEC Uint32 SDLCALL SDL_GetTicks(void);
54 extern DECLSPEC void SDLCALL SDL_Delay(Uint32 ms);
57 typedef Uint32 (SDLCALL *SDL_TimerCallback)(Uint32 interval);
85 extern DECLSPEC int SDLCALL SDL_SetTimer(Uint32 interval, SDL_TimerCallback callback);
97 typedef Uint32 (SDLCALL *SDL_NewTimerCallback)(Uint32 interval, void *param);
105 extern DECLSPEC SDL_TimerID SDLCALL SDL_AddTimer(Uint32 interval, SDL_NewTimerCallback callback, void *param);
SDL.h 72 extern DECLSPEC int SDLCALL SDL_Init(Uint32 flags);
75 extern DECLSPEC int SDLCALL SDL_InitSubSystem(Uint32 flags);
78 extern DECLSPEC void SDLCALL SDL_QuitSubSystem(Uint32 flags);
84 extern DECLSPEC Uint32 SDLCALL SDL_WasInit(Uint32 flags);
SDL_video.h 81 Uint32 Rmask;
82 Uint32 Gmask;
83 Uint32 Bmask;
84 Uint32 Amask;
87 Uint32 colorkey;
101 Uint32 flags; /* Read-only */
113 Uint32 unused1; /* for binary compatibility */
116 Uint32 locked; /* Private */
158 Uint32 hw_available :1; /* Flag: Can you create hardware surfaces? */
159 Uint32 wm_available :1; /* Flag: Can you talk to a window manager? *
    [all...]
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_timer.h 46 extern DECLSPEC Uint32 SDLCALL SDL_GetTicks(void);
49 extern DECLSPEC void SDLCALL SDL_Delay(Uint32 ms);
52 typedef Uint32 (SDLCALL *SDL_TimerCallback)(Uint32 interval);
82 extern DECLSPEC int SDLCALL SDL_SetTimer(Uint32 interval, SDL_TimerCallback callback);
94 typedef Uint32 (SDLCALL *SDL_NewTimerCallback)(Uint32 interval, void *param);
102 extern DECLSPEC SDL_TimerID SDLCALL SDL_AddTimer(Uint32 interval, SDL_NewTimerCallback callback, void *param);
SDL.h 69 extern DECLSPEC int SDLCALL SDL_Init(Uint32 flags);
72 extern DECLSPEC int SDLCALL SDL_InitSubSystem(Uint32 flags);
75 extern DECLSPEC void SDLCALL SDL_QuitSubSystem(Uint32 flags);
81 extern DECLSPEC Uint32 SDLCALL SDL_WasInit(Uint32 flags);
SDL_video.h 74 Uint32 Rmask;
75 Uint32 Gmask;
76 Uint32 Bmask;
77 Uint32 Amask;
80 Uint32 colorkey;
89 Uint32 flags; /* Read-only */
101 Uint32 unused1; /* for binary compatibility */
104 Uint32 locked; /* Private */
150 Uint32 hw_available :1; /* Flag: Can you create hardware surfaces? */
151 Uint32 wm_available :1; /* Flag: Can you talk to a window manager? *
    [all...]
  /external/qemu/distrib/sdl-1.2.12/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.12/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.12/src/audio/dc/
SDL_dcaudio.h 35 Uint32 mixlen;
  /external/qemu/distrib/sdl-1.2.12/src/thread/generic/
SDL_systhread.c 40 Uint32 SDL_ThreadID(void)
  /external/qemu/distrib/sdl-1.2.12/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.12/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...]

Completed in 347 milliseconds

1 2 3 4 5 6 7 8 91011