HomeSort by relevance Sort by last modified time
    Searched refs:beginFrame (Results 1 - 21 of 21) sorted by null

  /frameworks/native/services/surfaceflinger/DisplayHardware/
DisplaySurface.h 33 // beginFrame is called at the beginning of the composition loop, before
38 virtual status_t beginFrame(bool mustRecompose) = 0;
FramebufferSurface.h 42 virtual status_t beginFrame(bool mustRecompose);
VirtualDisplaySurface.h 84 virtual status_t beginFrame(bool mustRecompose);
204 // | IDLE | beginFrame || BEGUN |
FramebufferSurface.cpp 71 status_t FramebufferSurface::beginFrame(bool /*mustRecompose*/) {
VirtualDisplaySurface.cpp 99 status_t VirtualDisplaySurface::beginFrame(bool mustRecompose) {
106 "Unexpected beginFrame() in %s state", dbgStateStr());
  /external/chromium_org/content/renderer/gpu/
render_widget_compositor_unittest.cc 21 MOCK_METHOD1(beginFrame, void(const blink::WebBeginFrameArgs& args));
69 beginFrame(AllOf(
render_widget_compositor.cc 782 widget_->webwidget()->beginFrame(web_begin_frame_args);
  /external/chromium_org/third_party/WebKit/public/web/
WebWidget.h 98 beginFrame(WebBeginFrameArgs(monotonicFrameBeginTime));
100 virtual void beginFrame(const WebBeginFrameArgs& frameTime) { }
  /frameworks/base/libs/hwui/renderthread/
EglManager.h 49 void beginFrame(EGLSurface surface, EGLint* width, EGLint* height);
EglManager.cpp 249 void EglManager::beginFrame(EGLSurface surface, EGLint* width, EGLint* height) {
251 "Tried to beginFrame on EGL_NO_SURFACE!");
CanvasContext.cpp 212 mEglManager.beginFrame(mEglSurface, &width, &height);
  /external/chromium_org/third_party/WebKit/Source/web/
WebPagePopupImpl.h 72 virtual void beginFrame(const WebBeginFrameArgs&) OVERRIDE;
WebPopupMenuImpl.h 68 virtual void beginFrame(const WebBeginFrameArgs&) OVERRIDE FINAL;
WebPopupMenuImpl.cpp 204 void WebPopupMenuImpl::beginFrame(const WebBeginFrameArgs&)
WebPagePopupImpl.cpp 322 void WebPagePopupImpl::beginFrame(const WebBeginFrameArgs& frameTime)
WebViewImpl.h 104 virtual void beginFrame(const WebBeginFrameArgs&) OVERRIDE;
WebViewImpl.cpp     [all...]
  /frameworks/native/services/surfaceflinger/
DisplayDevice.h 131 status_t beginFrame(bool mustRecompose) const;
DisplayDevice.cpp 208 status_t DisplayDevice::beginFrame(bool mustRecompose) const {
209 return mDisplaySurface->beginFrame(mustRecompose);
SurfaceFlinger.cpp     [all...]
  /external/chromium_org/mojo/services/html_viewer/
weblayertreeview_impl.cc 68 widget_->beginFrame(web_begin_frame_args);

Completed in 471 milliseconds