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

  /external/chromium_org/cc/test/
test_context_support.cc 12 TestContextSupport::TestContextSupport()
17 TestContextSupport::~TestContextSupport() {}
19 void TestContextSupport::SignalSyncPoint(uint32 sync_point,
24 void TestContextSupport::SignalQuery(uint32 query,
29 void TestContextSupport::SetSurfaceVisible(bool visible) {
35 void TestContextSupport::SendManagedMemoryStats(
38 void TestContextSupport::CallAllSyncPointCallbacks() {
46 void TestContextSupport::SetSurfaceVisibleCallback
    [all...]
test_context_support.h 15 class TestContextSupport : public gpu::ContextSupport {
17 TestContextSupport();
18 virtual ~TestContextSupport();
61 base::WeakPtrFactory<TestContextSupport> weak_ptr_factory_;
63 DISALLOW_COPY_AND_ASSIGN(TestContextSupport);
test_context_provider.h 54 TestContextSupport* support() { return &support_; }
67 TestContextSupport support_;
test_web_graphics_context_3d.h 26 class TestContextSupport;
235 void set_test_support(TestContextSupport* test_support) {
340 TestContextSupport* test_support_;
  /external/chromium_org/cc/trees/
layer_tree_host_impl_unittest.cc     [all...]

Completed in 28 milliseconds