Lines Matching refs:DECLSPEC
123 extern DECLSPEC void SDLCALL SDL_LogSetAllPriority(SDL_LogPriority priority);
136 extern DECLSPEC void SDLCALL SDL_LogSetPriority(int category,
149 extern DECLSPEC SDL_LogPriority SDLCALL SDL_LogGetPriority(int category);
161 extern DECLSPEC void SDLCALL SDL_LogResetPriorities(void);
182 extern DECLSPEC void SDLCALL SDL_Log(SDL_PRINTF_FORMAT_STRING const char *fmt, ...) SDL_PRINTF_VARA…
203 extern DECLSPEC void SDLCALL SDL_LogVerbose(int category, SDL_PRINTF_FORMAT_STRING const char *fmt,…
224 extern DECLSPEC void SDLCALL SDL_LogDebug(int category, SDL_PRINTF_FORMAT_STRING const char *fmt, .…
245 extern DECLSPEC void SDLCALL SDL_LogInfo(int category, SDL_PRINTF_FORMAT_STRING const char *fmt, ..…
266 extern DECLSPEC void SDLCALL SDL_LogWarn(int category, SDL_PRINTF_FORMAT_STRING const char *fmt, ..…
287 extern DECLSPEC void SDLCALL SDL_LogError(int category, SDL_PRINTF_FORMAT_STRING const char *fmt, .…
308 extern DECLSPEC void SDLCALL SDL_LogCritical(int category, SDL_PRINTF_FORMAT_STRING const char *fmt…
330 extern DECLSPEC void SDLCALL SDL_LogMessage(int category,
353 extern DECLSPEC void SDLCALL SDL_LogMessageV(int category,
382 extern DECLSPEC void SDLCALL SDL_LogGetOutputFunction(SDL_LogOutputFunction *callback, void **userd…
394 extern DECLSPEC void SDLCALL SDL_LogSetOutputFunction(SDL_LogOutputFunction callback, void *userdat…