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

/external/chromium_org/content/common/gpu/
H A Dgpu_memory_manager.cc437 uint64 test_cap = bytes[bytes_size - i - 1]; local
438 uint64 bytes_sum_with_test_cap = i * test_cap + bytes_partial_sum;
440 // If that fits, raise test_cap to give an even distribution to the
446 return test_cap + (bytes_sum_limit - bytes_sum_with_test_cap) / i;
448 bytes_partial_sum -= test_cap;

Completed in 49 milliseconds