Home
last modified time | relevance | path

Searched refs:SetConsoleForegroundColor (Results 1 – 2 of 2) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/
Dprint.cpp51 static void SetConsoleForegroundColor(WORD color) { in SetConsoleForegroundColor() function
58 SetConsoleForegroundColor(0xf); in operator const char*()
66 SetConsoleForegroundColor(FOREGROUND_INTENSITY); in operator const char*()
74 SetConsoleForegroundColor(FOREGROUND_RED); in operator const char*()
82 SetConsoleForegroundColor(FOREGROUND_GREEN); in operator const char*()
90 SetConsoleForegroundColor(FOREGROUND_RED | FOREGROUND_GREEN); in operator const char*()
102 SetConsoleForegroundColor(FOREGROUND_BLUE | FOREGROUND_INTENSITY); in operator const char*()
/external/swiftshader/third_party/SPIRV-Tools/source/
Dprint.cpp51 static void SetConsoleForegroundColor(WORD color) { in SetConsoleForegroundColor() function
58 SetConsoleForegroundColor(0xf); in operator const char*()
66 SetConsoleForegroundColor(FOREGROUND_INTENSITY); in operator const char*()
74 SetConsoleForegroundColor(FOREGROUND_RED); in operator const char*()
82 SetConsoleForegroundColor(FOREGROUND_GREEN); in operator const char*()
90 SetConsoleForegroundColor(FOREGROUND_RED | FOREGROUND_GREEN); in operator const char*()
102 SetConsoleForegroundColor(FOREGROUND_BLUE | FOREGROUND_INTENSITY); in operator const char*()