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

1 2 3

  /external/qemu/distrib/sdl-1.2.12/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.12/src/video/cybergfx/
SDL_cgxmodes_c.h 36 extern SDL_Rect **CGX_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags);
  /external/qemu/distrib/sdl-1.2.12/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, SDL_PixelFormat *fmt,
403 void SDL_GetRGB(Uint32 pixel, SDL_PixelFormat *fmt, Uint8 *r,Uint8 *g,Uint8 *b)
463 static Uint8 *Map1toN(SDL_PixelFormat *src, SDL_PixelFormat *dst
    [all...]
SDL_RLEaccel.c 785 SDL_PixelFormat *fmt = dst->format;
904 SDL_PixelFormat *fmt = src->format;
997 macro-compatible with SDL_PixelFormat but without the unneeded fields */
1017 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.12/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.12/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.12/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.12/include/
SDL_video.h 62 typedef struct SDL_PixelFormat {
83 } SDL_PixelFormat;
90 SDL_PixelFormat *format; /* Read-only */
163 SDL_PixelFormat *vfmt; /* Value: The format of the video surface */
287 extern DECLSPEC SDL_Rect ** SDLCALL SDL_ListModes(SDL_PixelFormat *format, Uint32 flags);
450 (const SDL_PixelFormat * const format,
457 (const SDL_PixelFormat * const format,
463 extern DECLSPEC void SDLCALL SDL_GetRGB(Uint32 pixel, SDL_PixelFormat *fmt,
469 extern DECLSPEC void SDLCALL SDL_GetRGBA(Uint32 pixel, SDL_PixelFormat *fmt,
622 (SDL_Surface *src, SDL_PixelFormat *fmt, Uint32 flags)
    [all...]
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_video.h 62 typedef struct SDL_PixelFormat {
83 } SDL_PixelFormat;
90 SDL_PixelFormat *format; /* Read-only */
163 SDL_PixelFormat *vfmt; /* Value: The format of the video surface */
287 extern DECLSPEC SDL_Rect ** SDLCALL SDL_ListModes(SDL_PixelFormat *format, Uint32 flags);
450 (const SDL_PixelFormat * const format,
457 (const SDL_PixelFormat * const format,
463 extern DECLSPEC void SDLCALL SDL_GetRGB(Uint32 pixel, SDL_PixelFormat *fmt,
469 extern DECLSPEC void SDLCALL SDL_GetRGBA(Uint32 pixel, SDL_PixelFormat *fmt,
622 (SDL_Surface *src, SDL_PixelFormat *fmt, Uint32 flags)
    [all...]
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_video.h 62 typedef struct SDL_PixelFormat {
83 } SDL_PixelFormat;
90 SDL_PixelFormat *format; /* Read-only */
163 SDL_PixelFormat *vfmt; /* Value: The format of the video surface */
287 extern DECLSPEC SDL_Rect ** SDLCALL SDL_ListModes(SDL_PixelFormat *format, Uint32 flags);
450 (const SDL_PixelFormat * const format,
457 (const SDL_PixelFormat * const format,
463 extern DECLSPEC void SDLCALL SDL_GetRGB(Uint32 pixel, SDL_PixelFormat *fmt,
469 extern DECLSPEC void SDLCALL SDL_GetRGBA(Uint32 pixel, SDL_PixelFormat *fmt,
622 (SDL_Surface *src, SDL_PixelFormat *fmt, Uint32 flags)
    [all...]
  /prebuilts/tools/windows/sdl/host/include/SDL/
SDL_video.h 69 typedef struct SDL_PixelFormat {
90 } SDL_PixelFormat;
102 SDL_PixelFormat *format; /* Read-only */
171 SDL_PixelFormat *vfmt; /* Value: The format of the video surface */
291 extern DECLSPEC SDL_Rect ** SDLCALL SDL_ListModes(SDL_PixelFormat *format, Uint32 flags);
454 (SDL_PixelFormat *format, Uint8 r, Uint8 g, Uint8 b);
459 extern DECLSPEC Uint32 SDLCALL SDL_MapRGBA(SDL_PixelFormat *format,
465 extern DECLSPEC void SDLCALL SDL_GetRGB(Uint32 pixel, SDL_PixelFormat *fmt,
471 extern DECLSPEC void SDLCALL SDL_GetRGBA(Uint32 pixel, SDL_PixelFormat *fmt,
624 (SDL_Surface *src, SDL_PixelFormat *fmt, Uint32 flags)
    [all...]
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_video.h 62 typedef struct SDL_PixelFormat {
83 } SDL_PixelFormat;
90 SDL_PixelFormat *format; /* Read-only */
163 SDL_PixelFormat *vfmt; /* Value: The format of the video surface */
287 extern DECLSPEC SDL_Rect ** SDLCALL SDL_ListModes(SDL_PixelFormat *format, Uint32 flags);
450 (const SDL_PixelFormat * const format,
457 (const SDL_PixelFormat * const format,
463 extern DECLSPEC void SDLCALL SDL_GetRGB(Uint32 pixel, SDL_PixelFormat *fmt,
469 extern DECLSPEC void SDLCALL SDL_GetRGBA(Uint32 pixel, SDL_PixelFormat *fmt,
622 (SDL_Surface *src, SDL_PixelFormat *fmt, Uint32 flags)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/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.12/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.12/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.12/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.12/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.12/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.12/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.12/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.12/src/video/svga/
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)
330 SDL_Rect **SVGA_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags)

Completed in 92 milliseconds

1 2 3