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

1 2 3 4 5 67 8 91011

  /external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_syswm.c 68 Uint32 biSize;
73 Uint32 biCompression;
74 Uint32 biSizeImage;
77 Uint32 biClrUsed;
78 Uint32 biClrImportant;
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_blit_N.c 133 Uint32 rmask = RESHIFT(srcfmt->Rshift) << (dstfmt->Rshift);
134 Uint32 gmask = RESHIFT(srcfmt->Gshift) << (dstfmt->Gshift);
135 Uint32 bmask = RESHIFT(srcfmt->Bshift) << (dstfmt->Bshift);
136 Uint32 amask;
186 Uint32 Pixel; \
545 Uint32 *srcp = (Uint32 *) info->s_pixels;
547 Uint32 *dstp = (Uint32 *) info->d_pixels;
555 Uint32 rgbmask = srcfmt->Rmask | srcfmt->Gmask | srcfmt->Bmask
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/audio/mint/
SDL_mintaudio.c 90 void SDL_MintAudio_AddFrequency(_THIS, Uint32 frequency, Uint32 clock,
91 Uint32 prediv, int gpio_bits)
  /external/qemu/distrib/sdl-1.2.12/src/thread/
SDL_thread.c 153 Uint32 this_thread;
279 Uint32 SDL_GetThreadID(SDL_Thread *thread)
281 Uint32 id;
  /external/qemu/distrib/sdl-1.2.12/src/thread/amigaos/
SDL_thread.c 138 Uint32 this_thread;
259 Uint32 SDL_GetThreadID(SDL_Thread *thread)
261 Uint32 id;
  /external/qemu/distrib/sdl-1.2.12/src/audio/
SDL_wave.c 117 static int MS_ADPCM_decode(Uint8 **audio_buf, Uint32 *audio_len)
327 static int IMA_ADPCM_decode(Uint8 **audio_buf, Uint32 *audio_len)
397 SDL_AudioSpec *spec, Uint8 **audio_buf, Uint32 *audio_len)
406 Uint32 RIFFchunk;
407 Uint32 wavelen = 0;
408 Uint32 WAVEmagic;
409 Uint32 headerDiff = 0;
436 headerDiff += sizeof(Uint32); /* for WAVE */
449 /* 2 Uint32's for chunk header+len, plus the lenread */
450 headerDiff += lenread + 2 * sizeof(Uint32);
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/thread/epoc/
SDL_systhread.cpp 97 Uint32 SDL_ThreadID(void)
  /external/qemu/distrib/sdl-1.2.12/src/thread/pth/
SDL_syscond.c 122 int SDL_CondWaitTimeout(SDL_cond *cond, SDL_mutex *mutex, Uint32 ms)
  /external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/
SDL_atarigl.c 412 Uint32 redmask;
520 Uint32 redmask;
803 Uint32 *dstline, *dstcol;
820 Uint32 dstcolor;
837 Uint32 *dstline, *dstcol;
854 Uint32 dstcolor;
871 Uint32 *dstline, *dstcol;
888 Uint32 dstcolor;
905 Uint32 *dstline, *dstcol;
922 Uint32 dstcolor
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgxmodes.c 37 Uint32 idok;
79 Uint32 tID;
217 SDL_Rect **CGX_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags)
261 Uint32 saved_flags;
SDL_cgxaccel.c 50 int CGX_SetHWColorKey(_THIS,SDL_Surface *surface, Uint32 key)
59 Uint32 pitch,ok=0;
129 Uint32 *mapl;
135 mapl=(Uint32 *)map;
243 int CGX_FillHWRect(_THIS,SDL_Surface *dst,SDL_Rect *dstrect,Uint32 color)
SDL_cgxvideo.c 47 static SDL_Surface *CGX_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
256 Uint32 MakeBitMask(_THIS,int type,int format,int *bpp)
374 return (Uint32) (255<<(type*8));
473 Uint32 okid=BestCModeIDTags(CYBRBIDTG_NominalWidth,SDL_Display->Width,
643 static void CGX_SetSizeHints(_THIS, int w, int h, Uint32 flags)
665 int w, int h, int bpp, Uint32 flags)
669 Uint32 vis;
713 Uint32 form;
881 SDL_Surface *screen, int w, int h, Uint32 flags)
901 int width, int height, int bpp, Uint32 flags
    [all...]
  /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();
  /prebuilts/tools/windows/sdl/host/include/SDL/
SDL_rwops.h 69 Uint32 type;
  /external/qemu/distrib/sdl-1.2.12/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.12/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.12/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.12/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.12/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.12/src/video/bwindow/
SDL_BWin.h 105 virtual int CreateView(Uint32 flags, Uint32 gl_flags) {
  /external/qemu/distrib/sdl-1.2.12/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.12/src/video/gem/
SDL_gemvideo.h 64 Uint32 red, green, blue, alpha; /* Screen components */
65 Uint32 screensize;
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11video.h 145 Uint32 switch_waiting;
146 Uint32 switch_time;

Completed in 418 milliseconds

1 2 3 4 5 67 8 91011