/external/qemu/distrib/sdl-1.2.15/include/ |
D | SDL_video.h | 70 typedef struct SDL_PixelFormat { struct 91 } SDL_PixelFormat; argument 98 SDL_PixelFormat *format; /**< Read-only */ 185 SDL_PixelFormat *vfmt; /**< Value: The format of the video surface */ 324 extern DECLSPEC SDL_Rect ** SDLCALL SDL_ListModes(SDL_PixelFormat *format, Uint32 flags); 493 (const SDL_PixelFormat * const format, 500 (const SDL_PixelFormat * const format, 507 const SDL_PixelFormat * const fmt, 514 const SDL_PixelFormat * const fmt, 669 (SDL_Surface *src, SDL_PixelFormat *fmt, Uint32 flags);
|
/external/qemu/distrib/sdl-1.2.15/src/video/ |
D | SDL_pixels_c.h | 29 extern SDL_PixelFormat *SDL_AllocFormat(int bpp, 31 extern SDL_PixelFormat *SDL_ReallocFormat(SDL_Surface *surface, int bpp, 34 extern void SDL_FreeFormat(SDL_PixelFormat *format);
|
D | SDL_pixels.c | 37 SDL_PixelFormat *SDL_AllocFormat(int bpp, in SDL_AllocFormat() 40 SDL_PixelFormat *format; in SDL_AllocFormat() 224 SDL_PixelFormat *SDL_ReallocFormat(SDL_Surface *surface, int bpp, in SDL_ReallocFormat() 251 void SDL_FreeFormat(SDL_PixelFormat *format) in SDL_FreeFormat() 341 (const SDL_PixelFormat * const format, in SDL_MapRGB() 356 (const SDL_PixelFormat * const format, in SDL_MapRGBA() 369 void SDL_GetRGBA(Uint32 pixel, const SDL_PixelFormat * const fmt, in SDL_GetRGBA() 403 void SDL_GetRGB(Uint32 pixel, const SDL_PixelFormat * const fmt, in SDL_GetRGB() 464 static Uint8 *Map1toN(SDL_PixelFormat *src, SDL_PixelFormat *dst) in Map1toN() 489 static Uint8 *MapNto1(SDL_PixelFormat *src, SDL_PixelFormat *dst, int *identical) in MapNto1() [all …]
|
D | SDL_blit_N.c | 104 static vector unsigned char calc_swizzle32(const SDL_PixelFormat *srcfmt, in calc_swizzle32() 105 const SDL_PixelFormat *dstfmt) in calc_swizzle32() 113 const static struct SDL_PixelFormat default_pixel_format = { in calc_swizzle32() 156 SDL_PixelFormat *srcfmt = info->src; in Blit_RGB888_RGB565Altivec() 257 SDL_PixelFormat *srcfmt = info->src; in Blit_RGB565_32Altivec() 258 SDL_PixelFormat *dstfmt = info->dst; in Blit_RGB565_32Altivec() 402 SDL_PixelFormat *srcfmt = info->src; in Blit_RGB555_32Altivec() 403 SDL_PixelFormat *dstfmt = info->dst; in Blit_RGB555_32Altivec() 549 SDL_PixelFormat *srcfmt = info->src; in Blit32to32KeyAltivec() 551 SDL_PixelFormat *dstfmt = info->dst; in Blit32to32KeyAltivec() [all …]
|
D | SDL_RLEaccel.c | 786 SDL_PixelFormat *fmt = dst->format; in RLEClipBlit() 905 SDL_PixelFormat *fmt = src->format; in SDL_RLEBlit() 1018 SDL_PixelFormat *df = dst->format; in RLEAlphaClipBlit() 1113 SDL_PixelFormat *df = dst->format; in SDL_RLEAlphaBlit() 1273 SDL_PixelFormat *sfmt, SDL_PixelFormat *dfmt) in copy_opaque_16() 1289 RLEDestFormat *sfmt, SDL_PixelFormat *dfmt) in uncopy_opaque_16() 1308 SDL_PixelFormat *sfmt, SDL_PixelFormat *dfmt) in copy_transl_565() 1326 SDL_PixelFormat *sfmt, SDL_PixelFormat *dfmt) in copy_transl_555() 1344 RLEDestFormat *sfmt, SDL_PixelFormat *dfmt) in uncopy_transl_16() 1362 SDL_PixelFormat *sfmt, SDL_PixelFormat *dfmt) in copy_32() [all …]
|
D | SDL_blit_A.c | 75 SDL_PixelFormat *srcfmt = info->src; in BlitNto1SurfaceAlpha() 76 SDL_PixelFormat *dstfmt = info->dst; in BlitNto1SurfaceAlpha() 128 SDL_PixelFormat *srcfmt = info->src; in BlitNto1PixelAlpha() 129 SDL_PixelFormat *dstfmt = info->dst; in BlitNto1PixelAlpha() 181 SDL_PixelFormat *srcfmt = info->src; in BlitNto1SurfaceAlphaKey() 182 SDL_PixelFormat *dstfmt = info->dst; in BlitNto1SurfaceAlphaKey() 282 SDL_PixelFormat* df = info->dst; in BlitRGBtoRGBSurfaceAlphaMMX() 373 SDL_PixelFormat* sf = info->src; in BlitRGBtoRGBPixelAlphaMMX() 504 SDL_PixelFormat* df = info->dst; in BlitRGBtoRGBSurfaceAlphaMMX() 604 SDL_PixelFormat* sf = info->src; in BlitRGBtoRGBPixelAlphaMMX() [all …]
|
D | SDL_sysvideo.h | 59 int (*VideoInit)(_THIS, SDL_PixelFormat *vformat); 64 SDL_Rect **(*ListModes)(_THIS, SDL_PixelFormat *format, Uint32 flags); 121 SDL_PixelFormat* displayformatalphapixel;
|
D | SDL_blit_1.c | 414 SDL_PixelFormat *dstfmt = info->dst; in Blit1toNAlpha() 452 SDL_PixelFormat *srcfmt = info->src; in Blit1toNAlphaKey() 453 SDL_PixelFormat *dstfmt = info->dst; in Blit1toNAlphaKey() 497 SDL_PixelFormat *dstfmt; in SDL_CalculateBlit1()
|
/external/qemu/distrib/sdl-1.2.15/src/video/dummy/ |
D | SDL_nullvideo.c | 52 static int DUMMY_VideoInit(_THIS, SDL_PixelFormat *vformat); 53 static SDL_Rect **DUMMY_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags); 141 int DUMMY_VideoInit(_THIS, SDL_PixelFormat *vformat) in DUMMY_VideoInit() 156 SDL_Rect **DUMMY_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags) in DUMMY_ListModes()
|
/external/qemu/distrib/sdl-1.2.15/src/video/riscos/ |
D | SDL_riscosvideo.c | 51 static int RISCOS_VideoInit(_THIS, SDL_PixelFormat *vformat); 54 static SDL_Rect **RISCOS_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags); 162 int RISCOS_VideoInit(_THIS, SDL_PixelFormat *vformat) in RISCOS_VideoInit() 237 SDL_Rect **RISCOS_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags) in RISCOS_ListModes()
|
/external/qemu/distrib/sdl-1.2.15/src/video/caca/ |
D | SDL_cacavideo.c | 55 static int Caca_VideoInit(_THIS, SDL_PixelFormat *vformat); 56 static SDL_Rect **Caca_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags); 137 int Caca_VideoInit(_THIS, SDL_PixelFormat *vformat) in Caca_VideoInit() 178 SDL_Rect **Caca_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags) in Caca_ListModes()
|
/external/qemu/distrib/sdl-1.2.15/src/video/nds/ |
D | SDL_ndsvideo.c | 41 static int NDS_VideoInit(_THIS, SDL_PixelFormat *vformat); 42 static SDL_Rect **NDS_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags); 164 int NDS_VideoInit(_THIS, SDL_PixelFormat *vformat) in NDS_VideoInit() 234 SDL_Rect **NDS_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags) in NDS_ListModes()
|
/external/qemu/distrib/sdl-1.2.15/src/video/dc/ |
D | SDL_dcvideo.c | 39 static int DC_VideoInit(_THIS, SDL_PixelFormat *vformat); 40 static SDL_Rect **DC_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags); 139 int DC_VideoInit(_THIS, SDL_PixelFormat *vformat) in DC_VideoInit() 163 SDL_Rect **DC_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags) in DC_ListModes()
|
/external/qemu/distrib/sdl-1.2.15/src/video/ggi/ |
D | SDL_ggivideo.c | 52 static int GGI_VideoInit(_THIS, SDL_PixelFormat *vformat); 53 static SDL_Rect **GGI_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags); 145 int GGI_VideoInit(_THIS, SDL_PixelFormat *vformat) in GGI_VideoInit() 243 static SDL_Rect **GGI_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags) in GGI_ListModes()
|
/external/qemu/distrib/sdl-1.2.15/src/video/aalib/ |
D | SDL_aavideo.c | 44 static int AA_VideoInit(_THIS, SDL_PixelFormat *vformat); 45 static SDL_Rect **AA_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags); 130 int AA_VideoInit(_THIS, SDL_PixelFormat *vformat) in AA_VideoInit() 187 SDL_Rect **AA_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags) in AA_ListModes()
|
/external/qemu/distrib/sdl-1.2.15/src/video/qtopia/ |
D | SDL_sysvideo.cc | 54 static int QT_VideoInit(_THIS, SDL_PixelFormat *vformat); 55 static SDL_Rect **QT_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags); 214 int QT_VideoInit(_THIS, SDL_PixelFormat *vformat) in QT_VideoInit() 244 SDL_Rect **QT_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags) in QT_ListModes()
|
/external/qemu/distrib/sdl-1.2.15/src/video/picogui/ |
D | SDL_pgvideo.c | 39 static int PG_VideoInit(_THIS, SDL_PixelFormat *vformat); 40 static SDL_Rect **PG_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags); 148 int PG_VideoInit(_THIS, SDL_PixelFormat *vformat) in PG_VideoInit() 186 SDL_Rect **PG_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags) in PG_ListModes()
|
/external/qemu/distrib/sdl-1.2.15/src/video/nanox/ |
D | SDL_nxmodes_c.h | 31 extern SDL_Rect ** NX_ListModes (_THIS, SDL_PixelFormat * format, Uint32 flags) ;
|
D | SDL_nxmodes.c | 31 SDL_Rect ** NX_ListModes (_THIS, SDL_PixelFormat * format, Uint32 flags) in NX_ListModes()
|
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/ |
D | SDL_epocvideo.cpp | 115 static int EPOC_VideoInit(_THIS, SDL_PixelFormat *vformat); 116 static SDL_Rect **EPOC_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags); 241 int EPOC_VideoInit(_THIS, SDL_PixelFormat *vformat) in EPOC_VideoInit() 275 SDL_Rect **EPOC_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags) in EPOC_ListModes()
|
/external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
D | SDL_x11modes_c.h | 36 extern SDL_Rect **X11_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags);
|
/external/qemu/distrib/sdl-1.2.15/src/video/photon/ |
D | SDL_ph_modes_c.h | 34 extern SDL_Rect **ph_ListModes(_THIS,SDL_PixelFormat *format, Uint32 flags);
|
/external/qemu/distrib/sdl-1.2.15/src/video/ps3/ |
D | SDL_ps3video.c | 51 static int PS3_VideoInit(_THIS, SDL_PixelFormat * vformat); 55 static SDL_Rect **PS3_ListModes(_THIS, SDL_PixelFormat * format, Uint32 flags); 154 static int PS3_VideoInit(_THIS, SDL_PixelFormat * vformat) in PS3_VideoInit() 258 static SDL_Rect **PS3_ListModes(_THIS, SDL_PixelFormat * format, Uint32 flags) in PS3_ListModes()
|
/external/qemu/distrib/sdl-1.2.15/src/video/svga/ |
D | SDL_svgavideo.c | 54 static int SVGA_VideoInit(_THIS, SDL_PixelFormat *vformat); 55 static SDL_Rect **SVGA_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags); 227 int SVGA_VideoInit(_THIS, SDL_PixelFormat *vformat) in SVGA_VideoInit() 330 SDL_Rect **SVGA_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags) in SVGA_ListModes()
|
/external/qemu/distrib/sdl-1.2.15/src/video/directfb/ |
D | SDL_DirectFB_video.c | 54 static int DirectFB_VideoInit(_THIS, SDL_PixelFormat *vformat); 55 static SDL_Rect **DirectFB_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags); 228 static DFBSurfacePixelFormat SDLToDFBPixelFormat (SDL_PixelFormat *format) in SDLToDFBPixelFormat() 316 static int DFBToSDLPixelFormat (DFBSurfacePixelFormat pixelformat, SDL_PixelFormat *format) in DFBToSDLPixelFormat() 370 int DirectFB_VideoInit(_THIS, SDL_PixelFormat *vformat) in DirectFB_VideoInit() 579 static SDL_Rect **DirectFB_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags) in DirectFB_ListModes() 905 SDL_PixelFormat *fmt = dst->format; in DirectFB_FillHWRect() 920 SDL_PixelFormat *fmt = src->format; in DirectFB_SetHWColorKey()
|