Searched refs:beginFrame (Results 1 - 11 of 11) sorted by path

/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.cpp212 mEglManager.beginFrame(mEglSurface, &width, &height);
H A DEglManager.cpp249 void EglManager::beginFrame(EGLSurface surface, EGLint* width, EGLint* height) { function in class:android::uirenderer::renderthread::EglManager
251 "Tried to beginFrame on EGL_NO_SURFACE!");
H A DEglManager.h49 void beginFrame(EGLSurface surface, EGLint* width, EGLint* height);
/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.cpp208 status_t DisplayDevice::beginFrame(bool mustRecompose) const { function in class:DisplayDevice
209 return mDisplaySurface->beginFrame(mustRecompose);
H A DDisplayDevice.h131 status_t beginFrame(bool mustRecompose) const;
H A DSurfaceFlinger.cpp1039 mDisplays[dpy]->beginFrame(mustRecompose);
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DDisplaySurface.h33 // beginFrame is called at the beginning of the composition loop, before
38 virtual status_t beginFrame(bool mustRecompose) = 0;
H A DFramebufferSurface.cpp71 status_t FramebufferSurface::beginFrame(bool /*mustRecompose*/) { function in class:android::FramebufferSurface
H A DFramebufferSurface.h42 virtual status_t beginFrame(bool mustRecompose);
H A DVirtualDisplaySurface.cpp99 status_t VirtualDisplaySurface::beginFrame(bool mustRecompose) { function in class:android::VirtualDisplaySurface
106 "Unexpected beginFrame() in %s state", dbgStateStr());
H A DVirtualDisplaySurface.h84 virtual status_t beginFrame(bool mustRecompose);
204 // | IDLE | beginFrame || BEGUN |

Completed in 712 milliseconds