Searched defs:front_facing_surface (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/cc/trees/
H A Dlayer_tree_host_common_unittest.cc3411 scoped_refptr<LayerWithForcedDrawsContent> front_facing_surface = local
3430 parent->AddChild(front_facing_surface);
3432 front_facing_surface->AddChild(front_facing_child_of_front_facing_surface);
3433 front_facing_surface->AddChild(back_facing_child_of_front_facing_surface);
3443 front_facing_surface->SetDoubleSided(false);
3456 front_facing_surface->SetOpacity(0.5f);
3483 SetLayerPropertiesForTesting(front_facing_surface.get(),
3535 EXPECT_TRUE(front_facing_surface->render_surface());
3545 EXPECT_EQ(front_facing_surface->id(), render_surface_layer_list.at(1)->id());
3560 EXPECT_EQ(front_facing_surface
3613 scoped_refptr<LayerWithForcedDrawsContent> front_facing_surface = local
3941 scoped_refptr<LayerWithForcedDrawsContent> front_facing_surface = local
[all...]

Completed in 81 milliseconds