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

  /external/chromium_org/cc/test/
layer_tree_host_common_test.cc 29 bool is_3d_sorted) {
36 is_3d_sorted);
46 bool is_3d_sorted) {
53 is_3d_sorted);
layer_tree_host_common_test.h 42 bool is_3d_sorted) {
48 layer->Set3dSortingContextId(is_3d_sorted ? 1 : 0);
57 bool is_3d_sorted);
65 bool is_3d_sorted);
layer_tree_json_parser.cc 132 bool is_3d_sorted; local
133 if (dict->GetBoolean("Is3DSorted", &is_3d_sorted)) {
135 new_layer->Set3dSortingContextId(is_3d_sorted ? 1 : 0);

Completed in 56 milliseconds