Searched defs:OutputUpdateColorProfileTest (Results 1 – 1 of 1) sorted by relevance
2114 struct OutputUpdateColorProfileTest : public testing::Test { struct2115 using TestType = OutputUpdateColorProfileTest;2117 struct OutputPartialMock : public OutputPartialMockBase {2123 struct Layer {2134 OutputUpdateColorProfileTest() { in OutputUpdateColorProfileTest() function2147 struct ExecuteState : public CallOrderStateMachineHelper<TestType, ExecuteState> {2151 mock::DisplayColorProfile* mDisplayColorProfile = new StrictMock<mock::DisplayColorProfile>();2152 mock::RenderSurface* mRenderSurface = new StrictMock<mock::RenderSurface>();2153 StrictMock<OutputPartialMock> mOutput;2155 Layer mLayer1;[all …]