Searched defs:SDLCALL (Results 1 – 6 of 6) sorted by relevance
/external/qemu/distrib/sdl-1.2.15/include/ |
D | begin_code.h | 94 # define SDLCALL __cdecl macro 100 # define SDLCALL _cdecl macro 104 # define SDLCALL _System macro 107 # define SDLCALL macro
|
D | SDL_rwops.h | 47 int (SDLCALL *seek)(struct SDL_RWops *context, int offset, int whence); member 53 int (SDLCALL *read)(struct SDL_RWops *context, void *ptr, int size, int maxnum); member 59 int (SDLCALL *write)(struct SDL_RWops *context, const void *ptr, int size, int num); member 62 int (SDLCALL *close)(struct SDL_RWops *context); member
|
D | SDL_audio.h | 91 void (SDLCALL *callback)(void *userdata, Uint8 *stream, int len); member 136 void (SDLCALL *filters[10])(struct SDL_AudioCVT *cvt, Uint16 format); member
|
/external/qemu/distrib/sdl-1.2.15/src/thread/ |
D | SDL_thread.c | 173 int (SDLCALL *func)(void *); member 182 int (SDLCALL *userfunc)(void *); in SDL_RunThread() local
|
/external/qemu/distrib/sdl-1.2.15/src/audio/ |
D | SDL_audio.c | 131 void (SDLCALL *fill)(void *userdata,Uint8 *stream, int len); in SDL_RunAudio() local
|
D | SDL_audiocvt.c | 1442 void (SDLCALL *rate_cvt)(SDL_AudioCVT *cvt, Uint16 format); in SDL_BuildAudioCVT() local
|