HomeSort by relevance Sort by last modified time
    Searched refs:Uint8 (Results 151 - 175 of 236) sorted by null

1 2 3 4 5 67 8 910

  /external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
SDL_atarigl.c 683 Uint8 *srcline, *dstline;
706 Uint8 *srcline, *srccol;
708 srcline = (Uint8 *)gl_shadow;
738 Uint8 *srcline, *srccol;
740 srcline = (Uint8 *)gl_shadow;
770 Uint8 *dstline, *dstcol;
771 Uint8 *srcline, *srccol;
773 srcline = (Uint8 *)gl_shadow;
802 Uint8 *srcline, *srccol;
804 srcline = (Uint8 *)gl_shadow
    [all...]
SDL_atarigl_c.h 48 Uint8 *gl_shadow; /* Shadow buffer for old implementations */
  /external/qemu/distrib/sdl-1.2.15/src/video/gem/
SDL_gemwm.c 56 void GEM_SetIcon(_THIS, SDL_Surface *icon, Uint8 *mask)
  /external/qemu/distrib/sdl-1.2.15/src/video/nanox/
SDL_nximage.c 67 Uint8 * ptrsrc ;
68 Uint8 * ptrdst ;
85 Uint8 * ptrsrc ;
86 Uint8 * ptrdst ;
  /external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_image_c.h 50 extern int ph_SetHWAlpha(_THIS, SDL_Surface* surface, Uint8 alpha);
SDL_ph_wm.c 38 void ph_SetIcon(_THIS, SDL_Surface *icon, Uint8 *mask)
SDL_ph_mouse.c 51 WMcursor *ph_CreateWMCursor(_THIS, Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y)
  /external/qemu/distrib/sdl-1.2.15/src/video/xbios/
SDL_xbios_milan.c 52 static const Uint8 mode_bpp[4]={
  /external/qemu/distrib/sdl-1.2.15/test/
graywin.c 59 Uint8 *buffer;
62 Uint8 gradient;
73 buffer = (Uint8 *)screen->pixels;
105 SDL_Surface *CreateScreen(Uint16 w, Uint16 h, Uint8 bpp, Uint32 flags)
testsprite.c 45 *(Uint8 *)sprite->pixels);
154 Uint8 *mem;
156 Uint8 video_bpp;
229 mem = (Uint8 *)malloc(4*sizeof(SDL_Rect)*numsprites);
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_surface.c 225 int SDL_SetAlpha (SDL_Surface *surface, Uint32 flag, Uint8 value)
283 int SDL_SetAlphaChannel(SDL_Surface *surface, Uint8 value)
287 Uint8 *buf;
318 buf = (Uint8 *)surface->pixels + row * surface->pitch + offset;
558 Uint8 *row;
603 row = (Uint8 *)dst->pixels+dstrect->y*dst->pitch+
630 Uint8 *d = row;
633 Uint8 c = color;
666 Uint8 *d = row;
667 Uint8 c = color
    [all...]
SDL_blit_N.c 152 Uint8 *src = (Uint8 *) info->s_pixels;
154 Uint8 *dst = (Uint8 *) info->d_pixels;
188 DISEMBLE_RGBA((Uint8 *)src, 4, srcfmt, Pixel, \
253 Uint8 *src = (Uint8 *) info->s_pixels;
255 Uint8 *dst = (Uint8 *) info->d_pixels;
398 Uint8 *src = (Uint8 *) info->s_pixels
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/audio/alsa/
SDL_alsa_audio.c 50 static Uint8 *ALSA_GetAudioBuf(_THIS);
279 static __inline__ void swizzle_alsa_channels_6_8bit(_THIS) { SWIZ6(Uint8); }
310 const Uint8 *sample_buf = (const Uint8 *) mixbuf;
342 static Uint8 *ALSA_GetAudioBuf(_THIS)
607 mixbuf = (Uint8 *)SDL_AllocAudioMem(mixlen);
  /external/qemu/distrib/sdl-1.2.15/src/events/
SDL_events.c 37 Uint8 SDL_ProcessEvents[SDL_NUMEVENTS];
437 Uint8 SDL_EventState (Uint8 type, int state)
440 Uint8 current_state;
  /external/qemu/distrib/sdl-1.2.15/src/video/dga/
SDL_dgaevents.c 107 keysym.unicode = (Uint8)keybuf[0];
  /external/qemu/distrib/sdl-1.2.15/src/video/picogui/
SDL_pgvideo.c 62 WMcursor * PG_CreateWMCursor (_THIS,Uint8 * data, Uint8 * mask,
346 WMcursor * PG_CreateWMCursor (_THIS,Uint8 * data, Uint8 * mask,
  /external/qemu/distrib/sdl-1.2.15/src/audio/arts/
SDL_artsaudio.c 52 static Uint8 *ARTS_GetAudioBuf(_THIS);
259 static Uint8 *ARTS_GetAudioBuf(_THIS)
351 mixbuf = (Uint8 *)SDL_AllocAudioMem(mixlen);
  /external/qemu/distrib/sdl-1.2.15/src/audio/bsd/
SDL_bsdaudio.c 73 static Uint8 *OBSD_GetAudioBuf(_THIS);
225 static Uint8
389 mixbuf = (Uint8*)SDL_AllocAudioMem(mixlen);
  /external/qemu/distrib/sdl-1.2.15/src/audio/dc/
SDL_dcaudio.c 41 static Uint8 *DCAUD_GetAudioBuf(_THIS);
110 uint8 *src = src0;
187 static Uint8 *DCAUD_GetAudioBuf(_THIS)
234 this->hidden->mixbuf = (Uint8 *) SDL_AllocAudioMem(this->hidden->mixlen);
  /external/qemu/distrib/sdl-1.2.15/src/audio/dsp/
SDL_dspaudio.c 64 static Uint8 *DSP_GetAudioBuf(_THIS);
146 static Uint8 *DSP_GetAudioBuf(_THIS)
328 mixbuf = (Uint8 *)SDL_AllocAudioMem(mixlen);
  /external/qemu/distrib/sdl-1.2.15/src/audio/nto/
SDL_nto_audio.c 78 static Uint8* NTO_GetAudioBuf(_THIS);
320 static Uint8* NTO_GetAudioBuf(_THIS)
477 pcm_buf = (Uint8*)SDL_AllocAudioMem(pcm_len);
  /external/qemu/distrib/sdl-1.2.15/src/audio/paudio/
SDL_paudio.c 61 static Uint8 *Paud_GetAudioBuf(_THIS);
216 static Uint8 *Paud_GetAudioBuf(_THIS)
453 mixbuf = (Uint8 *)SDL_AllocAudioMem(mixlen);
  /external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_sysyuv.cc 215 overlay->pixels = (Uint8**)SDL_calloc(overlay->planes, sizeof(Uint8*));
224 overlay->pixels[0] = (Uint8 *)bbitmap->Bits();
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11mouse.c 52 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y)
229 const Uint8 full_focus = (SDL_APPACTIVE|SDL_APPINPUTFOCUS|SDL_APPMOUSEFOCUS);
SDL_x11yuv.c 133 Uint8 *pixel_pair = overlay->pixels[0] +
147 Uint8 *pixel_pair = overlay->pixels[0] +
399 overlay->pixels = (Uint8 **)SDL_malloc(overlay->planes * sizeof(Uint8 *));
407 overlay->pixels[i] = (Uint8 *)hwdata->image->data +

Completed in 970 milliseconds

1 2 3 4 5 67 8 910