HomeSort by relevance Sort by last modified time
    Searched defs:CreateOutputSurface (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/cc/test/
fake_layer_tree_host_client.cc 21 scoped_ptr<OutputSurface> FakeLayerTreeHostClient::CreateOutputSurface(
layer_tree_pixel_test.cc 35 scoped_ptr<OutputSurface> LayerTreePixelTest::CreateOutputSurface(
layer_tree_test.cc 237 virtual scoped_ptr<OutputSurface> CreateOutputSurface(bool fallback)
239 return test_hooks_->CreateOutputSurface(fallback);
684 scoped_ptr<OutputSurface> LayerTreeTest::CreateOutputSurface(bool fallback) {
  /external/chromium_org/ui/compositor/test/
default_context_factory.cc 32 scoped_ptr<cc::OutputSurface> DefaultContextFactory::CreateOutputSurface(
test_context_factory.cc 17 scoped_ptr<cc::OutputSurface> TestContextFactory::CreateOutputSurface(
  /external/chromium_org/content/browser/android/in_process/
synchronous_compositor_factory_impl.cc 115 SynchronousCompositorFactoryImpl::CreateOutputSurface(int routing_id) {
  /external/chromium_org/content/test/
web_layer_tree_view_impl_for_testing.cc 157 WebLayerTreeViewImplForTesting::CreateOutputSurface(bool fallback) {
  /external/chromium_org/content/browser/aura/
gpu_process_transport_factory.cc 181 scoped_ptr<cc::OutputSurface> GpuProcessTransportFactory::CreateOutputSurface(
  /external/chromium_org/content/browser/renderer_host/
compositor_impl_android.cc 389 scoped_ptr<cc::OutputSurface> CompositorImpl::CreateOutputSurface(
  /external/chromium_org/content/renderer/gpu/
render_widget_compositor.cc 592 scoped_ptr<cc::OutputSurface> RenderWidgetCompositor::CreateOutputSurface(
594 return widget_->CreateOutputSurface(fallback);
  /external/chromium_org/ui/compositor/
compositor.cc 516 scoped_ptr<cc::OutputSurface> Compositor::CreateOutputSurface(bool fallback) {
517 return ContextFactory::GetInstance()->CreateOutputSurface(this, fallback);
  /external/chromium_org/cc/trees/
layer_tree_host.cc 152 scoped_ptr<OutputSurface> output_surface(CreateOutputSurface());
452 scoped_ptr<OutputSurface> LayerTreeHost::CreateOutputSurface() {
453 return client_->CreateOutputSurface(num_failed_recreate_attempts_ >= 4);
    [all...]
layer_tree_host_impl_unittest.cc 101 CreateHostImpl(DefaultSettings(), CreateOutputSurface());
343 virtual scoped_ptr<OutputSurface> CreateOutputSurface() {
    [all...]
  /external/chromium_org/content/renderer/
render_widget.cc 857 // See RenderWidget::CreateOutputSurface().
872 scoped_ptr<cc::OutputSurface> RenderWidget::CreateOutputSurface(bool fallback) {
877 return factory->CreateOutputSurface(routing_id());
    [all...]

Completed in 89 milliseconds