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

1 2 3 4 56 7 8 91011

  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_audio.h 49 Uint32 size; /* Audio buffer size in bytes (calculated) */
190 extern DECLSPEC SDL_AudioSpec * SDLCALL SDL_LoadWAV_RW(SDL_RWops *src, int freesrc, SDL_AudioSpec *spec, Uint8 **audio_buf, Uint32 *audio_len);
230 extern DECLSPEC void SDLCALL SDL_MixAudio(Uint8 *dst, const Uint8 *src, Uint32 len, int volume);
SDL_stdinc.h 90 typedef uint32_t Uint32;
100 Uint32 hi;
101 Uint32 lo;
113 SDL_COMPILE_TIME_ASSERT(uint32, sizeof(Uint32) == 4);
249 : "0" (dst), "1" (val), "2" ((Uint32)(len)) \
258 Uint32 *_p = (Uint32 *)(dst); \
259 Uint32 _val = (val); \
586 #define SDL_iconv_utf8_ucs4(S) (Uint32 *)SDL_iconv_string("UCS-4", "UTF-8", S, SDL_strlen(S)+1
    [all...]
  /prebuilts/tools/windows/sdl/host/include/SDL/
SDL_audio.h 55 Uint32 size; /* Audio buffer size in bytes (calculated) */
196 extern DECLSPEC SDL_AudioSpec * SDLCALL SDL_LoadWAV_RW(SDL_RWops *src, int freesrc, SDL_AudioSpec *spec, Uint8 **audio_buf, Uint32 *audio_len);
236 extern DECLSPEC void SDLCALL SDL_MixAudio(Uint8 *dst, const Uint8 *src, Uint32 len, int volume);
SDL_cdrom.h 69 Uint32 length; /* Length, in frames, of this track */
70 Uint32 offset; /* Offset, in frames, from start of disk */
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_audio.h 49 Uint32 size; /* Audio buffer size in bytes (calculated) */
190 extern DECLSPEC SDL_AudioSpec * SDLCALL SDL_LoadWAV_RW(SDL_RWops *src, int freesrc, SDL_AudioSpec *spec, Uint8 **audio_buf, Uint32 *audio_len);
230 extern DECLSPEC void SDLCALL SDL_MixAudio(Uint8 *dst, const Uint8 *src, Uint32 len, int volume);
SDL_stdinc.h 90 typedef uint32_t Uint32;
100 Uint32 hi;
101 Uint32 lo;
113 SDL_COMPILE_TIME_ASSERT(uint32, sizeof(Uint32) == 4);
249 : "0" (dst), "1" (val), "2" ((Uint32)(len)) \
258 Uint32 *_p = (Uint32 *)(dst); \
259 Uint32 _val = (val); \
586 #define SDL_iconv_utf8_ucs4(S) (Uint32 *)SDL_iconv_string("UCS-4", "UTF-8", S, SDL_strlen(S)+1
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/timer/amigaos/
SDL_systimer.c 68 Uint32 SDL_GetTicks (void)
85 void SDL_Delay (Uint32 ms)
127 Uint32 SDL_GetTicks (void)
143 void SDL_Delay (Uint32 ms)
  /external/qemu/distrib/sdl-1.2.12/src/video/dummy/
SDL_nullvideo.c 53 static SDL_Rect **DUMMY_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags);
54 static SDL_Surface *DUMMY_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
156 SDL_Rect **DUMMY_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags)
162 int width, int height, int bpp, Uint32 flags)
  /external/qemu/distrib/sdl-1.2.12/src/video/nanox/
SDL_nxmodes.c 31 SDL_Rect ** NX_ListModes (_THIS, SDL_PixelFormat * format, Uint32 flags)
  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_phyuv_c.h 56 extern SDL_Overlay* ph_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface* display);
  /external/qemu/distrib/sdl-1.2.12/src/video/qtopia/
SDL_lowvideo.h 47 Uint32 last_buttons;
  /external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/
SDL_gsyuv.c 75 SDL_Overlay *GS_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface *display)
324 Uint32 *lum, *Cr, *Cb;
327 Uint32 *lum_src, *Cr_src, *Cb_src;
328 Uint32 *srcp, *dstp;
336 lum = (Uint32 *)overlay->pixels[0];
337 Cr = (Uint32 *)overlay->pixels[1];
338 Cb = (Uint32 *)overlay->pixels[2];
341 lum = (Uint32 *)overlay->pixels[0];
342 Cr = (Uint32 *)overlay->pixels[2];
343 Cb = (Uint32 *)overlay->pixels[1]
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/thread/win32/
SDL_systhread.c 132 Uint32 SDL_ThreadID(void)
134 return((Uint32)GetCurrentThreadId());
  /external/qemu/distrib/sdl-1.2.12/src/timer/win32/
SDL_systimer.c 73 Uint32 SDL_GetTicks(void)
107 void SDL_Delay(Uint32 ms)
  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzWindow.m 42 Uint32 *pixels = (Uint32*) surface->pixels;
43 Uint32 rowPixels = surface->pitch / 4;
44 Uint32 i, j;
  /external/qemu/distrib/sdl-1.2.12/src/events/
SDL_events.c 38 static Uint32 SDL_eventstate = 0;
60 static Uint32 event_thread; /* The event thread id */
144 static int SDL_StartEventThread(Uint32 flags)
200 Uint32 SDL_EventThreadID(void)
225 int SDL_StartEventLoop(Uint32 flags)
318 Uint32 mask)
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_surface.c 37 SDL_Surface * SDL_CreateRGBSurface (Uint32 flags,
39 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask)
156 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask)
175 int SDL_SetColorKey (SDL_Surface *surface, Uint32 flag, Uint32 key
    [all...]
SDL_blit.h 131 Pixel = *((Uint32 *)(buf)); \
158 Pixel = *((Uint32 *)(buf)); \
221 Uint32 Pixel; \
224 *((Uint32 *)(buf)) = Pixel; \
256 Uint32 *bufp; \
257 Uint32 Pixel; \
259 bufp = (Uint32 *)buf; \
321 Pixel = *((Uint32 *)(buf)); \
375 Uint32 Pixel; \
378 *((Uint32 *)(buf)) = Pixel;
    [all...]
SDL_yuv_sw.c 106 Uint32 *rgb_2_pix;
107 void (*Display1X)(int *colortab, Uint32 *rgb_2_pix,
111 void (*Display2X)(int *colortab, Uint32 *rgb_2_pix,
125 extern void Color565DitherYV12MMX1X( int *colortab, Uint32 *rgb_2_pix,
129 extern void ColorRGBDitherYV12MMX1X( int *colortab, Uint32 *rgb_2_pix,
135 static void Color16DitherYV12Mod1X( int *colortab, Uint32 *rgb_2_pix,
205 static void Color24DitherYV12Mod1X( int *colortab, Uint32 *rgb_2_pix,
289 static void Color32DitherYV12Mod1X( int *colortab, Uint32 *rgb_2_pix,
364 static void Color16DitherYV12Mod2X( int *colortab, Uint32 *rgb_2_pix,
437 static void Color24DitherYV12Mod2X( int *colortab, Uint32 *rgb_2_pix
    [all...]
SDL_pixels.c 38 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask)
41 Uint32 mask;
225 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask)
340 Uint32 SDL_MapRG
    [all...]
SDL_sysvideo.h 64 SDL_Rect **(*ListModes)(_THIS, SDL_PixelFormat *format, Uint32 flags);
75 int width, int height, int bpp, Uint32 flags);
91 Uint32 format, SDL_Surface *display);
132 int (*FillHWRect)(_THIS, SDL_Surface *dst, SDL_Rect *rect, Uint32 color);
135 int (*SetHWColorKey)(_THIS, SDL_Surface *surface, Uint32 key);
  /external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_riscosvideo.c 54 static SDL_Rect **RISCOS_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags);
55 static SDL_Surface *RISCOS_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
65 extern SDL_Surface *FULLSCREEN_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
71 extern SDL_Surface *WIMP_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
237 SDL_Rect **RISCOS_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags)
252 int width, int height, int bpp, Uint32 flags)
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgximage.c 130 int CGX_ResizeImage(_THIS, SDL_Surface *screen, Uint32 flags)
215 Uint32 pitch;
299 Uint32 *spot;
301 spot = (Uint32 *) ((Uint8 *)screen->pixels +
341 Uint32 *spot;
348 spot = (Uint32 *) ((Uint8 *)screen->pixels +
369 void USE_WPA(char *a,int b,int c,int d, struct RastPort *e,int f,int g, int h, int i, Uint32 l)
459 Uint32 destpitch;
513 Uint32 destpitch;
565 Uint32 destpitch
    [all...]
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_stdinc.h 90 typedef uint32_t Uint32;
100 Uint32 hi;
101 Uint32 lo;
113 SDL_COMPILE_TIME_ASSERT(uint32, sizeof(Uint32) == 4);
249 : "0" (dst), "1" (val), "2" ((Uint32)(len)) \
258 Uint32 *_p = (Uint32 *)(dst); \
259 Uint32 _val = (val); \
586 #define SDL_iconv_utf8_ucs4(S) (Uint32 *)SDL_iconv_string("UCS-4", "UTF-8", S, SDL_strlen(S)+1
    [all...]
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 90 typedef uint32_t Uint32;
100 Uint32 hi;
101 Uint32 lo;
113 SDL_COMPILE_TIME_ASSERT(uint32, sizeof(Uint32) == 4);
249 : "0" (dst), "1" (val), "2" ((Uint32)(len)) \
258 Uint32 *_p = (Uint32 *)(dst); \
259 Uint32 _val = (val); \
586 #define SDL_iconv_utf8_ucs4(S) (Uint32 *)SDL_iconv_string("UCS-4", "UTF-8", S, SDL_strlen(S)+1
    [all...]

Completed in 3186 milliseconds

1 2 3 4 56 7 8 91011