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

1 2 3 45 6 7 8 91011

  /external/qemu/distrib/sdl-1.2.12/src/thread/os2/
SDL_syssem.c 38 Uint32 value;
43 DECLSPEC SDL_sem * SDLCALL SDL_CreateSemaphore(Uint32 initial_value)
82 DECLSPEC int SDLCALL SDL_SemWaitTimeout(SDL_sem *sem, Uint32 timeout)
169 DECLSPEC Uint32 SDLCALL SDL_SemValue(SDL_sem *sem)
SDL_systhread.c 88 DECLSPEC Uint32 SDLCALL SDL_ThreadID(void)
92 return((Uint32) (tib->tib_ptib2->tib2_ultid));
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_cursor_c.h 27 extern int SDL_CursorInit(Uint32 flags);
SDL_blit_0.c 158 Uint32 *map, *dst;
167 dst = (Uint32 *)info->d_pixels;
169 map = (Uint32 *)info->table;
198 Uint32 ckey = info->src->colorkey;
250 Uint32 ckey = info->src->colorkey;
284 Uint32 ckey = info->src->colorkey;
314 Uint32 *dstp = (Uint32 *)info->d_pixels;
317 Uint32 ckey = info->src->colorkey;
333 *dstp=((Uint32 *)palmap)[bit]
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_sysyuv.h 65 extern SDL_Overlay* BE_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface* display);
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fbmatrox.c 52 static int SetHWColorKey(_THIS, SDL_Surface *surface, Uint32 key)
65 static int FillHWRect(_THIS, SDL_Surface *dst, SDL_Rect *rect, Uint32 color)
68 Uint32 fxbndry;
69 Uint32 ydstlen;
70 Uint32 fillop;
127 Uint32 sign;
128 Uint32 start, stop;
130 Uint32 blitop;
184 Uint32 colorkey;
  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzVideo.h 90 Uint32 width, height, bpp; /* frequently used data about the display */
91 Uint32 flags; /* flags for current mode, for teardown purposes */
92 Uint32 video_set; /* boolean; indicates if video was set correctly */
93 Uint32 warp_flag; /* boolean; notify to event loop that a warp just occured */
94 Uint32 warp_ticks; /* timestamp when the warp occured */
101 Uint32 current_mods; /* current keyboard modifiers, to track modifier state */
103 Uint32 last_virtual_button;/* last virtual mouse button pressed */
189 int QZ_SetupOpenGL (_THIS, int bpp, Uint32 flags);
226 Uint32 format, SDL_Surface *display);
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_main.h 67 extern DECLSPEC int SDLCALL SDL_RegisterApp(char *name, Uint32 style, void *hInst);
SDL_cdrom.h 65 Uint32 length; /* Length, in frames, of this track */
66 Uint32 offset; /* Offset, in frames, from start of disk */
SDL_thread.h 96 extern DECLSPEC Uint32 SDLCALL SDL_ThreadID(void);
101 extern DECLSPEC Uint32 SDLCALL SDL_GetThreadID(SDL_Thread *thread);
SDL_audio.h 49 Uint32 size; /* Audio buffer size in bytes (calculated) */
190 extern DECLSPEC SDL_AudioSpec * SDLCALL SDL_LoadWAV_RW(SDL_RWops *src, int freesrc, SDL_AudioSpec *spec, Uint8 **audio_buf, Uint32 *audio_len);
230 extern DECLSPEC void SDLCALL SDL_MixAudio(Uint8 *dst, const Uint8 *src, Uint32 len, int volume);
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_main.h 67 extern DECLSPEC int SDLCALL SDL_RegisterApp(char *name, Uint32 style, void *hInst);
SDL_cdrom.h 65 Uint32 length; /* Length, in frames, of this track */
66 Uint32 offset; /* Offset, in frames, from start of disk */
SDL_thread.h 96 extern DECLSPEC Uint32 SDLCALL SDL_ThreadID(void);
101 extern DECLSPEC Uint32 SDLCALL SDL_GetThreadID(SDL_Thread *thread);
  /prebuilts/tools/windows/sdl/host/include/SDL/
SDL_main.h 71 extern DECLSPEC int SDLCALL SDL_RegisterApp(char *name, Uint32 style, void *hInst);
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_main.h 67 extern DECLSPEC int SDLCALL SDL_RegisterApp(char *name, Uint32 style, void *hInst);
SDL_cdrom.h 65 Uint32 length; /* Length, in frames, of this track */
66 Uint32 offset; /* Offset, in frames, from start of disk */
SDL_thread.h 96 extern DECLSPEC Uint32 SDLCALL SDL_ThreadID(void);
101 extern DECLSPEC Uint32 SDLCALL SDL_GetThreadID(SDL_Thread *thread);
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_cdrom.h 65 Uint32 length; /* Length, in frames, of this track */
66 Uint32 offset; /* Offset, in frames, from start of disk */
SDL_thread.h 96 extern DECLSPEC Uint32 SDLCALL SDL_ThreadID(void);
101 extern DECLSPEC Uint32 SDLCALL SDL_GetThreadID(SDL_Thread *thread);
SDL_audio.h 49 Uint32 size; /* Audio buffer size in bytes (calculated) */
190 extern DECLSPEC SDL_AudioSpec * SDLCALL SDL_LoadWAV_RW(SDL_RWops *src, int freesrc, SDL_AudioSpec *spec, Uint8 **audio_buf, Uint32 *audio_len);
230 extern DECLSPEC void SDLCALL SDL_MixAudio(Uint8 *dst, const Uint8 *src, Uint32 len, int volume);
  /external/qemu/distrib/sdl-1.2.12/src/thread/beos/
SDL_systhread.c 81 Uint32 SDL_ThreadID(void)
83 return((Uint32)find_thread(NULL));
  /external/qemu/distrib/sdl-1.2.12/src/thread/generic/
SDL_sysmutex.c 32 Uint32 owner;
75 Uint32 this_thread;
  /external/qemu/distrib/sdl-1.2.12/src/thread/pth/
SDL_systhread.c 89 Uint32 SDL_ThreadID(void)
91 return((Uint32)pth_self());
  /external/qemu/distrib/sdl-1.2.12/src/thread/epoc/
SDL_syssem.cpp 56 SDL_sem *SDL_CreateSemaphore(Uint32 initial_value)
121 int SDL_SemWaitTimeout(SDL_sem *sem, Uint32 timeout)
173 Uint32 SDL_SemValue(SDL_sem *sem)

Completed in 2696 milliseconds

1 2 3 45 6 7 8 91011