Home
last modified time | relevance | path

Searched refs:UpdateDrawProperties (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/cc/layers/
Dpicture_layer_impl_perftest.cc76 host_impl_.pending_tree()->UpdateDrawProperties(); in RunRasterIteratorConstructAndIterateTest()
102 host_impl_.pending_tree()->UpdateDrawProperties(); in RunRasterIteratorConstructTest()
123 host_impl_.pending_tree()->UpdateDrawProperties(); in RunEvictionIteratorConstructAndIterateTest()
155 host_impl_.pending_tree()->UpdateDrawProperties(); in RunEvictionIteratorConstructTest()
Dpicture_layer_impl_unittest.cc1429 host_impl_.pending_tree()->UpdateDrawProperties(); in TEST_F()
1451 host_impl_.active_tree()->UpdateDrawProperties(); in TEST_F()
1460 host_impl_.active_tree()->UpdateDrawProperties(); in TEST_F()
1487 host_impl_.pending_tree()->UpdateDrawProperties(); in TEST_F()
1571 host_impl_.pending_tree()->UpdateDrawProperties(); in TEST_F()
1616 host_impl_.active_tree()->UpdateDrawProperties(); in TEST_F()
1649 host_impl_.active_tree()->UpdateDrawProperties(); in TEST_F()
1685 host_impl_.active_tree()->UpdateDrawProperties(); in TEST_F()
2088 host_impl_.active_tree()->UpdateDrawProperties(); in TEST_F()
2106 host_impl_.active_tree()->UpdateDrawProperties(); in TEST_F()
[all …]
/external/chromium_org/cc/trees/
Docclusion_tracker_perftest.cc91 active_tree()->UpdateDrawProperties(); in TEST_F()
162 active_tree()->UpdateDrawProperties(); in TEST_F()
Dlayer_tree_impl.h187 bool UpdateDrawProperties();
Dlayer_tree_impl.cc454 bool LayerTreeImpl::UpdateDrawProperties() { in UpdateDrawProperties() function in cc::LayerTreeImpl
1322 if (!UpdateDrawProperties()) in FindLayerThatIsHitByPoint()
1365 if (!UpdateDrawProperties()) in FindLayerThatIsHitByPointInTouchHandlerRegion()
Dlayer_tree_host_impl.cc176 layer_tree_host_impl_->pending_tree()->UpdateDrawProperties(); in OnTimerTick()
346 sync_tree()->UpdateDrawProperties(); in CommitComplete()
1082 bool ok = active_tree_->UpdateDrawProperties(); in PrepareToDraw()
Dthread_proxy.cc1047 impl().layer_tree_host_impl->pending_tree()->UpdateDrawProperties(); in DrawSwapInternal()
Dlayer_tree_host_impl_unittest.cc5768 host_impl_->active_tree()->UpdateDrawProperties(); in TEST_F()
/external/chromium_org/cc/test/
Dfake_layer_tree_host_impl.cc85 layerTree->UpdateDrawProperties(); in UpdateNumChildrenAndDrawProperties()
Dfake_picture_layer_impl.cc158 layer_tree_impl()->UpdateDrawProperties(); in CreateDefaultTilingsAndTiles()