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 65 TextColor color = TextColor::WHITE, in SetTextColor() 131 SetTextColor(stderr, TextColor::CYAN, TextStyle::NORMAL); in SwrAssert() 135 SetTextColor(stderr, TextColor::RED, TextStyle::INTENSITY); in SwrAssert() 139 SetTextColor(stderr, TextColor::CYAN, TextStyle::INTENSITY); in SwrAssert() 144 SetTextColor(stderr, TextColor::YELLOW, TextStyle::INTENSITY); in SwrAssert() 252 SetTextColor(stderr, TextColor::CYAN, TextStyle::NORMAL); in SwrTrace() 258 SetTextColor(stderr, TextColor::PURPLE, TextStyle::INTENSITY); in SwrTrace()
|