Home
last modified time | relevance | path

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

/external/chromium_org/cc/trees/
Dlayer_tree_impl_unittest.cc65 host_impl().active_tree()->UpdateDrawProperties(); in TEST_F()
131 host_impl().active_tree()->UpdateDrawProperties(); in TEST_F()
189 host_impl().active_tree()->UpdateDrawProperties(); in TEST_F()
255 host_impl().active_tree()->UpdateDrawProperties(); in TEST_F()
311 host_impl().active_tree()->UpdateDrawProperties(); in TEST_F()
380 host_impl().active_tree()->UpdateDrawProperties(); in TEST_F()
460 host_impl().active_tree()->UpdateDrawProperties(); in TEST_F()
551 host_impl().active_tree()->UpdateDrawProperties(); in TEST_F()
676 host_impl().active_tree()->UpdateDrawProperties(); in TEST_F()
799 host_impl().active_tree()->UpdateDrawProperties(); in TEST_F()
[all …]
Docclusion_tracker_perftest.cc91 active_tree()->UpdateDrawProperties(); in TEST_F()
160 active_tree()->UpdateDrawProperties(); in TEST_F()
Dlayer_tree_impl.h180 bool UpdateDrawProperties();
Dlayer_tree_impl.cc439 bool LayerTreeImpl::UpdateDrawProperties() { in UpdateDrawProperties() function in cc::LayerTreeImpl
1271 if (!UpdateDrawProperties()) in FindLayerThatIsHitByPoint()
1314 if (!UpdateDrawProperties()) in FindLayerThatIsHitByPointInTouchHandlerRegion()
Dlayer_tree_host_impl.cc165 layer_tree_host_impl_->pending_tree()->UpdateDrawProperties(); in OnTimerTick()
333 pending_tree_->UpdateDrawProperties(); in CommitComplete()
1092 bool ok = active_tree_->UpdateDrawProperties(); in PrepareToDraw()
Dthread_proxy.cc1049 impl().layer_tree_host_impl->pending_tree()->UpdateDrawProperties(); in DrawSwapInternal()
Dlayer_tree_host_impl_unittest.cc5504 host_impl_->active_tree()->UpdateDrawProperties(); in TEST_F()
/external/chromium_org/cc/layers/
Dpicture_layer_impl_unittest.cc522 host_impl_.pending_tree()->UpdateDrawProperties(); in TEST_F()
523 host_impl_.active_tree()->UpdateDrawProperties(); in TEST_F()
1383 host_impl_.pending_tree()->UpdateDrawProperties(); in TEST_F()
1398 host_impl_.pending_tree()->UpdateDrawProperties(); in TEST_F()
1483 host_impl_.pending_tree()->UpdateDrawProperties(); in TEST_F()
1528 host_impl_.active_tree()->UpdateDrawProperties(); in TEST_F()
1749 host_impl_.active_tree()->UpdateDrawProperties(); in TEST_F()
1767 host_impl_.active_tree()->UpdateDrawProperties(); in TEST_F()
1804 host_impl_.active_tree()->UpdateDrawProperties(); in TEST_F()
1830 host_impl_.pending_tree()->UpdateDrawProperties(); in TEST_F()
[all …]
Dpicture_layer_impl_perftest.cc64 host_impl_.pending_tree()->UpdateDrawProperties(); in RunLayerRasterTileIteratorTest()
/external/chromium_org/cc/test/
Dfake_picture_layer_impl.cc138 layer_tree_impl()->UpdateDrawProperties(); in CreateDefaultTilingsAndTiles()