Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dswr_assert.cpp70 HANDLE hConsoleHandle = nullptr; in SetTextColor() local
73 hConsoleHandle = GetStdHandle(STD_ERROR_HANDLE); in SetTextColor()
77 hConsoleHandle = GetStdHandle(STD_OUTPUT_HANDLE); in SetTextColor()
90 SetConsoleTextAttribute(hConsoleHandle, textAttributes); in SetTextColor()