Searched refs:TextColor (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
D | swr_assert.cpp | 39 enum class TextColor enum 63 …void SetTextColor(FILE* stream, TextColor color = TextColor::WHITE, TextStyle style = TextStyle::N… in SetTextColor() 128 SetTextColor(stderr, TextColor::CYAN, TextStyle::NORMAL); in SwrAssert() 132 SetTextColor(stderr, TextColor::RED, TextStyle::INTENSITY); in SwrAssert() 136 SetTextColor(stderr, TextColor::CYAN, TextStyle::INTENSITY); in SwrAssert() 141 SetTextColor(stderr, TextColor::YELLOW, TextStyle::INTENSITY); in SwrAssert() 250 SetTextColor(stderr, TextColor::CYAN, TextStyle::NORMAL); in SwrTrace() 256 SetTextColor(stderr, TextColor::PURPLE, TextStyle::INTENSITY); in SwrTrace()
|