Home
last modified time | relevance | path

Searched refs:ContentsTexturesPurged (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/cc/trees/
Dlayer_tree_impl.h217 bool ContentsTexturesPurged() const;
Dlayer_tree_impl.cc218 if (ContentsTexturesPurged()) in PushPropertiesTo()
577 bool LayerTreeImpl::ContentsTexturesPurged() const { in ContentsTexturesPurged() function in cc::LayerTreeImpl
Dlayer_tree_host.cc357 if (sync_tree->ContentsTexturesPurged()) in FinishCommitOnImplThread()
Dthread_proxy.cc1391 if (impl().layer_tree_host_impl->active_tree()->ContentsTexturesPurged() || in RenewTreePriority()
Dlayer_tree_host_impl.cc392 if (active_tree_->ContentsTexturesPurged()) { in CanDraw()
Dlayer_tree_host_unittest.cc2132 EXPECT_TRUE(host_impl->active_tree()->ContentsTexturesPurged()); in DidSetVisibleOnImplTree()