Searched refs:impl_layer (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/cc/layers/
H A Dlayer_unittest.cc586 scoped_ptr<LayerImpl> impl_layer = local
593 test_layer->PushPropertiesTo(impl_layer.get());
595 impl_layer->update_rect());
600 test_layer->PushPropertiesTo(impl_layer.get());
602 impl_layer->update_rect());
606 impl_layer->ResetAllChangeTrackingForSubtree();
608 test_layer->PushPropertiesTo(impl_layer.get());
610 impl_layer->update_rect());
615 scoped_ptr<LayerImpl> impl_layer = local
625 EXPECT_FALSE(impl_layer
634 scoped_ptr<LayerImpl> impl_layer = local
652 scoped_ptr<LayerImpl> impl_layer = local
693 scoped_ptr<LayerImpl> impl_layer = local
733 scoped_ptr<LayerImpl> impl_layer = local
[all...]
H A Dlayer_perftest.cc62 scoped_ptr<LayerImpl> impl_layer = local
84 test_layer->PushPropertiesTo(impl_layer.get());
106 test_layer->PushPropertiesTo(impl_layer.get());
H A Dtexture_layer_unittest.cc116 scoped_ptr<TextureLayerImpl> impl_layer; local
117 impl_layer = TextureLayerImpl::Create(host_impl_.active_tree(), 1, false);
118 ASSERT_TRUE(impl_layer);
140 test_layer->PushPropertiesTo(impl_layer.get()); // fake commit
151 test_layer->PushPropertiesTo(impl_layer.get()); // fake commit
1166 scoped_ptr<TextureLayerImpl> impl_layer = local
1168 impl_layer->SetDrawsContent(true);
1169 impl_layer->SetTextureMailbox(
1172 EXPECT_TRUE(WillDraw(impl_layer.get(), DRAW_MODE_HARDWARE));
1176 scoped_ptr<TextureLayerImpl> impl_layer local
1186 scoped_ptr<TextureLayerImpl> impl_layer = local
1196 scoped_ptr<TextureLayerImpl> impl_layer = local
1208 scoped_ptr<TextureLayerImpl> impl_layer = local
1217 scoped_ptr<TextureLayerImpl> impl_layer = local
1227 scoped_ptr<TextureLayerImpl> impl_layer = local
1237 scoped_ptr<TextureLayerImpl> impl_layer = local
1247 scoped_ptr<TextureLayerImpl> impl_layer = local
1259 scoped_ptr<TextureLayerImpl> impl_layer = local
1268 scoped_ptr<TextureLayerImpl> impl_layer = local
1278 scoped_ptr<TextureLayerImpl> impl_layer = local
1355 scoped_ptr<TextureLayerImpl> impl_layer; local
[all...]

Completed in 273 milliseconds