Searched refs:low_res_tile_count (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/cc/layers/
H A Dpicture_layer_impl_unittest.cc2157 size_t low_res_tile_count = 0u; local
2177 low_res_tile_count += priority.resolution == LOW_RESOLUTION;
2185 EXPECT_EQ(1u, low_res_tile_count);
2187 EXPECT_EQ(low_res_tile_count + high_res_tile_count + non_ideal_tile_count,
2202 low_res_tile_count = 0;
2213 low_res_tile_count += priority.resolution == LOW_RESOLUTION;
2218 EXPECT_EQ(1u, low_res_tile_count);

Completed in 69 milliseconds