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.cpp85 WORD textAttributes = static_cast<WORD>(color); in SetTextColor() local
88 textAttributes |= FOREGROUND_INTENSITY; in SetTextColor()
90 SetConsoleTextAttribute(hConsoleHandle, textAttributes); in SetTextColor()