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

  /external/chromium_org/cc/test/
layer_tree_pixel_test.h 32 class LayerTreePixelTest : public LayerTreeTest {
34 LayerTreePixelTest();
35 virtual ~LayerTreePixelTest();
layer_tree_pixel_test.cc 29 LayerTreePixelTest::LayerTreePixelTest()
35 LayerTreePixelTest::~LayerTreePixelTest() {}
37 scoped_ptr<OutputSurface> LayerTreePixelTest::CreateOutputSurface(
67 void LayerTreePixelTest::CommitCompleteOnThread(LayerTreeHostImpl* impl) {
89 scoped_ptr<CopyOutputRequest> LayerTreePixelTest::CreateCopyOutputRequest() {
91 base::Bind(&LayerTreePixelTest::ReadbackResult, base::Unretained(this)));
94 void LayerTreePixelTest::ReadbackResult(scoped_ptr<CopyOutputResult> result) {
100 void LayerTreePixelTest::BeginTest()
    [all...]

Completed in 5602 milliseconds