Searched defs:OutputUpdateColorProfileTest (Results 1 – 1 of 1) sorted by relevance
2078 struct OutputUpdateColorProfileTest : public testing::Test { struct2079 using TestType = OutputUpdateColorProfileTest;2081 struct OutputPartialMock : public OutputPartialMockBase {2087 struct Layer {2098 OutputUpdateColorProfileTest() { in OutputUpdateColorProfileTest() argument2112 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 …]