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

  /external/qemu/distrib/sdl-1.2.15/include/
SDL_rwops.h 23 /** @file SDL_rwops.h
42 typedef struct SDL_RWops {
47 int (SDLCALL *seek)(struct SDL_RWops *context, int offset, int whence);
53 int (SDLCALL *read)(struct SDL_RWops *context, void *ptr, int size, int maxnum);
59 int (SDLCALL *write)(struct SDL_RWops *context, const void *ptr, int size, int num);
62 int (SDLCALL *close)(struct SDL_RWops *context);
93 } SDL_RWops;
96 /** @name Functions to create SDL_RWops structures from various data sources */
99 extern DECLSPEC SDL_RWops * SDLCALL SDL_RWFromFile(const char *file, const char *mode);
102 extern DECLSPEC SDL_RWops * SDLCALL SDL_RWFromFP(FILE *fp, int autoclose)
    [all...]
SDL_audio.h 36 #include "SDL_rwops.h"
215 extern DECLSPEC SDL_AudioSpec * SDLCALL SDL_LoadWAV_RW(SDL_RWops *src, int freesrc, SDL_AudioSpec *spec, Uint8 **audio_buf, Uint32 *audio_len);
SDL_video.h 32 #include "SDL_rwops.h"
589 extern DECLSPEC SDL_Surface * SDLCALL SDL_LoadBMP_RW(SDL_RWops *src, int freesrc);
600 (SDL_Surface *surface, SDL_RWops *dst, int freedst);
    [all...]
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_rwops.h 23 /** @file SDL_rwops.h
42 typedef struct SDL_RWops {
47 int (SDLCALL *seek)(struct SDL_RWops *context, int offset, int whence);
53 int (SDLCALL *read)(struct SDL_RWops *context, void *ptr, int size, int maxnum);
59 int (SDLCALL *write)(struct SDL_RWops *context, const void *ptr, int size, int num);
62 int (SDLCALL *close)(struct SDL_RWops *context);
93 } SDL_RWops;
96 /** @name Functions to create SDL_RWops structures from various data sources */
99 extern DECLSPEC SDL_RWops * SDLCALL SDL_RWFromFile(const char *file, const char *mode);
102 extern DECLSPEC SDL_RWops * SDLCALL SDL_RWFromFP(FILE *fp, int autoclose)
    [all...]
SDL_audio.h 36 #include "SDL_rwops.h"
215 extern DECLSPEC SDL_AudioSpec * SDLCALL SDL_LoadWAV_RW(SDL_RWops *src, int freesrc, SDL_AudioSpec *spec, Uint8 **audio_buf, Uint32 *audio_len);
SDL_video.h 32 #include "SDL_rwops.h"
589 extern DECLSPEC SDL_Surface * SDLCALL SDL_LoadBMP_RW(SDL_RWops *src, int freesrc);
600 (SDL_Surface *surface, SDL_RWops *dst, int freedst);
    [all...]
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_rwops.h 23 /** @file SDL_rwops.h
42 typedef struct SDL_RWops {
47 int (SDLCALL *seek)(struct SDL_RWops *context, int offset, int whence);
53 int (SDLCALL *read)(struct SDL_RWops *context, void *ptr, int size, int maxnum);
59 int (SDLCALL *write)(struct SDL_RWops *context, const void *ptr, int size, int num);
62 int (SDLCALL *close)(struct SDL_RWops *context);
93 } SDL_RWops;
96 /** @name Functions to create SDL_RWops structures from various data sources */
99 extern DECLSPEC SDL_RWops * SDLCALL SDL_RWFromFile(const char *file, const char *mode);
102 extern DECLSPEC SDL_RWops * SDLCALL SDL_RWFromFP(FILE *fp, int autoclose)
    [all...]
SDL_audio.h 36 #include "SDL_rwops.h"
215 extern DECLSPEC SDL_AudioSpec * SDLCALL SDL_LoadWAV_RW(SDL_RWops *src, int freesrc, SDL_AudioSpec *spec, Uint8 **audio_buf, Uint32 *audio_len);
SDL_video.h 32 #include "SDL_rwops.h"
589 extern DECLSPEC SDL_Surface * SDLCALL SDL_LoadBMP_RW(SDL_RWops *src, int freesrc);
600 (SDL_Surface *surface, SDL_RWops *dst, int freedst);
    [all...]
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_rwops.h 23 /** @file SDL_rwops.h
42 typedef struct SDL_RWops {
47 int (SDLCALL *seek)(struct SDL_RWops *context, int offset, int whence);
53 int (SDLCALL *read)(struct SDL_RWops *context, void *ptr, int size, int maxnum);
59 int (SDLCALL *write)(struct SDL_RWops *context, const void *ptr, int size, int num);
62 int (SDLCALL *close)(struct SDL_RWops *context);
93 } SDL_RWops;
96 /** @name Functions to create SDL_RWops structures from various data sources */
99 extern DECLSPEC SDL_RWops * SDLCALL SDL_RWFromFile(const char *file, const char *mode);
102 extern DECLSPEC SDL_RWops * SDLCALL SDL_RWFromFP(FILE *fp, int autoclose)
    [all...]
SDL_audio.h 36 #include "SDL_rwops.h"
215 extern DECLSPEC SDL_AudioSpec * SDLCALL SDL_LoadWAV_RW(SDL_RWops *src, int freesrc, SDL_AudioSpec *spec, Uint8 **audio_buf, Uint32 *audio_len);
SDL_video.h 32 #include "SDL_rwops.h"
589 extern DECLSPEC SDL_Surface * SDLCALL SDL_LoadBMP_RW(SDL_RWops *src, int freesrc);
600 (SDL_Surface *surface, SDL_RWops *dst, int freedst);
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/audio/disk/
SDL_diskaudio.h 27 #include "SDL_rwops.h"
35 SDL_RWops *output;
  /external/qemu/distrib/sdl-1.2.15/src/file/
SDL_rwops.c 29 #include "SDL_rwops.h"
48 static int SDLCALL win32_file_open(SDL_RWops *context, const char *filename, const char *mode)
186 static int SDLCALL win32_file_seek(SDL_RWops *context, int offset, int whence)
222 static int SDLCALL win32_file_read(SDL_RWops *context, void *ptr, int size, int maxnum)
269 static int SDLCALL win32_file_write(SDL_RWops *context, const void *ptr, int size, int num)
301 static int SDLCALL win32_file_close(SDL_RWops *context)
323 static int SDLCALL stdio_seek(SDL_RWops *context, int offset, int whence)
332 static int SDLCALL stdio_read(SDL_RWops *context, void *ptr, int size, int maxnum)
342 static int SDLCALL stdio_write(SDL_RWops *context, const void *ptr, int size, int num)
352 static int SDLCALL stdio_close(SDL_RWops *context
    [all...]
  /external/qemu/distrib/sdl-1.2.15/test/
testfile.c 2 /* sanity tests on SDL_rwops.c (usefull for alternative implementations of stdio rwops) */
31 static void rwops_error_quit( unsigned line, SDL_RWops *rwops) {
47 SDL_RWops *rwops = NULL;
testoverlay2.c 282 SDL_RWops* handle;
  /external/qemu/distrib/sdl-1.2.15/src/audio/
SDL_wave.c 30 static int ReadChunk(SDL_RWops *src, Chunk *chunk);
392 SDL_AudioSpec * SDL_LoadWAV_RW (SDL_RWops *src, int freesrc,
580 static int ReadChunk(SDL_RWops *src, Chunk *chunk)
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_bmp.c 48 SDL_Surface * SDL_LoadBMP_RW (SDL_RWops *src, int freesrc)
360 int SDL_SaveBMP_RW (SDL_Surface *saveme, SDL_RWops *dst, int freedst)
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzVideo.m     [all...]

Completed in 1071 milliseconds