Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DOutputTest.cpp2114 struct OutputUpdateColorProfileTest : public testing::Test { struct
2115 using TestType = OutputUpdateColorProfileTest;
2117 struct OutputPartialMock : public OutputPartialMockBase {
2123 struct Layer {
2134 OutputUpdateColorProfileTest() { in OutputUpdateColorProfileTest() function
2147 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 …]