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

1 2 3 4 5 6 78 91011

  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/
main.c 69 Uint32 flags = 0;
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/
main.c 69 Uint32 flags = 0;
  /external/qemu/distrib/sdl-1.2.15/src/audio/
SDL_sysaudio.h 86 Uint32 threadid;
  /external/qemu/distrib/sdl-1.2.15/src/audio/dummy/
SDL_dummyaudio.c 151 (Uint32) ((((float) spec->size) / bytes_per_sec) * 1000.0f);
  /external/qemu/distrib/sdl-1.2.15/src/thread/pthread/
SDL_syscond.c 98 int SDL_CondWaitTimeout(SDL_cond *cond, SDL_mutex *mutex, Uint32 ms)
  /external/qemu/distrib/sdl-1.2.15/src/thread/riscos/
SDL_syscond.c 102 int SDL_CondWaitTimeout(SDL_cond *cond, SDL_mutex *mutex, Uint32 ms)
  /external/qemu/distrib/sdl-1.2.15/src/thread/symbian/
SDL_systhread.cpp 107 Uint32 SDL_ThreadID(void)
  /external/qemu/distrib/sdl-1.2.15/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.15/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.15/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.15/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.15/test/
checkkeys.c 89 Uint32 videoflags;
loopwave.c 22 Uint32 soundlen; /* Length of wave data */
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_stretch.c 174 DEFINE_COPY_ROW(copy_row4, Uint32)
342 copy_row4((Uint32 *)srcp, srcrect->w,
343 (Uint32 *)dstp, dstrect->w);
SDL_video.c 138 int SDL_VideoInit(const char *driver_name, Uint32 flags);
151 int SDL_VideoInit (const char *driver_name, Uint32 flags)
157 Uint32 video_flags;
331 SDL_Rect ** SDL_ListModes (SDL_PixelFormat *format, Uint32 flags)
373 int SDL_VideoModeOK (int width, int height, int bpp, Uint32 flags)
432 static int SDL_GetVideoMode (int *w, int *h, int *BitsPerPixel, Uint32 flags)
504 Uint32 black;
522 Uint32 Rmask, Gmask, Bmask;
583 SDL_Surface * SDL_SetVideoMode (int width, int height, int bpp, Uint32 flags)
929 Uint32 flags
    [all...]
  /external/qemu/distrib/sdl-1.2.15/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 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) {
  /external/qemu/distrib/sdl-1.2.15/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.15/src/file/
SDL_rwops.c 615 Uint32 SDL_ReadLE32 (SDL_RWops *src)
617 Uint32 value;
622 Uint32 SDL_ReadBE32 (SDL_RWops *src)
624 Uint32 value;
654 int SDL_WriteLE32 (SDL_RWops *dst, Uint32 value)
659 int SDL_WriteBE32 (SDL_RWops *dst, Uint32 value)
  /external/qemu/distrib/sdl-1.2.15/src/audio/disk/
SDL_diskaudio.c 135 if ( (Uint32)written != this->hidden->mixlen ) {
  /external/qemu/distrib/sdl-1.2.15/src/events/
SDL_keyboard.c 46 Uint32 timestamp; /* the time the first keydown event occurred */
576 Uint32 now, interval;
581 if ( interval > (Uint32)SDL_KeyRepeat.delay ) {
586 if ( interval > (Uint32)SDL_KeyRepeat.interval ) {
  /external/qemu/distrib/sdl-1.2.15/src/thread/dc/
SDL_syscond.c 157 int SDL_CondWaitTimeout(SDL_cond *cond, SDL_mutex *mutex, Uint32 ms)
  /external/qemu/distrib/sdl-1.2.15/src/thread/generic/
SDL_syscond.c 157 int SDL_CondWaitTimeout(SDL_cond *cond, SDL_mutex *mutex, Uint32 ms)
  /external/qemu/distrib/sdl-1.2.15/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.15/src/video/dga/
SDL_dgavideo.c 48 static SDL_Rect **DGA_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags);
49 static SDL_Surface *DGA_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
59 static int DGA_FillHWRect(_THIS, SDL_Surface *dst, SDL_Rect *rect, Uint32 color);
218 static Uint32 get_video_size(_THIS)
226 Uint32 size;
235 size = (Uint32)((stop-start)/1024);
448 SDL_Rect **DGA_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags)
457 int width, int height, int bpp, Uint32 flags)
835 static int DGA_FillHWRect(_THIS, SDL_Surface *dst, SDL_Rect *rect, Uint32 color)
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbvideo.c 140 static SDL_Rect **FB_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags);
141 static SDL_Surface *FB_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
143 static SDL_Surface *FB_SetVGA16Mode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
815 static SDL_Rect **FB_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags)
940 int width, int height, int bpp, Uint32 flags)
999 int width, int height, int bpp, Uint32 flags)
1004 Uint32 Rmask;
1005 Uint32 Gmask;
1006 Uint32 Bmask;
    [all...]

Completed in 389 milliseconds

1 2 3 4 5 6 78 91011