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

  /external/chromium_org/cc/trees/
layer_tree_host_pixeltest_filters.cc 114 background->Set3dSortingContextId(1);
116 green->Set3dSortingContextId(1);
122 blur->Set3dSortingContextId(1);
124 blur->children()[i]->Set3dSortingContextId(1);
occlusion_tracker_unittest.cc     [all...]
layer_tree_impl_unittest.cc     [all...]
layer_tree_host_common_unittest.cc     [all...]
  /external/chromium_org/cc/test/
layer_tree_host_common_test.h 46 layer->Set3dSortingContextId(is_3d_sorted ? 1 : 0);
layer_tree_json_parser.cc 135 new_layer->Set3dSortingContextId(1);
  /external/chromium_org/cc/layers/
layer_impl_unittest.cc 158 EXECUTE_AND_VERIFY_SUBTREE_CHANGED(root->Set3dSortingContextId(1));
212 EXECUTE_AND_VERIFY_SUBTREE_DID_NOT_CHANGE(root->Set3dSortingContextId(1));
306 VERIFY_NEEDS_UPDATE_DRAW_PROPERTIES(layer->Set3dSortingContextId(1));
331 VERIFY_NO_NEEDS_UPDATE_DRAW_PROPERTIES(layer->Set3dSortingContextId(1));
layer.h 460 void Set3dSortingContextId(int id);
layer.cc 759 void Layer::Set3dSortingContextId(int id) {
901 layer->Set3dSortingContextId(sorting_context_id_);
    [all...]
layer_impl.h 534 void Set3dSortingContextId(int id);
layer_impl.cc 532 layer->Set3dSortingContextId(sorting_context_id_);
984 void LayerImpl::Set3dSortingContextId(int id) {
    [all...]
  /external/chromium_org/content/renderer/compositor_bindings/
web_layer_impl.cc 215 layer_->Set3dSortingContextId(context);

Completed in 503 milliseconds