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

  /external/chromium_org/cc/test/
fake_layer_tree_host_client.cc 42 host_->SetOutputSurface(surface.Pass());
fake_proxy.h 26 virtual void SetOutputSurface(scoped_ptr<OutputSurface>) OVERRIDE {}
layer_tree_test.cc 670 layer_tree_host_->SetOutputSurface(CreateOutputSurface(fallback));
  /external/chromium_org/cc/trees/
proxy.h 62 virtual void SetOutputSurface(scoped_ptr<OutputSurface> output_surface) = 0;
layer_tree_host_unittest_no_message_loop.cc 64 layer_tree_host_->SetOutputSurface(
single_thread_proxy.h 37 virtual void SetOutputSurface(scoped_ptr<OutputSurface>) OVERRIDE;
thread_proxy.h 155 virtual void SetOutputSurface(scoped_ptr<OutputSurface>) OVERRIDE;
layer_tree_host.h 115 void SetOutputSurface(scoped_ptr<OutputSurface> output_surface);
single_thread_proxy.cc 116 void SingleThreadProxy::SetOutputSurface(
layer_tree_host.cc 416 void LayerTreeHost::SetOutputSurface(scoped_ptr<OutputSurface> surface) {
417 proxy_->SetOutputSurface(surface.Pass());
    [all...]
thread_proxy.cc 223 void ThreadProxy::SetOutputSurface(scoped_ptr<OutputSurface> output_surface) {
    [all...]
layer_tree_host_unittest_context.cc 187 layer_tree_host()->SetOutputSurface(
    [all...]
  /external/chromium_org/mojo/examples/compositor_app/
compositor_host.cc 80 tree_->SetOutputSurface(make_scoped_ptr(new cc::OutputSurface(
  /external/chromium_org/content/test/
web_layer_tree_view_impl_for_testing.cc 147 layer_tree_host_->SetOutputSurface(make_scoped_ptr(
  /external/chromium_org/android_webview/browser/
hardware_renderer.cc 263 layer_tree_host_->SetOutputSurface(
  /external/chromium_org/mojo/services/html_viewer/
weblayertreeview_impl.cc 83 layer_tree_host_->SetOutputSurface(output_surface_.Pass());
  /external/chromium_org/content/browser/renderer_host/
compositor_impl_android.cc 583 host_->SetOutputSurface(scoped_ptr<cc::OutputSurface>());
587 host_->SetOutputSurface(
  /external/chromium_org/ui/compositor/
compositor.cc 345 host_->SetOutputSurface(
  /external/chromium_org/content/renderer/gpu/
render_widget_compositor.cc 800 layer_tree_host_->SetOutputSurface(widget_->CreateOutputSurface(fallback));

Completed in 383 milliseconds