Home
last modified time | relevance | path

Searched refs:SetConsoleForegroundColorPrimary (Results 1 – 3 of 3) sorted by relevance

/external/angle/third_party/spirv-tools/src/source/
Dprint.cpp22 static void SetConsoleForegroundColorPrimary(HANDLE hConsole, WORD color) { in SetConsoleForegroundColorPrimary() function
35 SetConsoleForegroundColorPrimary(GetStdHandle(STD_OUTPUT_HANDLE), color); in SetConsoleForegroundColor()
36 SetConsoleForegroundColorPrimary(GetStdHandle(STD_ERROR_HANDLE), color); in SetConsoleForegroundColor()
/external/deqp-deps/SPIRV-Tools/source/
Dprint.cpp22 static void SetConsoleForegroundColorPrimary(HANDLE hConsole, WORD color) { in SetConsoleForegroundColorPrimary() function
35 SetConsoleForegroundColorPrimary(GetStdHandle(STD_OUTPUT_HANDLE), color); in SetConsoleForegroundColor()
36 SetConsoleForegroundColorPrimary(GetStdHandle(STD_ERROR_HANDLE), color); in SetConsoleForegroundColor()
/external/swiftshader/third_party/SPIRV-Tools/source/
Dprint.cpp41 static void SetConsoleForegroundColorPrimary(HANDLE hConsole, WORD color) { in SetConsoleForegroundColorPrimary() function
54 SetConsoleForegroundColorPrimary(GetStdHandle(STD_OUTPUT_HANDLE), color); in SetConsoleForegroundColor()
55 SetConsoleForegroundColorPrimary(GetStdHandle(STD_ERROR_HANDLE), color); in SetConsoleForegroundColor()