Searched refs:SDL_PixelFormat (Results 1 - 25 of 55) sorted by relevance

123

/external/qemu/distrib/sdl-1.2.15/src/video/nanox/
H A DSDL_nxmodes_c.h31 extern SDL_Rect ** NX_ListModes (_THIS, SDL_PixelFormat * format, Uint32 flags) ;
H A DSDL_nxmodes.c31 SDL_Rect ** NX_ListModes (_THIS, SDL_PixelFormat * format, Uint32 flags)
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_pixels_c.h29 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);
H A DSDL_pixels.c37 SDL_PixelFormat *SDL_AllocFormat(int bpp,
40 SDL_PixelFormat *format;
224 SDL_PixelFormat *SDL_ReallocFormat(SDL_Surface *surface, int bpp,
251 void SDL_FreeFormat(SDL_PixelFormat *format)
341 (const SDL_PixelFormat * const format,
356 (const SDL_PixelFormat * const format,
369 void SDL_GetRGBA(Uint32 pixel, const SDL_PixelFormat * const fmt,
403 void SDL_GetRGB(Uint32 pixel, const SDL_PixelFormat * const fmt,
464 static Uint8 *Map1toN(SDL_PixelFormat *src, SDL_PixelFormat *ds
[all...]
H A DSDL_RLEaccel.c786 SDL_PixelFormat *fmt = dst->format;
905 SDL_PixelFormat *fmt = src->format;
998 macro-compatible with SDL_PixelFormat but without the unneeded fields */
1018 SDL_PixelFormat *df = dst->format;
1113 SDL_PixelFormat *df = dst->format;
1273 SDL_PixelFormat *sfmt, SDL_PixelFormat *dfmt)
1289 RLEDestFormat *sfmt, SDL_PixelFormat *dfmt)
1308 SDL_PixelFormat *sfmt, SDL_PixelFormat *dfm
[all...]
H A DSDL_sysvideo.h59 int (*VideoInit)(_THIS, SDL_PixelFormat *vformat);
64 SDL_Rect **(*ListModes)(_THIS, SDL_PixelFormat *format, Uint32 flags);
121 SDL_PixelFormat* displayformatalphapixel;
H A DSDL_blit_1.c414 SDL_PixelFormat *dstfmt = info->dst;
452 SDL_PixelFormat *srcfmt = info->src;
453 SDL_PixelFormat *dstfmt = info->dst;
497 SDL_PixelFormat *dstfmt;
H A DSDL_blit_A.c75 SDL_PixelFormat *srcfmt = info->src;
76 SDL_PixelFormat *dstfmt = info->dst;
128 SDL_PixelFormat *srcfmt = info->src;
129 SDL_PixelFormat *dstfmt = info->dst;
181 SDL_PixelFormat *srcfmt = info->src;
182 SDL_PixelFormat *dstfmt = info->dst;
282 SDL_PixelFormat* df = info->dst;
373 SDL_PixelFormat* sf = info->src;
504 SDL_PixelFormat* df = info->dst;
604 SDL_PixelFormat* s
[all...]
H A DSDL_blit_N.c104 static vector unsigned char calc_swizzle32(const SDL_PixelFormat *srcfmt,
105 const SDL_PixelFormat *dstfmt)
113 const static struct SDL_PixelFormat default_pixel_format = {
156 SDL_PixelFormat *srcfmt = info->src;
257 SDL_PixelFormat *srcfmt = info->src;
258 SDL_PixelFormat *dstfmt = info->dst;
402 SDL_PixelFormat *srcfmt = info->src;
403 SDL_PixelFormat *dstfmt = info->dst;
549 SDL_PixelFormat *srcfmt = info->src;
551 SDL_PixelFormat *dstfm
[all...]
H A DSDL_blit_0.c352 SDL_PixelFormat *dstfmt = info->dst;
396 SDL_PixelFormat *srcfmt = info->src;
397 SDL_PixelFormat *dstfmt = info->dst;
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11modes_c.h36 extern SDL_Rect **X11_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags);
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
H A DSDL_ph_modes_c.h34 extern SDL_Rect **ph_ListModes(_THIS,SDL_PixelFormat *format, Uint32 flags);
/external/qemu/distrib/sdl-1.2.15/src/video/dummy/
H A DSDL_nullvideo.c52 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)
156 SDL_Rect **DUMMY_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags)
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_video.h70 typedef struct SDL_PixelFormat { struct
91 } SDL_PixelFormat; typedef in typeref:struct:SDL_PixelFormat
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 *fm
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/caca/
H A DSDL_cacavideo.c55 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)
178 SDL_Rect **Caca_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags)
/external/qemu/distrib/sdl-1.2.15/src/video/riscos/
H A DSDL_riscosvideo.c51 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)
237 SDL_Rect **RISCOS_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags)
/external/qemu/distrib/sdl-1.2.15/src/video/aalib/
H A DSDL_aavideo.c44 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)
187 SDL_Rect **AA_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags)
/external/qemu/distrib/sdl-1.2.15/src/video/dc/
H A DSDL_dcvideo.c39 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)
163 SDL_Rect **DC_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags)
/external/qemu/distrib/sdl-1.2.15/src/video/ggi/
H A DSDL_ggivideo.c52 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)
243 static SDL_Rect **GGI_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags)
/external/qemu/distrib/sdl-1.2.15/src/video/nds/
H A DSDL_ndsvideo.c41 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)
234 SDL_Rect **NDS_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags)
/external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
H A DSDL_sysvideo.cc54 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)
244 SDL_Rect **QT_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags)
/external/qemu/distrib/sdl-1.2.15/src/video/ipod/
H A DSDL_ipodvideo.c48 static int iPod_VideoInit (_THIS, SDL_PixelFormat *vformat);
49 static SDL_Rect **iPod_ListModes (_THIS, SDL_PixelFormat *format, Uint32 flags);
164 static int iPod_VideoInit (_THIS, SDL_PixelFormat *vformat)
310 static SDL_Rect **iPod_ListModes (_THIS, SDL_PixelFormat *format, Uint32 flags)
/external/qemu/distrib/sdl-1.2.15/src/video/picogui/
H A DSDL_pgvideo.c39 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)
186 SDL_Rect **PG_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags)
/external/qemu/distrib/sdl-1.2.15/src/video/ps3/
H A DSDL_ps3video.c51 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)
207 /* Set SDL_PixelFormat */
258 static SDL_Rect **PS3_ListModes(_THIS, SDL_PixelFormat * format, Uint32 flags)
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
H A DSDL_epocvideo.cpp115 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)
275 SDL_Rect **EPOC_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags)

Completed in 4011 milliseconds

123