Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dswr_assert.cpp74 WORD textAttributes = 0; in SetTextColor() local
77 textAttributes |= FOREGROUND_RED; in SetTextColor()
81 textAttributes |= FOREGROUND_GREEN; in SetTextColor()
85 textAttributes |= FOREGROUND_BLUE; in SetTextColor()
89 textAttributes |= FOREGROUND_INTENSITY; in SetTextColor()
91 SetConsoleTextAttribute(hConsoleHandle, textAttributes); in SetTextColor()