HomeSort by relevance Sort by last modified time
    Searched refs:s_pixels (Results 1 - 12 of 12) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/ps3/
SDL_ps3video.h 126 volatile void * s_pixels __attribute__((aligned(128))); member in struct:SDL_PrivateVideoData
161 #define s_pixels (this->hidden->s_pixels) macro
SDL_ps3video.c 344 s_pixels = memalign(16, current->h * current->pitch);
345 current->pixels = (void *)s_pixels;
372 fb_parms->data = (unsigned char *)s_pixels;
SDL_ps3yuv.c 293 hwdata->converter_parms->dstBuffer = (Uint8 *) s_pixels;
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_blit_0.c 39 src = info->s_pixels;
93 src = info->s_pixels;
127 src = info->s_pixels;
165 src = info->s_pixels;
194 Uint8 *src = info->s_pixels;
246 Uint8 *src = info->s_pixels;
280 Uint8 *src = info->s_pixels;
313 Uint8 *src = info->s_pixels;
347 Uint8 *src = info->s_pixels;
392 Uint8 *src = info->s_pixels;
    [all...]
SDL_blit_1.c 43 src = info->s_pixels;
90 src = info->s_pixels;
199 src = info->s_pixels;
244 src = info->s_pixels;
280 Uint8 *src = info->s_pixels;
322 Uint8 *src = info->s_pixels;
351 Uint8 *src = info->s_pixels;
381 Uint8 *src = info->s_pixels;
410 Uint8 *src = info->s_pixels;
448 Uint8 *src = info->s_pixels;
    [all...]
SDL_blit.c 78 info.s_pixels = (Uint8 *)src->pixels +
163 src = info->s_pixels;
211 src = info->s_pixels;
SDL_blit_A.c 70 Uint8 *src = info->s_pixels;
123 Uint8 *src = info->s_pixels;
176 Uint8 *src = info->s_pixels;
233 Uint32 *srcp = (Uint32 *)info->s_pixels;
291 Uint32 *srcp = (Uint32 *)info->s_pixels;
369 Uint32 *srcp = (Uint32 *)info->s_pixels;
451 Uint32 *srcp = (Uint32 *)info->s_pixels;
514 Uint32 *srcp = (Uint32 *)info->s_pixels;
600 Uint32 *srcp = (Uint32 *)info->s_pixels;
776 Uint8 *src = (Uint8 *)info->s_pixels;
    [all...]
SDL_blit_N.c 152 Uint8 *src = (Uint8 *) info->s_pixels;
253 Uint8 *src = (Uint8 *) info->s_pixels;
398 Uint8 *src = (Uint8 *) info->s_pixels;
545 Uint32 *srcp = (Uint32 *) info->s_pixels;
659 Uint32 *src = (Uint32 *) info->s_pixels;
737 Uint32 *src = (Uint32 *) info->s_pixels;
886 src = (Uint32 *)info->s_pixels;
997 src = (Uint32 *)info->s_pixels;
    [all...]
SDL_blit.h 31 Uint8 *s_pixels; member in struct:__anon33149
SDL_cursor.c 577 info.s_pixels = SDL_cursor->save[1];
  /external/qemu/distrib/sdl-1.2.15/src/hermes/
mmx_main.asm 22 ;; 0: void *s_pixels
x86_main.asm 24 ;; 0: void *s_pixels

Completed in 82 milliseconds