Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/fakehwc/
DSFFakeHwc_test.cpp66 struct TestColor { struct
74 constexpr static TestColor RED = {195, 63, 63, 255};
75 constexpr static TestColor LIGHT_RED = {255, 177, 177, 255};
76 constexpr static TestColor GREEN = {63, 195, 63, 255};
77 constexpr static TestColor BLUE = {63, 63, 195, 255};
78 constexpr static TestColor DARK_GRAY = {63, 63, 63, 255};
79 constexpr static TestColor LIGHT_GRAY = {200, 200, 200, 255};
82 static void fillSurfaceRGBA8(const sp<SurfaceControl>& sc, const TestColor& color, in fillSurfaceRGBA8()