Searched refs:SDL_LOG_PRIORITY_VERBOSE (Results 1 – 3 of 3) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/src/test/ |
D | SDL_test_common.c | 142 SDL_LogSetAllPriority(SDL_LOG_PRIORITY_VERBOSE); in SDLTest_CommonArg() 146 SDL_LogSetPriority(SDL_LOG_CATEGORY_ERROR, SDL_LOG_PRIORITY_VERBOSE); in SDLTest_CommonArg() 150 SDL_LogSetPriority(SDL_LOG_CATEGORY_SYSTEM, SDL_LOG_PRIORITY_VERBOSE); in SDLTest_CommonArg() 154 SDL_LogSetPriority(SDL_LOG_CATEGORY_AUDIO, SDL_LOG_PRIORITY_VERBOSE); in SDLTest_CommonArg() 158 SDL_LogSetPriority(SDL_LOG_CATEGORY_VIDEO, SDL_LOG_PRIORITY_VERBOSE); in SDLTest_CommonArg() 162 SDL_LogSetPriority(SDL_LOG_CATEGORY_RENDER, SDL_LOG_PRIORITY_VERBOSE); in SDLTest_CommonArg() 166 SDL_LogSetPriority(SDL_LOG_CATEGORY_INPUT, SDL_LOG_PRIORITY_VERBOSE); in SDLTest_CommonArg()
|
/third_party/flutter/skia/third_party/externals/sdl/src/ |
D | SDL_log.c | 43 #define DEFAULT_TEST_PRIORITY SDL_LOG_PRIORITY_VERBOSE 188 SDL_LogMessageV(category, SDL_LOG_PRIORITY_VERBOSE, fmt, ap); in SDL_LogVerbose()
|
/third_party/flutter/skia/third_party/externals/sdl/include/ |
D | SDL_log.h | 104 SDL_LOG_PRIORITY_VERBOSE = 1, enumerator
|