OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateOutputSurface
(Results
1 - 25
of
36
) sorted by null
1
2
/external/chromium_org/cc/trees/
layer_tree_host_client.h
32
virtual scoped_ptr<OutputSurface>
CreateOutputSurface
(bool fallback) = 0;
layer_tree_host.h
120
scoped_ptr<OutputSurface>
CreateOutputSurface
();
layer_tree_host_unittest_context.cc
80
virtual scoped_ptr<OutputSurface>
CreateOutputSurface
(bool fallback)
[
all
...]
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
...]
/external/chromium_org/content/renderer/android/
synchronous_compositor_factory.h
38
virtual scoped_ptr<cc::OutputSurface>
CreateOutputSurface
(
/external/chromium_org/ui/compositor/test/
test_context_factory.h
21
virtual scoped_ptr<cc::OutputSurface>
CreateOutputSurface
(
default_context_factory.h
25
virtual scoped_ptr<cc::OutputSurface>
CreateOutputSurface
(
test_context_factory.cc
17
scoped_ptr<cc::OutputSurface> TestContextFactory::
CreateOutputSurface
(
default_context_factory.cc
32
scoped_ptr<cc::OutputSurface> DefaultContextFactory::
CreateOutputSurface
(
/external/chromium_org/cc/test/
fake_layer_tree_host_client.cc
21
scoped_ptr<OutputSurface> FakeLayerTreeHostClient::
CreateOutputSurface
(
fake_layer_tree_host_client.h
37
virtual scoped_ptr<OutputSurface>
CreateOutputSurface
(bool fallback) OVERRIDE;
layer_tree_pixel_test.h
32
virtual scoped_ptr<OutputSurface>
CreateOutputSurface
(bool fallback) OVERRIDE;
layer_tree_test.h
89
virtual scoped_ptr<OutputSurface>
CreateOutputSurface
(bool fallback) = 0;
182
virtual scoped_ptr<OutputSurface>
CreateOutputSurface
(bool fallback) OVERRIDE;
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/content/browser/android/in_process/
synchronous_compositor_factory_impl.h
38
virtual scoped_ptr<cc::OutputSurface>
CreateOutputSurface
(int routing_id)
synchronous_compositor_factory_impl.cc
115
SynchronousCompositorFactoryImpl::
CreateOutputSurface
(int routing_id) {
/external/chromium_org/content/test/
web_layer_tree_view_impl_for_testing.h
68
virtual scoped_ptr<cc::OutputSurface>
CreateOutputSurface
(bool fallback)
web_layer_tree_view_impl_for_testing.cc
157
WebLayerTreeViewImplForTesting::
CreateOutputSurface
(bool fallback) {
/external/chromium_org/content/browser/aura/
gpu_process_transport_factory.h
38
virtual scoped_ptr<cc::OutputSurface>
CreateOutputSurface
(
/external/chromium_org/content/browser/renderer_host/
compositor_impl_android.h
80
virtual scoped_ptr<cc::OutputSurface>
CreateOutputSurface
(bool fallback)
/external/chromium_org/ui/compositor/
compositor.h
73
virtual scoped_ptr<cc::OutputSurface>
CreateOutputSurface
(
303
virtual scoped_ptr<cc::OutputSurface>
CreateOutputSurface
(bool fallback)
compositor.cc
516
scoped_ptr<cc::OutputSurface> Compositor::
CreateOutputSurface
(bool fallback) {
517
return ContextFactory::GetInstance()->
CreateOutputSurface
(this, fallback);
/external/chromium_org/cc/output/
delegating_renderer_unittest.cc
20
virtual scoped_ptr<OutputSurface>
CreateOutputSurface
(bool fallback)
/external/chromium_org/content/renderer/gpu/
render_widget_compositor.h
127
virtual scoped_ptr<cc::OutputSurface>
CreateOutputSurface
(bool fallback)
render_widget_compositor.cc
592
scoped_ptr<cc::OutputSurface> RenderWidgetCompositor::
CreateOutputSurface
(
594
return widget_->
CreateOutputSurface
(fallback);
Completed in 2210 milliseconds
1
2