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

  /external/chromium_org/cc/test/
test_tile_priorities.cc 24 : TilePriority(LOW_RESOLUTION, NOW, 0) {}
fake_picture_layer_impl.cc 92 if (tiling->resolution() == LOW_RESOLUTION) {
166 DCHECK_EQ(tilings()->tiling_at(1)->resolution(), LOW_RESOLUTION);
  /external/chromium_org/cc/resources/
tile_priority.h 36 LOW_RESOLUTION = 0 ,
63 else if (active.resolution == LOW_RESOLUTION ||
64 pending.resolution == LOW_RESOLUTION)
65 resolution = LOW_RESOLUTION;
tile_priority.cc 27 case LOW_RESOLUTION:
28 return "LOW_RESOLUTION";
tile.cc 111 RasterMode raster_mode = resolution == LOW_RESOLUTION
eviction_tile_priority_queue.cc 60 return a_priority.resolution == LOW_RESOLUTION;
raster_tile_priority_queue.cc 56 return b_priority.resolution == LOW_RESOLUTION;
picture_layer_tiling_set.cc 346 if (tiling->resolution() == LOW_RESOLUTION)
picture_layer_tiling_set_unittest.cc 73 low_res_tiling->set_resolution(LOW_RESOLUTION);
133 low_res_tiling->set_resolution(LOW_RESOLUTION);
tile_manager.cc 589 bool pending_is_low_res = pending_priority.resolution == LOW_RESOLUTION;
    [all...]
tile_manager_unittest.cc 708 EXPECT_EQ(LOW_RESOLUTION, last_tile->priority(ACTIVE_TREE).resolution);
    [all...]
  /external/chromium_org/cc/layers/
picture_layer_impl.cc 271 } else if (iter->priority(ACTIVE_TREE).resolution == LOW_RESOLUTION) {
    [all...]
picture_layer_impl_unittest.cc     [all...]

Completed in 95 milliseconds