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

  /external/chromium_org/cc/resources/
tile_manager.cc 781 size_t tile_bytes = 0; local
787 tile_bytes += bytes_if_allocated;
801 tile_bytes += bytes_if_allocated;
807 if (tile_bytes > tile_bytes_left || tile_resources > resources_left) {
824 bytes_that_exceeded_memory_budget += tile_bytes;
828 hard_bytes_left -= tile_bytes;
830 (soft_bytes_left > tile_bytes) ? soft_bytes_left - tile_bytes : 0;
    [all...]

Completed in 95 milliseconds