Home
last modified time | relevance | path

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

/external/chromium_org/gpu/command_buffer/client/
Dmapped_memory.cc45 size_t total_bytes_in_use = 0; in Alloc() local
50 total_bytes_in_use += chunk->bytes_in_use(); in Alloc()
64 (allocated_memory_ - total_bytes_in_use) >= max_free_bytes_) { in Alloc()