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

/external/chromium_org/gpu/command_buffer/client/
H A Dmapped_memory.cc50 size_t total_bytes_in_use = 0; local
55 total_bytes_in_use += chunk->bytes_in_use();
66 // memory (allocated_memory_ - total_bytes_in_use) is larger than
69 (allocated_memory_ - total_bytes_in_use) >= max_free_bytes_) {

Completed in 499 milliseconds