Home
last modified time | relevance | path

Searched refs:preserves_3d (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/cc/trees/
Dlayer_tree_host_common.cc334 return layer->parent() && layer->parent()->preserves_3d(); in LayerIsInExisting3DRenderingContext()
343 return !layer->parent()->preserves_3d() && layer->preserves_3d(); in IsRootLayerOfNewRenderingContext()
345 return layer->preserves_3d(); in IsRootLayerOfNewRenderingContext()
580 if (LayerIsInExisting3DRenderingContext(layer) && !layer->preserves_3d() && in SubtreeShouldRenderToSeparateSurface()
626 if (layer->opacity() != 1.f && !layer->preserves_3d() && in SubtreeShouldRenderToSeparateSurface()
1581 if (!layer->preserves_3d()) in CalculateDrawPropertiesInternal()
1886 if (!layer->preserves_3d()) in CalculateDrawPropertiesInternal()
2116 if (globals.layer_sorter && descendants.size() && layer->preserves_3d() && in CalculateDrawPropertiesInternal()
2117 (!layer->parent() || !layer->parent()->preserves_3d())) { in CalculateDrawPropertiesInternal()
Docclusion_tracker.cc134 return layer->parent() && layer->parent()->preserves_3d(); in LayerIsInUnsorted3dRenderingContext()
Dlayer_tree_host_common_unittest.cc1288 ASSERT_FALSE(root->preserves_3d()); in TEST_F()
1289 ASSERT_FALSE(child->preserves_3d()); in TEST_F()
1290 ASSERT_FALSE(grand_child->preserves_3d()); in TEST_F()
/external/chromium_org/cc/layers/
Dlayer.h324 void SetPreserves3d(bool preserves_3d) { preserves_3d_ = preserves_3d; } in SetPreserves3d() argument
325 bool preserves_3d() const { return preserves_3d_; } in preserves_3d() function
Dlayer_impl.h261 void SetPreserves3d(bool preserves_3d);
262 bool preserves_3d() const { return preserves_3d_; } in preserves_3d() function
Dlayer.cc913 layer->SetPreserves3d(preserves_3d()); in PushPropertiesTo()
Dlayer_impl.cc531 layer->SetPreserves3d(preserves_3d()); in PushPropertiesTo()
/external/chromium_org/webkit/renderer/compositor_bindings/
Dweb_layer_impl.h93 virtual void setPreserves3D(bool preserves_3d);