HomeSort by relevance Sort by last modified time
    Searched refs:needs_push_properties (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/cc/trees/
layer_tree_host_unittest.cc     [all...]
tree_synchronizer.cc 210 bool push_layer = layer->needs_push_properties();
236 // its needs_push_properties() state if the layer must push itself
245 layer->needs_push_properties();
  /external/chromium_org/cc/test/
tiled_layer_test_common.cc 129 if (mask_layer()->needs_push_properties() ||
134 if (replica_layer()->needs_push_properties() ||
139 if (children()[i]->needs_push_properties() ||
  /external/chromium_org/cc/layers/
layer.h 385 bool needs_push_properties() const { return needs_push_properties_; } function in class:cc::Layer
416 return needs_push_properties() || descendant_needs_push_properties();
layer_impl.h 445 bool needs_push_properties() const { return true; } function in class:cc::LayerImpl

Completed in 103 milliseconds