Home
last modified time | relevance | path

Searched refs:CreateFakeOutputSurface (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/cc/trees/
Dlayer_tree_host_unittest_context.cc84 virtual scoped_ptr<FakeOutputSurface> CreateFakeOutputSurface(bool fallback) in CreateFakeOutputSurface() function in cc::__anon725cf0690111::LayerTreeHostContextTest
456 virtual scoped_ptr<FakeOutputSurface> CreateFakeOutputSurface(bool fallback) in CreateFakeOutputSurface() function in cc::__anon725cf0690111::LayerTreeHostContextTestCreateOutputSurfaceFails
459 LayerTreeHostContextTest::CreateFakeOutputSurface(fallback); in CreateFakeOutputSurface()
1041 virtual scoped_ptr<FakeOutputSurface> CreateFakeOutputSurface(bool fallback) in CreateFakeOutputSurface() function in cc::__anon725cf0690111::LayerTreeHostContextTestDontUseLostResources
1049 return LayerTreeHostContextTest::CreateFakeOutputSurface(fallback); in CreateFakeOutputSurface()
Dlayer_tree_host_unittest_copyrequest.cc106 virtual scoped_ptr<FakeOutputSurface> CreateFakeOutputSurface(bool fallback) in CreateFakeOutputSurface() function in cc::__anon6571de880111::LayerTreeHostCopyRequestTestMultipleRequests
537 virtual scoped_ptr<FakeOutputSurface> CreateFakeOutputSurface(bool fallback) in CreateFakeOutputSurface() function in cc::__anon6571de880111::LayerTreeHostCopyRequestTestLostOutputSurface
667 virtual scoped_ptr<FakeOutputSurface> CreateFakeOutputSurface(bool fallback) in CreateFakeOutputSurface() function in cc::__anon6571de880111::LayerTreeHostCopyRequestTestCountTextures
Dlayer_tree_host_unittest.cc2473 virtual scoped_ptr<FakeOutputSurface> CreateFakeOutputSurface(bool fallback) in CreateFakeOutputSurface() function in cc::__anon83dbcd050111::LayerTreeHostTestIOSurfaceDrawing
2672 virtual scoped_ptr<FakeOutputSurface> CreateFakeOutputSurface(bool fallback) in CreateFakeOutputSurface() function in cc::__anon83dbcd050111::LayerTreeHostTestDeferredInitialize
4195 virtual scoped_ptr<FakeOutputSurface> CreateFakeOutputSurface(bool fallback) in CreateFakeOutputSurface() function in cc::__anon83dbcd050111::LayerTreeHostTestMaxTransferBufferUsageBytes
4337 virtual scoped_ptr<FakeOutputSurface> CreateFakeOutputSurface(bool fallback) in CreateFakeOutputSurface() function in cc::LayerTreeHostTestSetMemoryPolicyOnLostOutputSurface
Dlayer_tree_host_impl_unittest.cc4061 scoped_ptr<OutputSurface> CreateFakeOutputSurface(bool always_draw) { in CreateFakeOutputSurface() function in cc::__anon4fe2c3f60111::LayerTreeHostImplViewportCoveredTest
4231 CreateHostImpl(DefaultSettings(), CreateFakeOutputSurface(always_draw)); in TEST_F()
4245 CreateHostImpl(DefaultSettings(), CreateFakeOutputSurface(always_draw)); in TEST_F()
4260 CreateHostImpl(DefaultSettings(), CreateFakeOutputSurface(always_draw)); in TEST_F()
4303 CreateHostImpl(DefaultSettings(), CreateFakeOutputSurface(always_draw)); in TEST_F()
4320 CreateHostImpl(DefaultSettings(), CreateFakeOutputSurface(always_draw)); in TEST_F()
/external/chromium_org/cc/test/
Dlayer_tree_test.cc675 CreateFakeOutputSurface(fallback); in CreateOutputSurface()
684 scoped_ptr<FakeOutputSurface> LayerTreeTest::CreateFakeOutputSurface( in CreateFakeOutputSurface() function in cc::LayerTreeTest
Dlayer_tree_test.h190 virtual scoped_ptr<FakeOutputSurface> CreateFakeOutputSurface(bool fallback);