Searched refs:SDL_LogGetPriority (Results 1 – 5 of 5) sorted by relevance
44 if (SDL_LogGetPriority(SDL_LOG_CATEGORY_ERROR) <= SDL_LOG_PRIORITY_DEBUG) { in SDL_SetError()
132 SDL_LogGetPriority(int category) in SDL_LogGetPriority() function281 if (priority < SDL_LogGetPriority(category)) { in SDL_LogMessageV()
128 extern DECLSPEC SDL_LogPriority SDLCALL SDL_LogGetPriority(int category);
237 #define SDL_LogGetPriority SDL_LogGetPriority_REAL macro
268 SDL_DYNAPI_PROC(SDL_LogPriority,SDL_LogGetPriority,(int a),(a),return)
Completed in 10 milliseconds