HomeSort by relevance Sort by last modified time
    Searched refs:SDL_PixelFormat (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/qemu/distrib/sdl-1.2.15/src/video/nanox/
SDL_nxmodes_c.h 31 extern SDL_Rect ** NX_ListModes (_THIS, SDL_PixelFormat * format, Uint32 flags) ;
SDL_nxmodes.c 31 SDL_Rect ** NX_ListModes (_THIS, SDL_PixelFormat * format, Uint32 flags)
  /external/qemu/distrib/sdl-1.2.15/src/video/
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);
SDL_pixels.c 37 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 *dst
    [all...]
SDL_RLEaccel.c 786 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;
    [all...]
SDL_sysvideo.h 59 int (*VideoInit)(_THIS, SDL_PixelFormat *vformat);
64 SDL_Rect **(*ListModes)(_THIS, SDL_PixelFormat *format, Uint32 flags);
121 SDL_PixelFormat* displayformatalphapixel;
SDL_blit_1.c 414 SDL_PixelFormat *dstfmt = info->dst;
452 SDL_PixelFormat *srcfmt = info->src;
453 SDL_PixelFormat *dstfmt = info->dst;
497 SDL_PixelFormat *dstfmt;
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
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/
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/dummy/
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)
156 SDL_Rect **DUMMY_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags)
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_video.h 70 typedef struct SDL_PixelFormat {
91 } 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 *fmt, Uint32 flags)
    [all...]
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_video.h 70 typedef struct SDL_PixelFormat {
91 } 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 *fmt, Uint32 flags)
    [all...]
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_video.h 70 typedef struct SDL_PixelFormat {
91 } 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 *fmt, Uint32 flags)
    [all...]
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_video.h 70 typedef struct SDL_PixelFormat {
91 } 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 *fmt, Uint32 flags)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/caca/
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)
178 SDL_Rect **Caca_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags)
  /external/qemu/distrib/sdl-1.2.15/src/video/riscos/
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)
237 SDL_Rect **RISCOS_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags)
  /external/qemu/distrib/sdl-1.2.15/src/video/aalib/
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)
187 SDL_Rect **AA_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags)
  /external/qemu/distrib/sdl-1.2.15/src/video/dc/
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)
163 SDL_Rect **DC_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags)
  /external/qemu/distrib/sdl-1.2.15/src/video/ggi/
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)
243 static SDL_Rect **GGI_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags)
  /external/qemu/distrib/sdl-1.2.15/src/video/ipod/
SDL_ipodvideo.c 48 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/nds/
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)
234 SDL_Rect **NDS_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags)
  /external/qemu/distrib/sdl-1.2.15/src/video/picogui/
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)
186 SDL_Rect **PG_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags)
  /external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
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)
244 SDL_Rect **QT_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags)
  /external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
SDL_gsvideo.c 45 static int GS_VideoInit(_THIS, SDL_PixelFormat *vformat);
46 static SDL_Rect **GS_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags);
283 static int GS_VideoInit(_THIS, SDL_PixelFormat *vformat)
352 static SDL_Rect **GS_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags)
  /external/qemu/distrib/sdl-1.2.15/src/video/ps3/
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)
207 /* Set SDL_PixelFormat */
258 static SDL_Rect **PS3_ListModes(_THIS, SDL_PixelFormat * format, Uint32 flags)

Completed in 948 milliseconds

1 2 3