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

1 2 3 4 5 6 78 91011

  /external/qemu/distrib/sdl-1.2.12/src/audio/
SDL_sysaudio.h 84 Uint32 threadid;
  /external/qemu/distrib/sdl-1.2.12/src/audio/dummy/
SDL_dummyaudio.c 151 (Uint32) ((((float) spec->size) / bytes_per_sec) * 1000.0f);
  /external/qemu/distrib/sdl-1.2.12/src/thread/pthread/
SDL_syscond.c 98 int SDL_CondWaitTimeout(SDL_cond *cond, SDL_mutex *mutex, Uint32 ms)
  /external/qemu/distrib/sdl-1.2.12/src/thread/riscos/
SDL_syscond.c 102 int SDL_CondWaitTimeout(SDL_cond *cond, SDL_mutex *mutex, Uint32 ms)
  /external/qemu/distrib/sdl-1.2.12/src/video/aalib/
SDL_aavideo.c 45 static SDL_Rect **AA_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags);
46 static SDL_Surface *AA_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
187 SDL_Rect **AA_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags)
246 int width, int height, int bpp, Uint32 flags)
  /external/qemu/distrib/sdl-1.2.12/src/video/ggi/
SDL_ggivideo.c 53 static SDL_Rect **GGI_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags);
54 static SDL_Surface *GGI_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
243 static SDL_Rect **GGI_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags)
251 SDL_Surface *GGI_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags)
  /external/qemu/distrib/sdl-1.2.12/src/video/picogui/
SDL_pgvideo.c 40 static SDL_Rect **PG_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags);
41 static SDL_Surface *PG_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
186 SDL_Rect **PG_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags)
192 int width, int height, int bpp, Uint32 flags)
  /external/qemu/distrib/sdl-1.2.12/src/video/qtopia/
SDL_sysvideo.cc 55 static SDL_Rect **QT_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags);
56 static SDL_Surface *QT_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
244 SDL_Rect **QT_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags)
276 int width, int height, int bpp, Uint32 flags)
  /external/qemu/distrib/sdl-1.2.12/src/video/xbios/
SDL_xbios.h 57 Uint32 old_num_colors; /* Nb of colors in saved palette */
SDL_xbios.c 70 static SDL_Rect **XBIOS_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags);
71 static SDL_Surface *XBIOS_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
459 this->info.video_mem = (Uint32) Atari_SysMalloc(-1L, MX_STRAM);
477 static SDL_Rect **XBIOS_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags)
506 int width, int height, int bpp, Uint32 flags)
511 Uint32 new_screen_size;
512 Uint32 modeflags;
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_stretch.c 143 DEFINE_COPY_ROW(copy_row4, Uint32)
317 copy_row4((Uint32 *)srcp, srcrect->w,
318 (Uint32 *)dstp, dstrect->w);
SDL_video.c 132 int SDL_VideoInit(const char *driver_name, Uint32 flags);
145 int SDL_VideoInit (const char *driver_name, Uint32 flags)
151 Uint32 video_flags;
325 SDL_Rect ** SDL_ListModes (SDL_PixelFormat *format, Uint32 flags)
367 int SDL_VideoModeOK (int width, int height, int bpp, Uint32 flags)
426 static int SDL_GetVideoMode (int *w, int *h, int *BitsPerPixel, Uint32 flags)
498 Uint32 black;
514 Uint32 Rmask, Gmask, Bmask;
571 SDL_Surface * SDL_SetVideoMode (int width, int height, int bpp, Uint32 flags)
912 Uint32 flags
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_sysyuv.cc 50 uint32 width = bounds.IntegerWidth() + 1;
51 uint32 height = bounds.IntegerHeight() + 1;
52 uint32 width_padding = 0;
53 uint32 height_padding = 0;
60 uint32 aligned_width = r.source.width_alignment + 1;
66 uint32 aligned_height = r.source.height_alignment + 1;
97 enum color_space convert_color_space(Uint32 format) {
115 int count_planes(Uint32 format) {
129 SDL_Overlay *BE_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface *display) {
SDL_sysvideo.cc 47 static SDL_Rect **BE_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags);
48 static SDL_Surface *BE_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
60 static SDL_Overlay *BE_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface *display);
164 static inline int ColorSpaceToBitsPerPixel(uint32 colorspace)
264 uint32 i, nmodes;
326 SDL_Rect **BE_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags)
351 uint32 i, nmodes;
387 mode->timing.pixel_clock = (uint32)((mode->timing.h_total * mode->timing.v_total)
491 int width, int height, int bpp, Uint32 flags)
496 Uint32 gl_flags = 0
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/windx5/
SDL_dx5yuv.c 50 int width, int height, Uint32 format)
110 static char *PrintFOURCC(Uint32 code)
122 SDL_Overlay *DX5_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface *display)
  /external/qemu/distrib/sdl-1.2.12/src/file/
SDL_rwops.c 554 Uint32 SDL_ReadLE32 (SDL_RWops *src)
556 Uint32 value;
561 Uint32 SDL_ReadBE32 (SDL_RWops *src)
563 Uint32 value;
593 int SDL_WriteLE32 (SDL_RWops *dst, Uint32 value)
598 int SDL_WriteBE32 (SDL_RWops *dst, Uint32 value)
  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzYUV.m 108 #define CHECK_ALIGN(x) do { if ((Uint32)x & 15) { SDL_SetError("Alignment error"); return NULL; } } while(0)
114 Uint32 format, SDL_Surface *display) {
116 Uint32 codec;
  /external/qemu/distrib/sdl-1.2.12/src/audio/disk/
SDL_diskaudio.c 135 if ( (Uint32)written != this->hidden->mixlen ) {
  /external/qemu/distrib/sdl-1.2.12/src/events/
SDL_keyboard.c 46 Uint32 timestamp; /* the time the first keydown event occurred */
540 Uint32 now, interval;
545 if ( interval > (Uint32)SDL_KeyRepeat.delay ) {
550 if ( interval > (Uint32)SDL_KeyRepeat.interval ) {
  /external/qemu/distrib/sdl-1.2.12/src/joystick/mint/
SDL_sysjoystick.c 120 Uint32 prevstate;
164 static Uint32 jp_joypads[8];
357 Uint32 curstate,prevstate;
628 Uint32 cur_fire, cur_dir;
  /external/qemu/distrib/sdl-1.2.12/src/thread/dc/
SDL_syscond.c 157 int SDL_CondWaitTimeout(SDL_cond *cond, SDL_mutex *mutex, Uint32 ms)
  /external/qemu/distrib/sdl-1.2.12/src/thread/generic/
SDL_syscond.c 157 int SDL_CondWaitTimeout(SDL_cond *cond, SDL_mutex *mutex, Uint32 ms)
  /external/qemu/distrib/sdl-1.2.12/src/thread/os2/
SDL_syscond.c 157 DECLSPEC int SDLCALL SDL_CondWaitTimeout(SDL_cond *cond, SDL_mutex *mutex, Uint32 ms)
  /external/qemu/distrib/sdl-1.2.12/src/video/dga/
SDL_dgavideo.c 53 static SDL_Rect **DGA_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags);
54 static SDL_Surface *DGA_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
64 static int DGA_FillHWRect(_THIS, SDL_Surface *dst, SDL_Rect *rect, Uint32 color);
223 static Uint32 get_video_size(_THIS)
231 Uint32 size;
240 size = (Uint32)((stop-start)/1024);
444 SDL_Rect **DGA_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags)
453 int width, int height, int bpp, Uint32 flags)
831 static int DGA_FillHWRect(_THIS, SDL_Surface *dst, SDL_Rect *rect, Uint32 color)
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fbvideo.c 132 static SDL_Rect **FB_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags);
133 static SDL_Surface *FB_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
135 static SDL_Surface *FB_SetVGA16Mode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
738 static SDL_Rect **FB_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags)
863 int width, int height, int bpp, Uint32 flags)
922 int width, int height, int bpp, Uint32 flags)
927 Uint32 Rmask;
928 Uint32 Gmask;
929 Uint32 Bmask;
    [all...]

Completed in 2947 milliseconds

1 2 3 4 5 6 78 91011