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

  /external/chromium_org/content/common/gpu/
gpu_memory_manager.cc 537 std::vector<uint64> bytes_to_fit; local
542 bytes_to_fit.push_back(client_state->bytes_allocation_ideal_required_ -
547 bytes_to_fit, bytes_available_total - bytes_minimum_visible);
549 std::vector<uint64> bytes_to_fit; local
554 bytes_to_fit.push_back(client_state->bytes_allocation_ideal_nicetohave_ -
558 bytes_to_fit, bytes_available_total - bytes_required_visible);

Completed in 648 milliseconds