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.cpp114 status_t VirtualDisplaySurface::beginFrame(bool mustRecompose) { in beginFrame() function in android::VirtualDisplaySurface
/frameworks/base/libs/hwui/renderthread/
DEglManager.h50 Frame beginFrame(EGLSurface surface);
DOpenGLPipeline.cpp55 return mEglManager.beginFrame(mEglSurface); in getFrame()
DEglManager.cpp302 Frame EglManager::beginFrame(EGLSurface surface) { in beginFrame() function in android::uirenderer::renderthread::EglManager
/frameworks/base/libs/hwui/pipeline/skia/
DSkiaOpenGLPipeline.cpp56 return mEglManager.beginFrame(mEglSurface); in getFrame()
/frameworks/native/services/surfaceflinger/
DDisplayDevice.h149 status_t beginFrame(bool mustRecompose) const;
DDisplayDevice.cpp265 status_t DisplayDevice::beginFrame(bool mustRecompose) const { in beginFrame() function in DisplayDevice
266 return mDisplaySurface->beginFrame(mustRecompose); in beginFrame()
DSurfaceFlinger_hwc1.cpp1408 mDisplays[dpy]->beginFrame(mustRecompose); in setUpHWComposer()
DSurfaceFlinger.cpp1741 mDisplays[dpy]->beginFrame(mustRecompose); in setUpHWComposer()