Home
last modified time | relevance | path

Searched refs:beginFrame (Results 1 – 25 of 29) sorted by relevance

12

/frameworks/native/services/surfaceflinger/Scheduler/src/
DFrameTargeter.cpp59 void FrameTargeter::beginFrame(const BeginFrameArgs& args, const IVsyncSource& vsyncSource) { in beginFrame() function in android::scheduler::FrameTargeter
60 return beginFrame(args, vsyncSource, &FrameTargeter::isFencePending); in beginFrame()
63 void FrameTargeter::beginFrame(const BeginFrameArgs& args, const IVsyncSource& vsyncSource, in beginFrame() function in android::scheduler::FrameTargeter
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/mock/
DDisplaySurface.h31 MOCK_METHOD1(beginFrame, status_t(bool mustRecompose));
DRenderSurface.h40 MOCK_METHOD1(beginFrame, status_t(bool mustRecompose));
DOutput.h103 MOCK_METHOD0(beginFrame, void());
/frameworks/native/services/surfaceflinger/Scheduler/include/scheduler/
DFrameTargeter.h154 void beginFrame(const BeginFrameArgs&, const IVsyncSource&);
171 void beginFrame(const BeginFrameArgs&, const IVsyncSource&, IsFencePendingFuncPtr);
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
DDisplaySurface.h46 virtual status_t beginFrame(bool mustRecompose) = 0;
DRenderSurface.h78 virtual status_t beginFrame(bool mustRecompose) = 0;
DOutput.h298 virtual void beginFrame() = 0;
/frameworks/native/services/surfaceflinger/
DScreenCaptureRenderSurface.h64 status_t beginFrame(bool /* mustRecompose */) override { return OK; } in beginFrame() function
/frameworks/native/services/surfaceflinger/DisplayHardware/
DFramebufferSurface.h47 virtual status_t beginFrame(bool mustRecompose);
DVirtualDisplaySurface.h85 virtual status_t beginFrame(bool mustRecompose);
DFramebufferSurface.cpp86 status_t FramebufferSurface::beginFrame(bool /*mustRecompose*/) { in beginFrame() function in android::FramebufferSurface
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DDisplayTest.cpp640 EXPECT_CALL(*renderSurface, beginFrame(_)).Times(1); in TEST_F()
643 mDisplay->beginFrame(); in TEST_F()
961 EXPECT_CALL(*renderSurface, beginFrame(false)); in TEST_F()
969 gpuDisplay->beginFrame(); in TEST_F()
982 EXPECT_CALL(*renderSurface, beginFrame(false)); in TEST_F()
990 gpuDisplay->beginFrame(); in TEST_F()
1003 EXPECT_CALL(*renderSurface, beginFrame(true)); in TEST_F()
1011 gpuDisplay->beginFrame(); in TEST_F()
DRenderSurfaceTest.cpp195 EXPECT_CALL(*mDisplaySurface, beginFrame(true)).WillOnce(Return(NO_ERROR)); in TEST_F()
197 EXPECT_EQ(NO_ERROR, mSurface.beginFrame(true)); in TEST_F()
/frameworks/base/libs/hwui/renderthread/
DEglManager.h60 Frame beginFrame(EGLSurface surface);
DEglManager.cpp587 Frame EglManager::beginFrame(EGLSurface surface) { in beginFrame() function in android::uirenderer::renderthread::EglManager
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DRenderSurface.cpp126 status_t RenderSurface::beginFrame(bool mustRecompose) { in beginFrame() function in android::compositionengine::impl::RenderSurface
127 return mDisplaySurface->beginFrame(mustRecompose); in beginFrame()
DDisplay.cpp224 void Display::beginFrame() { in beginFrame() function in android::compositionengine::impl::Display
225 Output::beginFrame(); in beginFrame()
DOutput.cpp465 beginFrame(); in present()
1054 void Output::beginFrame() { in beginFrame() function in android::compositionengine::impl::Output
1076 mRenderSurface->beginFrame(mMustRecompose); in beginFrame()
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/
DRenderSurface.h59 status_t beginFrame(bool mustRecompose) override;
DDisplay.h56 void beginFrame() override;
DOutput.h99 void beginFrame() override;
/frameworks/base/libs/hwui/pipeline/skia/
DSkiaOpenGLPipeline.cpp113 return mEglManager.beginFrame(mEglSurface); in getFrame()
/frameworks/native/services/surfaceflinger/Scheduler/tests/
DFrameTargeterTest.cpp76 testPtr->mTargeter.beginFrame(args, in Frame()
/frameworks/native/services/surfaceflinger/Scheduler/
DScheduler.cpp210 pacesetterPtr->targeterPtr->beginFrame(beginFrameArgs, *pacesetterPtr->schedulePtr); in onFrameSignal()
229 targeter.beginFrame(followerBeginFrameArgs, *display.schedulePtr); in onFrameSignal()

12