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.cpp75 struct TestColor { struct
83 constexpr static TestColor RED = {195, 63, 63, 255};
84 constexpr static TestColor LIGHT_RED = {255, 177, 177, 255};
85 constexpr static TestColor GREEN = {63, 195, 63, 255};
86 constexpr static TestColor BLUE = {63, 63, 195, 255};
87 constexpr static TestColor DARK_GRAY = {63, 63, 63, 255};
88 constexpr static TestColor LIGHT_GRAY = {200, 200, 200, 255};
91 static void fillSurfaceRGBA8(const sp<SurfaceControl>& sc, const TestColor& color, in fillSurfaceRGBA8()