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

1 2 3 4 5 6 7 891011

  /external/qemu/distrib/sdl-1.2.12/src/video/macdsp/
SDL_dspvideo.c 154 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)
769 UInt32 rmask = 0, gmask = 0, bmask = 0;
984 Uint32 depth = GetPixDepth ( GetGDevPixMap (SDL_Display) );
1032 static int DSp_SetHWColorKey(_THIS, SDL_Surface *surface, Uint32 key)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/nanox/
SDL_nxvideo.c 44 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.12/src/video/svga/
SDL_svgavideo.c 55 static SDL_Rect **SVGA_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags);
56 static SDL_Surface *SVGA_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
330 SDL_Rect **SVGA_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags)
340 int width, int height, int bpp, Uint32 flags)
  /external/qemu/distrib/sdl-1.2.12/src/video/wscons/
SDL_wsconsvideo.c 54 static SDL_Rect **WSCONS_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags);
55 static SDL_Surface *WSCONS_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
333 SDL_Rect **WSCONS_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags)
343 int width, int height, int bpp, Uint32 flags)
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/
SDL_cdrom.c 137 Uint32 position;
149 position = (Uint32)i;
  /external/qemu/distrib/sdl-1.2.12/src/cpuinfo/
SDL_cpuinfo.c 331 static Uint32 SDL_CPUFeatures = 0xFFFFFFFF;
333 static Uint32 SDL_GetCPUFeatures(void)
  /external/qemu/distrib/sdl-1.2.12/src/video/directfb/
SDL_DirectFB_yuv.c 74 int width, int height, Uint32 format)
151 SDL_Overlay *DirectFB_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface *display)
SDL_DirectFB_video.c 55 static SDL_Rect **DirectFB_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags);
56 static SDL_Surface *DirectFB_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
63 static int DirectFB_FillHWRect(_THIS, SDL_Surface *dst, SDL_Rect *dstrect, Uint32 color);
70 static int DirectFB_SetHWColorKey(_THIS, SDL_Surface *surface, Uint32 key);
579 static SDL_Rect **DirectFB_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags)
590 static SDL_Surface *DirectFB_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags)
903 static int DirectFB_FillHWRect(_THIS, SDL_Surface *dst, SDL_Rect *dstrect, Uint32 color)
918 static int DirectFB_SetHWColorKey(_THIS, SDL_Surface *src, Uint32 key)
  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_ph_gl.c 195 int ph_SetupOpenGLContext(_THIS, int width, int height, int bpp, Uint32 flags)
278 int ph_SetupOpenGLContext(_THIS, int width, int height, int bpp, Uint32 flags)
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_cursor.c 65 int SDL_CursorInit(Uint32 multithreaded)
373 const Uint32 pixels[2] = { 0xFFFFFFFF, 0x00000000 };
469 Uint32 *dst;
472 dst = (Uint32 *)screen->pixels +
499 const Uint32 pixels[2] = { 0xFFFFFF, 0x000000 };
SDL_yuv.c 32 SDL_Overlay *SDL_CreateYUVOverlay(int w, int h, Uint32 format,
  /external/qemu/distrib/sdl-1.2.12/src/video/gem/
SDL_gemvideo.c 80 static SDL_Rect **GEM_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags);
81 static SDL_Surface *GEM_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
220 Uint32 num_colours;
235 num_colours = *((Uint32 *) &work_out[3]);
476 SDL_Rect **GEM_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags)
622 int width, int height, int bpp, Uint32 flags)
624 Uint32 modeflags, screensize;
  /external/qemu/distrib/sdl-1.2.12/src/video/windib/
SDL_dibvideo.c 72 static SDL_Rect **DIB_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags);
73 SDL_Surface *DIB_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
398 SDL_Rect **DIB_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags)
480 int width, int height, int bpp, Uint32 flags)
484 Uint32 prev_flags;
497 Uint32 Rmask, Gmask, Bmask;
748 ((Uint32*)binfo->bmiColors)[0] = video->format->Rmask;
749 ((Uint32*)binfo->bmiColors)[1] = video->format->Gmask;
750 ((Uint32*)binfo->bmiColors)[2] = video->format->Bmask;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/audio/alsa/
SDL_alsa_audio.c 275 const Uint32 count = (this->spec.samples / 6); \
276 Uint32 i; \
284 static __inline__ void swizzle_alsa_channels_6_32bit(_THIS) { SWIZ6(Uint32); }
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_events.h 75 It is the number of bits in the event mask datatype -- Uint32
265 SDL_eventaction action, Uint32 mask);
  /external/qemu/distrib/sdl-1.2.12/src/audio/dmedia/
SDL_irixaudio.c 112 SDL_Delay((Uint32)timeleft);
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fbvideo.h 90 Uint32 screen_arealen;
  /external/qemu/distrib/sdl-1.2.12/src/video/maccommon/
SDL_macevents.c 130 UInt32 wait_time;
162 const Uint32 *keysptr = (Uint32 *) &keys;
163 const Uint32 *last_keysptr = (Uint32 *) &last_keys;
459 UInt32 state;
460 UInt32 value;
  /external/qemu/distrib/sdl-1.2.12/src/video/macrom/
SDL_romvideo.c 57 static SDL_Rect **ROM_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags);
58 static SDL_Surface *ROM_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
259 static SDL_Rect **ROM_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags)
482 int width, int height, int bpp, Uint32 flags)
  /external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_riscosFullScreenVideo.c 97 int width, int height, int bpp, Uint32 flags)
100 Uint32 Rmask = 0;
101 Uint32 Gmask = 0;
102 Uint32 Bmask = 0;
  /external/qemu/distrib/sdl-1.2.12/src/video/vgl/
SDL_vglvideo.c 49 static SDL_Rect **VGL_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags);
50 static SDL_Surface *VGL_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
303 SDL_Rect **VGL_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags)
313 int width, int height, int bpp, Uint32 flags)
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_events.h 75 It is the number of bits in the event mask datatype -- Uint32
265 SDL_eventaction action, Uint32 mask);
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_events.h 75 It is the number of bits in the event mask datatype -- Uint32
265 SDL_eventaction action, Uint32 mask);
  /prebuilts/tools/windows/sdl/host/include/SDL/
SDL_events.h 74 It is the number of bits in the event mask datatype -- Uint32
262 SDL_eventaction action, Uint32 mask);
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_events.h 75 It is the number of bits in the event mask datatype -- Uint32
265 SDL_eventaction action, Uint32 mask);

Completed in 2154 milliseconds

1 2 3 4 5 6 7 891011