Home
last modified time | relevance | path

Searched defs:SDLCALL (Results 1 – 6 of 6) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/include/
Dbegin_code.h94 # define SDLCALL __cdecl macro
100 # define SDLCALL _cdecl macro
104 # define SDLCALL _System macro
107 # define SDLCALL macro
DSDL_rwops.h47 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
DSDL_audio.h91 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/
DSDL_thread.c173 int (SDLCALL *func)(void *); member
182 int (SDLCALL *userfunc)(void *); in SDL_RunThread() local
/external/qemu/distrib/sdl-1.2.15/src/audio/
DSDL_audio.c131 void (SDLCALL *fill)(void *userdata,Uint8 *stream, int len); in SDL_RunAudio() local
DSDL_audiocvt.c1442 void (SDLCALL *rate_cvt)(SDL_AudioCVT *cvt, Uint16 format); in SDL_BuildAudioCVT() local