HomeSort by relevance Sort by last modified time
    Searched defs:SDL_RWops (Results 1 - 4 of 4) 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...]
  /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...]
  /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...]
  /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...]

Completed in 218 milliseconds