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

  /external/chromium_org/cc/test/
fake_proxy.cc 13 bool FakeProxy::CompositeAndReadback(void* pixels, gfx::Rect rect) {
fake_proxy.h 24 virtual bool CompositeAndReadback(void* pixels, gfx::Rect rect) OVERRIDE;
  /external/chromium_org/cc/trees/
proxy.h 49 virtual bool CompositeAndReadback(void* pixels, gfx::Rect rect) = 0;
76 // mode. It's an error to make a sync call like CompositeAndReadback while
single_thread_proxy.h 27 virtual bool CompositeAndReadback(void* pixels, gfx::Rect rect) OVERRIDE;
thread_proxy.h 44 virtual bool CompositeAndReadback(void* pixels, gfx::Rect rect) OVERRIDE;
layer_tree_host.h 165 bool CompositeAndReadback(void* pixels, gfx::Rect rect_in_device_viewport);
layer_tree_host_unittest_damage.cc 152 // CompositeAndReadback causes a follow-up commit.
166 layer_tree_host()->CompositeAndReadback(static_cast<void*>(&pixels),
single_thread_proxy.cc 53 bool SingleThreadProxy::CompositeAndReadback(void* pixels, gfx::Rect rect) {
54 TRACE_EVENT0("cc", "SingleThreadProxy::CompositeAndReadback");
layer_tree_host_unittest_context.cc     [all...]
layer_tree_host_unittest_animation.cc 533 // We shouldn't animate on the CompositeAndReadback-forced commit, but we
550 layer_tree_host()->CompositeAndReadback(&pixels, gfx::Rect(0, 0, 1, 1));
layer_tree_host.cc 445 bool LayerTreeHost::CompositeAndReadback(void* pixels,
448 bool ret = proxy_->CompositeAndReadback(pixels, rect_in_device_viewport);
    [all...]
layer_tree_host_unittest.cc 455 layer_tree_host()->CompositeAndReadback(&pixels, gfx::Rect(0, 0, 1, 1));
487 layer_tree_host()->CompositeAndReadback(&pixels, gfx::Rect(0, 0, 1, 1));
537 layer_tree_host()->CompositeAndReadback(&pixels, gfx::Rect(0, 0, 1, 1));
616 // A compositeAndReadback while invisible should force a normal commit without
632 layer_tree_host()->CompositeAndReadback(&pixels, gfx::Rect(0, 0, 1, 1));
    [all...]
layer_tree_host_pixeltest_readback.cc 666 layer_tree_host()->CompositeAndReadback(bitmap->getPixels(),
    [all...]
thread_proxy.cc 111 bool ThreadProxy::CompositeAndReadback(void* pixels, gfx::Rect rect) {
112 TRACE_EVENT0("cc", "ThreadProxy::CompositeAndReadback");
    [all...]
  /external/chromium_org/content/public/browser/android/
compositor.h 79 virtual bool CompositeAndReadback(void *pixels, const gfx::Rect& rect) = 0;
  /external/chromium_org/content/browser/renderer_host/
compositor_impl_android.h 59 virtual bool CompositeAndReadback(
compositor_impl_android.cc 282 bool CompositorImpl::CompositeAndReadback(void *pixels, const gfx::Rect& rect) {
284 return host_->CompositeAndReadback(pixels, rect);
  /external/chromium_org/webkit/support/
web_layer_tree_view_impl_for_testing.cc 137 bool WebLayerTreeViewImplForTesting::compositeAndReadback(
139 return layer_tree_host_->CompositeAndReadback(pixels,
  /external/chromium_org/content/renderer/gpu/
render_widget_compositor.cc 484 bool RenderWidgetCompositor::compositeAndReadback(
486 return layer_tree_host_->CompositeAndReadback(pixels,
  /external/chromium_org/ui/compositor/
compositor.cc 635 return host_->CompositeAndReadback(pixels, bounds_in_pixel);

Completed in 4117 milliseconds