Home
last modified time | relevance | path

Searched defs:OutputUpdateColorProfileTest (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DOutputTest.cpp2078 struct OutputUpdateColorProfileTest : public testing::Test { struct
2079 using TestType = OutputUpdateColorProfileTest;
2081 struct OutputPartialMock : public OutputPartialMockBase {
2087 struct Layer {
2098 OutputUpdateColorProfileTest() { in OutputUpdateColorProfileTest() argument
2112 struct ExecuteState : public CallOrderStateMachineHelper<TestType, ExecuteState> {
2116 mock::DisplayColorProfile* mDisplayColorProfile = new StrictMock<mock::DisplayColorProfile>();
2117 mock::RenderSurface* mRenderSurface = new StrictMock<mock::RenderSurface>();
2118 StrictMock<OutputPartialMock> mOutput;
2120 Layer mLayer1;
[all …]