Searched refs:SDL_LOG_PRIORITY_VERBOSE (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_log.h | 104 SDL_LOG_PRIORITY_VERBOSE = 1, enumerator
|
/AliOS-Things-master/components/SDL2/src/ |
A D | SDL_log.c | 43 #define DEFAULT_TEST_PRIORITY SDL_LOG_PRIORITY_VERBOSE 186 SDL_LogMessageV(category, SDL_LOG_PRIORITY_VERBOSE, fmt, ap); in SDL_LogVerbose()
|
/AliOS-Things-master/components/SDL2/src/test/ |
A D | SDL_test_common.c | 176 SDL_LogSetAllPriority(SDL_LOG_PRIORITY_VERBOSE); in SDLTest_CommonArg() 180 SDL_LogSetPriority(SDL_LOG_CATEGORY_ERROR, SDL_LOG_PRIORITY_VERBOSE); in SDLTest_CommonArg() 184 SDL_LogSetPriority(SDL_LOG_CATEGORY_SYSTEM, SDL_LOG_PRIORITY_VERBOSE); in SDLTest_CommonArg() 188 SDL_LogSetPriority(SDL_LOG_CATEGORY_AUDIO, SDL_LOG_PRIORITY_VERBOSE); in SDLTest_CommonArg() 192 SDL_LogSetPriority(SDL_LOG_CATEGORY_VIDEO, SDL_LOG_PRIORITY_VERBOSE); in SDLTest_CommonArg() 196 SDL_LogSetPriority(SDL_LOG_CATEGORY_RENDER, SDL_LOG_PRIORITY_VERBOSE); in SDLTest_CommonArg() 200 SDL_LogSetPriority(SDL_LOG_CATEGORY_INPUT, SDL_LOG_PRIORITY_VERBOSE); in SDLTest_CommonArg()
|
Completed in 9 milliseconds