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

  /external/chromium_org/cc/layers/
append_quads_data.h 15 : had_incomplete_tile(false),
22 : had_incomplete_tile(false),
29 bool had_incomplete_tile; member in struct:cc::AppendQuadsData
picture_image_layer_impl_unittest.cc 159 // Tiles are ready at correct scale, so should not set had_incomplete_tile.
160 EXPECT_FALSE(data.had_incomplete_tile);
picture_layer_impl.cc 287 append_quads_data->had_incomplete_tile = true;
365 append_quads_data->had_incomplete_tile = true;
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_impl_unittest.cc 1912 bool had_incomplete_tile = false; local
1935 bool had_incomplete_tile = false; local
1959 bool had_incomplete_tile = false; local
1981 bool had_incomplete_tile = true; local
2003 bool had_incomplete_tile = false; local
2026 bool had_incomplete_tile = true; local
2047 bool had_incomplete_tile = false; local
2070 bool had_incomplete_tile = true; local
2094 bool had_incomplete_tile = false; local
    [all...]
layer_tree_host_impl.cc     [all...]

Completed in 170 milliseconds