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

1 2 3 4 5 67 8 91011

  /external/qemu/distrib/sdl-1.2.15/src/thread/
SDL_thread.c 155 Uint32 this_thread;
281 Uint32 SDL_GetThreadID(SDL_Thread *thread)
283 Uint32 id;
  /external/qemu/distrib/sdl-1.2.15/src/thread/symbian/
SDL_syssem.cpp 65 SDL_sem *SDL_CreateSemaphore(Uint32 initial_value)
134 int SDL_SemWaitTimeout(SDL_sem *sem, Uint32 timeout)
194 Uint32 SDL_SemValue(SDL_sem *sem)
  /external/qemu/distrib/sdl-1.2.15/test/
testgamma.c 34 int get_video_args(char *argv[], int *w, int *h, int *bpp, Uint32 *flags)
80 Uint32 flags;
83 Uint32 then, timeout;
graywin.c 22 Uint32 color;
23 Uint32 randc;
105 SDL_Surface *CreateScreen(Uint16 w, Uint16 h, Uint8 bpp, Uint32 flags)
137 Uint32 videoflags;
threadwin.c 134 Uint32 mask;
171 Uint32 mask;
231 Uint32 init_flags;
233 Uint32 video_flags;
  /external/qemu/distrib/sdl-1.2.15/src/events/
SDL_events.c 38 static Uint32 SDL_eventstate = 0;
60 static Uint32 event_thread; /* The event thread id */
144 static int SDL_StartEventThread(Uint32 flags)
202 Uint32 SDL_EventThreadID(void)
227 int SDL_StartEventLoop(Uint32 flags)
320 Uint32 mask)
  /external/qemu/distrib/sdl-1.2.15/src/audio/
SDL_wave.c 115 static int MS_ADPCM_decode(Uint8 **audio_buf, Uint32 *audio_len)
323 static int IMA_ADPCM_decode(Uint8 **audio_buf, Uint32 *audio_len)
393 SDL_AudioSpec *spec, Uint8 **audio_buf, Uint32 *audio_len)
402 Uint32 RIFFchunk;
403 Uint32 wavelen = 0;
404 Uint32 WAVEmagic;
405 Uint32 headerDiff = 0;
432 headerDiff += sizeof(Uint32); /* for WAVE */
446 /* 2 Uint32's for chunk header+len, plus the lenread */
447 headerDiff += lenread + 2 * sizeof(Uint32);
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/thread/pth/
SDL_syscond.c 122 int SDL_CondWaitTimeout(SDL_cond *cond, SDL_mutex *mutex, Uint32 ms)
  /external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
SDL_atarigl.c 410 Uint32 redmask;
518 Uint32 redmask;
801 Uint32 *dstline, *dstcol;
818 Uint32 dstcolor;
835 Uint32 *dstline, *dstcol;
852 Uint32 dstcolor;
869 Uint32 *dstline, *dstcol;
886 Uint32 dstcolor;
903 Uint32 *dstline, *dstcol;
920 Uint32 dstcolor
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/caca/
SDL_cacavideo.c 56 static SDL_Rect **Caca_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags);
57 static SDL_Surface *Caca_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
178 SDL_Rect **Caca_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags)
194 int width, int height, int bpp, Uint32 flags)
  /external/qemu/distrib/sdl-1.2.15/src/video/xbios/
SDL_xbios.h 53 Uint32 old_num_colors; /* Nb of colors in saved palette */
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8NodeListCustom.cpp 72 v8::Local<v8::Uint32> index = args[0]->ToArrayIndex();
V8HTMLAllCollectionCustom.cpp 60 v8::Local<v8::Uint32> index = argument->ToArrayIndex();
125 v8::Local<v8::Uint32> index = args[1]->ToArrayIndex();
V8HTMLCollectionCustom.cpp 60 v8::Local<v8::Uint32> index = argument->ToArrayIndex();
128 v8::Local<v8::Uint32> index = args[1]->ToArrayIndex();
  /external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
SDL_gsvideo.c 46 static SDL_Rect **GS_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags);
47 static SDL_Surface *GS_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
142 Uint32 r;
143 Uint32 g;
144 Uint32 b;
352 static SDL_Rect **GS_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags)
413 int width, int height, int bpp, Uint32 flags)
  /external/qemu/distrib/sdl-1.2.15/src/video/riscos/
SDL_wimpvideo.c 46 SDL_Rect **WIMP_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags);
47 SDL_Surface *WIMP_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
83 int width, int height, int bpp, Uint32 flags)
85 Uint32 Rmask = 0;
86 Uint32 Gmask = 0;
87 Uint32 Bmask = 0;
187 Uint32 now = SDL_GetTicks();
  /external/qemu/distrib/sdl-1.2.15/src/video/dc/
SDL_dcvideo.c 40 static SDL_Rect **DC_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags);
41 static SDL_Surface *DC_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
163 SDL_Rect **DC_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags)
191 int width, int height, int bpp, Uint32 flags)
194 Uint32 Rmask, Gmask, Bmask;
  /external/qemu/distrib/sdl-1.2.15/src/video/ipod/
SDL_ipodvideo.c 49 static SDL_Rect **iPod_ListModes (_THIS, SDL_PixelFormat *format, Uint32 flags);
50 static SDL_Surface *iPod_SetVideoMode (_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
310 static SDL_Rect **iPod_ListModes (_THIS, SDL_PixelFormat *format, Uint32 flags)
335 Uint32 flags)
337 Uint32 Rmask, Gmask, Bmask;
  /external/qemu/distrib/sdl-1.2.15/src/video/nds/
SDL_ndsvideo.c 42 static SDL_Rect **NDS_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags);
43 static SDL_Surface *NDS_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
234 SDL_Rect **NDS_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags)
240 int width, int height, int bpp, Uint32 flags)
242 Uint32 Rmask, Gmask, Bmask, Amask;
  /external/qemu/distrib/sdl-1.2.15/src/timer/os2/
SDL_systimer.c 53 DECLSPEC Uint32 SDLCALL SDL_GetTicks(void)
94 DECLSPEC void SDLCALL SDL_Delay(Uint32 ms)
  /external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_BWin.h 106 virtual int CreateView(Uint32 flags, Uint32 gl_flags) {
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbriva.c 61 static int SetHWColorKey(_THIS, SDL_Surface *surface, Uint32 key)
73 static int FillHWRect(_THIS, SDL_Surface *dst, SDL_Rect *rect, Uint32 color)
  /external/qemu/distrib/sdl-1.2.15/src/video/gem/
SDL_gemvideo.h 64 Uint32 red, green, blue, alpha; /* Screen components */
65 Uint32 screensize;
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11video.h 140 Uint32 switch_waiting;
141 Uint32 switch_time;
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/
main.c 69 Uint32 flags = 0;

Completed in 777 milliseconds

1 2 3 4 5 67 8 91011