Home
last modified time | relevance | path

Searched refs:AlwaysUsePartialTextureUpdates (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/cc/trees/
Dlayer_tree_host.h245 bool AlwaysUsePartialTextureUpdates();
Dlayer_tree_host.cc1113 bool LayerTreeHost::AlwaysUsePartialTextureUpdates() { in AlwaysUsePartialTextureUpdates() function in cc::LayerTreeHost
/external/chromium_org/cc/layers/
Dtiled_layer.cc450 !layer_tree_host()->AlwaysUsePartialTextureUpdates()) { in MarkTilesForUpdate()