Home
last modified time | relevance | path

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

/external/chromium_org/cc/test/
Dtest_context_support.cc12 TestContextSupport::TestContextSupport() in TestContextSupport() function in cc::TestContextSupport
17 TestContextSupport::~TestContextSupport() {} in ~TestContextSupport()
19 void TestContextSupport::SignalSyncPoint(uint32 sync_point, in SignalSyncPoint()
24 base::Bind(&TestContextSupport::CallAllSyncPointCallbacks, in SignalSyncPoint()
28 void TestContextSupport::SignalQuery(uint32 query, in SignalQuery()
33 base::Bind(&TestContextSupport::CallAllSyncPointCallbacks, in SignalQuery()
37 void TestContextSupport::SetSurfaceVisible(bool visible) { in SetSurfaceVisible()
43 void TestContextSupport::CallAllSyncPointCallbacks() { in CallAllSyncPointCallbacks()
51 void TestContextSupport::SetSurfaceVisibleCallback( in SetSurfaceVisibleCallback()
56 void TestContextSupport::SetScheduleOverlayPlaneCallback( in SetScheduleOverlayPlaneCallback()
[all …]
Dtest_context_support.h15 class TestContextSupport : public gpu::ContextSupport {
17 TestContextSupport();
18 virtual ~TestContextSupport();
76 base::WeakPtrFactory<TestContextSupport> weak_ptr_factory_;
78 DISALLOW_COPY_AND_ASSIGN(TestContextSupport);
Dtest_context_provider.h51 TestContextSupport* support() { return &support_; } in support()
64 TestContextSupport support_;
Dtest_web_graphics_context_3d.h26 class TestContextSupport; variable
355 void set_test_support(TestContextSupport* test_support) { in set_test_support()
458 TestContextSupport* test_support_;
/external/chromium_org/cc/resources/
Draster_worker_pool_perftest.cc93 TestContextSupport support_;
/external/chromium_org/cc/trees/
Dlayer_tree_host_impl_unittest.cc4452 EXPECT_EQ(TestContextSupport::SWAP, in TEST_F()
4469 EXPECT_EQ(TestContextSupport::PARTIAL_SWAP, in TEST_F()
4485 EXPECT_EQ(TestContextSupport::SWAP, in TEST_F()