Searched defs:OutputUpdateColorProfileTest (Results 1 – 1 of 1) sorted by relevance
2106 struct OutputUpdateColorProfileTest : public testing::Test { struct2107 using TestType = OutputUpdateColorProfileTest;2109 struct OutputPartialMock : public OutputPartialMockBase {2115 struct Layer {2126 OutputUpdateColorProfileTest() { in OutputUpdateColorProfileTest() function2140 struct ExecuteState : public CallOrderStateMachineHelper<TestType, ExecuteState> {2144 mock::DisplayColorProfile* mDisplayColorProfile = new StrictMock<mock::DisplayColorProfile>();2145 mock::RenderSurface* mRenderSurface = new StrictMock<mock::RenderSurface>();2146 StrictMock<OutputPartialMock> mOutput;2148 Layer mLayer1;[all …]