Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/DisplayHardware/
DDisplaySurface.h39 virtual status_t beginFrame(bool mustRecompose) = 0;
DFramebufferSurface.h43 virtual status_t beginFrame(bool mustRecompose);
DVirtualDisplaySurface.h85 virtual status_t beginFrame(bool mustRecompose);
DFramebufferSurface.cpp91 status_t FramebufferSurface::beginFrame(bool /*mustRecompose*/) { in beginFrame() function in android::FramebufferSurface
DVirtualDisplaySurface.cpp118 status_t VirtualDisplaySurface::beginFrame(bool mustRecompose) { in beginFrame() function in android::VirtualDisplaySurface
/frameworks/base/libs/hwui/renderthread/
DEglManager.h50 Frame beginFrame(EGLSurface surface);
DEglManager.cpp384 Frame EglManager::beginFrame(EGLSurface surface) { in beginFrame() function in android::uirenderer::renderthread::EglManager
DOpenGLPipeline.cpp55 return mEglManager.beginFrame(mEglSurface); in getFrame()
/frameworks/native/services/surfaceflinger/
DDisplayDevice.h150 status_t beginFrame(bool mustRecompose) const;
DDisplayDevice.cpp267 status_t DisplayDevice::beginFrame(bool mustRecompose) const { in beginFrame() function in DisplayDevice
268 return mDisplaySurface->beginFrame(mustRecompose); in beginFrame()
DSurfaceFlinger_hwc1.cpp1408 mDisplays[dpy]->beginFrame(mustRecompose); in setUpHWComposer()
DSurfaceFlinger.cpp1855 mDisplays[dpy]->beginFrame(mustRecompose); in setUpHWComposer()
/frameworks/base/libs/hwui/pipeline/skia/
DSkiaOpenGLPipeline.cpp59 return mEglManager.beginFrame(mEglSurface); in getFrame()