Home
last modified time | relevance | path

Searched refs:GpuCompositionResult (Results 1 – 9 of 9) sorted by relevance

/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
DOutput.h61 struct GpuCompositionResult;
301 using GpuCompositionResult = compositionengine::impl::GpuCompositionResult; variable
304 virtual GpuCompositionResult prepareFrameAsync() = 0;
306 virtual void finishFrame(GpuCompositionResult&&) = 0;
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/
DGpuCompositionResult.h24 struct GpuCompositionResult { struct
DDisplay.h65 void finishFrame(GpuCompositionResult&&) override;
DOutput.h101 GpuCompositionResult prepareFrameAsync() override;
103 void finishFrame(GpuCompositionResult&&) override;
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/mock/
DOutput.h106 MOCK_METHOD0(prepareFrameAsync, GpuCompositionResult());
116 MOCK_METHOD1(finishFrame, void(GpuCompositionResult&&));
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DOutput.cpp471 GpuCompositionResult result; in present()
1118 GpuCompositionResult Output::prepareFrameAsync() { in prepareFrameAsync()
1135 GpuCompositionResult compositionResult; in prepareFrameAsync()
1189 void Output::finishFrame(GpuCompositionResult&& result) { in finishFrame()
DDisplay.cpp442 void Display::finishFrame(GpuCompositionResult&& result) { in finishFrame()
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DOutputTest.cpp1068 impl::GpuCompositionResult result = mOutput.prepareFrameAsync(); in TEST_F()
1091 impl::GpuCompositionResult result = mOutput.prepareFrameAsync(); in TEST_F()
1121 impl::GpuCompositionResult result = mOutput.prepareFrameAsync(); in TEST_F()
1153 impl::GpuCompositionResult result = mOutput.prepareFrameAsync(); in TEST_F()
2014 MOCK_METHOD0(prepareFrameAsync, GpuCompositionResult());
2016 MOCK_METHOD1(finishFrame, void(GpuCompositionResult&&));
3032 impl::GpuCompositionResult result; in TEST_F()
3042 impl::GpuCompositionResult result; in TEST_F()
3058 impl::GpuCompositionResult result; in TEST_F()
3073 impl::GpuCompositionResult result; in TEST_F()
[all …]
DDisplayTest.cpp254 impl::GpuCompositionResult mResultWithBuffer;
255 impl::GpuCompositionResult mResultWithoutBuffer;