Searched refs:Uint32 (Results 151 - 175 of 242) sorted by relevance

12345678910

/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
H A DSDL_sysyuv.cc97 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/
H A DSDL_dx5yuv.c50 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/video/
H A DSDL_video.c138 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 flag
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/ipod/
H A DSDL_ipodvideo.c49 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/ps2gs/
H A DSDL_gsvideo.c46 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/file/
H A DSDL_rwops.c615 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/chromium_org/mojo/public/js/bindings/
H A Dcodec.js547 function Uint32() {
550 Uint32.encodedSize = 4;
552 Uint32.decode = function(decoder) {
556 Uint32.encode = function(encoder, val) {
724 exports.Uint32 = Uint32;
/external/qemu/distrib/sdl-1.2.15/src/audio/disk/
H A DSDL_diskaudio.c135 if ( (Uint32)written != this->hidden->mixlen ) {
/external/qemu/distrib/sdl-1.2.15/src/audio/dummy/
H A DSDL_dummyaudio.c151 (Uint32) ((((float) spec->size) / bytes_per_sec) * 1000.0f);
/external/qemu/distrib/sdl-1.2.15/src/events/
H A DSDL_keyboard.c46 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/
H A DSDL_syscond.c157 int SDL_CondWaitTimeout(SDL_cond *cond, SDL_mutex *mutex, Uint32 ms)
/external/qemu/distrib/sdl-1.2.15/src/thread/generic/
H A DSDL_syscond.c157 int SDL_CondWaitTimeout(SDL_cond *cond, SDL_mutex *mutex, Uint32 ms)
/external/qemu/distrib/sdl-1.2.15/src/thread/os2/
H A DSDL_syscond.c157 DECLSPEC int SDLCALL SDL_CondWaitTimeout(SDL_cond *cond, SDL_mutex *mutex, Uint32 ms)
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
H A DSDL_fbvideo.c140 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;
1623 register Uint32
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/nanox/
H A DSDL_nxvideo.c44 static SDL_Surface * NX_SetVideoMode (_THIS, SDL_Surface * current, int width, int height, int bpp, Uint32 flags) ;
301 int w, int h, int bpp, Uint32 flags)
364 int width, int height, int bpp, Uint32 flags)
422 Uint32 event_thread ;
/external/qemu/distrib/sdl-1.2.15/src/video/picogui/
H A DSDL_pgvideo.c40 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/ps3/
H A DSDL_ps3video.c54 static SDL_Surface *PS3_SetVideoMode(_THIS, SDL_Surface * current, int width, int height, int bpp, Uint32 flags);
55 static SDL_Rect **PS3_ListModes(_THIS, SDL_PixelFormat * format, Uint32 flags);
258 static SDL_Rect **PS3_ListModes(_THIS, SDL_PixelFormat * format, Uint32 flags)
293 static SDL_Surface *PS3_SetVideoMode(_THIS, SDL_Surface * current, int width, int height, int bpp, Uint32 flags)
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
H A DSDL_epocvideo.cpp116 static SDL_Rect **EPOC_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags);
117 static SDL_Surface *EPOC_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
275 SDL_Rect **EPOC_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags)
407 int width, int height, int bpp, Uint32 flags)
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestvidinfo.c18 void PrintFlags(Uint32 flags)
79 Uint32 then, now;
80 Uint32 frames;
344 static const Uint32 flags[] = {
/external/qemu/distrib/sdl-1.2.15/src/video/dga/
H A DSDL_dgavideo.c48 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/macdsp/
H A DSDL_dspvideo.c154 static SDL_Rect **DSp_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags);
155 static SDL_Surface *DSp_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
169 static int DSp_SetHWColorKey(_THIS, SDL_Surface *surface, Uint32 key);
179 static int DSp_FillHWRect(_THIS, SDL_Surface *dst, SDL_Rect *rect, Uint32 color);
607 static SDL_Rect **DSp_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags)
760 SDL_Surface *current, int width, int height, int bpp, Uint32 flags)
984 Uint32 depth = GetPixDepth ( GetGDevPixMap (SDL_Display) );
1032 static int DSp_SetHWColorKey(_THIS, SDL_Surface *surface, Uint32 key)
1213 static int DSp_FillHWRect(_THIS, SDL_Surface *dst, SDL_Rect *rect, Uint32 color)
/external/chromium_org/third_party/skia/src/views/sdl/
H A DSkOSWindow_SDL.cpp215 static Uint32 timer_callback(Uint32 interval) {
/external/qemu/distrib/sdl-1.2.15/src/cdrom/
H A DSDL_cdrom.c137 Uint32 position;
149 position = (Uint32)i;
/external/qemu/distrib/sdl-1.2.15/src/cpuinfo/
H A DSDL_cpuinfo.c384 static Uint32 SDL_CPUFeatures = 0xFFFFFFFF;
386 static Uint32 SDL_GetCPUFeatures(void)
/external/qemu/distrib/sdl-1.2.15/src/video/directfb/
H A DSDL_DirectFB_yuv.c74 int width, int height, Uint32 format)
151 SDL_Overlay *DirectFB_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface *display)

Completed in 6949 milliseconds

12345678910