Searched defs:limit_bytes (Results 1 - 4 of 4) sorted by relevance
/external/chromium_org/ui/gl/ |
H A D | gl_context_android.cc | 127 static size_t limit_bytes = 0; local 128 if (limit_bytes == 0) { 133 limit_bytes = physical_memory_mb / 8; // >192MB 135 limit_bytes = physical_memory_mb / 8; // >144MB 137 limit_bytes = physical_memory_mb / 10; // >76MB 139 limit_bytes = physical_memory_mb / 12; // <64MB 146 limit_bytes = 12; 148 limit_bytes = limit_bytes * 1024 * 1024; 150 *bytes = limit_bytes; [all...] |
/external/chromium_org/cc/resources/ |
H A D | prioritized_resource_manager.cc | 280 size_t limit_bytes, 288 if (MemoryUseBytes() <= limit_bytes && 297 if (MemoryUseBytes() <= limit_bytes && 371 size_t limit_bytes, 382 return EvictBackingsToReduceMemory(limit_bytes, 279 EvictBackingsToReduceMemory( size_t limit_bytes, int priority_cutoff, EvictionPolicy eviction_policy, UnlinkPolicy unlink_policy, ResourceProvider* resource_provider) argument 370 ReduceMemoryOnImplThread( size_t limit_bytes, int priority_cutoff, ResourceProvider* resource_provider) argument
|
/external/chromium_org/cc/trees/ |
H A D | single_thread_proxy.cc | 284 size_t limit_bytes, 297 limit_bytes, priority_cutoff, resource_provider); 283 ReduceContentsTextureMemoryOnImplThread( size_t limit_bytes, int priority_cutoff) argument
|
H A D | thread_proxy.cc | 411 bool ThreadProxy::ReduceContentsTextureMemoryOnImplThread(size_t limit_bytes, argument 422 limit_bytes,
|
Completed in 161 milliseconds