Searched refs:copy_layer (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/cc/trees/
H A Dlayer_tree_host_common_unittest.cc6131 scoped_refptr<Layer> copy_layer = Layer::Create(); local
6132 SetLayerPropertiesForTesting(copy_layer.get(),
6139 copy_layer->SetIsDrawable(true);
6171 copy_layer->AddChild(copy_child);
6172 copy_parent->AddChild(copy_layer);
6182 // hidden subtree on copy_layer.
6186 copy_layer->RequestCopyOfOutput(CopyOutputRequest::CreateRequest(
6188 EXPECT_TRUE(copy_layer->HasCopyRequest());
6201 EXPECT_TRUE(copy_layer->draw_properties().
6211 // since it owns a surface, and one for the copy_layer
6268 scoped_refptr<Layer> copy_layer = Layer::Create(); local
[all...]
H A Dlayer_tree_host_unittest_copyrequest.cc386 LayerImpl* copy_layer = parent->children()[0]; variable
393 // |copy_layer| should have been rendered to a texture since it was needed
396 copy_layer->render_surface()->RenderPassId()));

Completed in 72 milliseconds