Searched refs:beginFrame (Results 1 – 11 of 11) sorted by relevance
38 virtual status_t beginFrame(bool mustRecompose) = 0;
42 virtual status_t beginFrame(bool mustRecompose);
71 status_t FramebufferSurface::beginFrame(bool /*mustRecompose*/) { in beginFrame() function in android::FramebufferSurface
84 virtual status_t beginFrame(bool mustRecompose);
99 status_t VirtualDisplaySurface::beginFrame(bool mustRecompose) { in beginFrame() function in android::VirtualDisplaySurface
49 void beginFrame(EGLSurface surface, EGLint* width, EGLint* height);
249 void EglManager::beginFrame(EGLSurface surface, EGLint* width, EGLint* height) { in beginFrame() function in android::uirenderer::renderthread::EglManager
212 mEglManager.beginFrame(mEglSurface, &width, &height); in draw()
131 status_t beginFrame(bool mustRecompose) const;
208 status_t DisplayDevice::beginFrame(bool mustRecompose) const { in beginFrame() function in DisplayDevice209 return mDisplaySurface->beginFrame(mustRecompose); in beginFrame()
1039 mDisplays[dpy]->beginFrame(mustRecompose); in setUpHWComposer()