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

  /prebuilts/tools/windows/sdl/host/include/SDL/
SDL_rwops.h 25 "@(#) $Id: SDL_rwops.h,v 1.8 2004/08/20 18:57:01 slouken Exp $";
47 typedef struct SDL_RWops {
52 int (SDLCALL *seek)(struct SDL_RWops *context, int offset, int whence);
58 int (SDLCALL *read)(struct SDL_RWops *context, void *ptr, int size, int maxnum);
64 int (SDLCALL *write)(struct SDL_RWops *context, const void *ptr, int size, int num);
67 int (SDLCALL *close)(struct SDL_RWops *context);
85 } SDL_RWops;
88 /* Functions to create SDL_RWops structures from various data sources */
90 extern DECLSPEC SDL_RWops * SDLCALL SDL_RWFromFile(const char *file, const char *mode);
92 extern DECLSPEC SDL_RWops * SDLCALL SDL_RWFromFP(FILE *fp, int autoclose)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_rwops.h 41 typedef struct SDL_RWops {
46 int (SDLCALL *seek)(struct SDL_RWops *context, int offset, int whence);
52 int (SDLCALL *read)(struct SDL_RWops *context, void *ptr, int size, int maxnum);
58 int (SDLCALL *write)(struct SDL_RWops *context, const void *ptr, int size, int num);
61 int (SDLCALL *close)(struct SDL_RWops *context);
92 } SDL_RWops;
95 /* Functions to create SDL_RWops structures from various data sources */
97 extern DECLSPEC SDL_RWops * SDLCALL SDL_RWFromFile(const char *file, const char *mode);
100 extern DECLSPEC SDL_RWops * SDLCALL SDL_RWFromFP(FILE *fp, int autoclose);
103 extern DECLSPEC SDL_RWops * SDLCALL SDL_RWFromMem(void *mem, int size)
    [all...]
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_rwops.h 41 typedef struct SDL_RWops {
46 int (SDLCALL *seek)(struct SDL_RWops *context, int offset, int whence);
52 int (SDLCALL *read)(struct SDL_RWops *context, void *ptr, int size, int maxnum);
58 int (SDLCALL *write)(struct SDL_RWops *context, const void *ptr, int size, int num);
61 int (SDLCALL *close)(struct SDL_RWops *context);
92 } SDL_RWops;
95 /* Functions to create SDL_RWops structures from various data sources */
97 extern DECLSPEC SDL_RWops * SDLCALL SDL_RWFromFile(const char *file, const char *mode);
100 extern DECLSPEC SDL_RWops * SDLCALL SDL_RWFromFP(FILE *fp, int autoclose);
103 extern DECLSPEC SDL_RWops * SDLCALL SDL_RWFromMem(void *mem, int size)
    [all...]
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_rwops.h 41 typedef struct SDL_RWops {
46 int (SDLCALL *seek)(struct SDL_RWops *context, int offset, int whence);
52 int (SDLCALL *read)(struct SDL_RWops *context, void *ptr, int size, int maxnum);
58 int (SDLCALL *write)(struct SDL_RWops *context, const void *ptr, int size, int num);
61 int (SDLCALL *close)(struct SDL_RWops *context);
92 } SDL_RWops;
95 /* Functions to create SDL_RWops structures from various data sources */
97 extern DECLSPEC SDL_RWops * SDLCALL SDL_RWFromFile(const char *file, const char *mode);
100 extern DECLSPEC SDL_RWops * SDLCALL SDL_RWFromFP(FILE *fp, int autoclose);
103 extern DECLSPEC SDL_RWops * SDLCALL SDL_RWFromMem(void *mem, int size)
    [all...]
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_rwops.h 41 typedef struct SDL_RWops {
46 int (SDLCALL *seek)(struct SDL_RWops *context, int offset, int whence);
52 int (SDLCALL *read)(struct SDL_RWops *context, void *ptr, int size, int maxnum);
58 int (SDLCALL *write)(struct SDL_RWops *context, const void *ptr, int size, int num);
61 int (SDLCALL *close)(struct SDL_RWops *context);
92 } SDL_RWops;
95 /* Functions to create SDL_RWops structures from various data sources */
97 extern DECLSPEC SDL_RWops * SDLCALL SDL_RWFromFile(const char *file, const char *mode);
100 extern DECLSPEC SDL_RWops * SDLCALL SDL_RWFromFP(FILE *fp, int autoclose);
103 extern DECLSPEC SDL_RWops * SDLCALL SDL_RWFromMem(void *mem, int size)
    [all...]

Completed in 321 milliseconds