HomeSort by relevance Sort by last modified time
    Searched refs:limit_bytes (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/ui/gl/
gl_context_android.cc 126 static size_t limit_bytes = 0; local
127 if (limit_bytes == 0) {
132 limit_bytes = physical_memory_mb / 8; // >192MB
134 limit_bytes = physical_memory_mb / 8; // >144MB
136 limit_bytes = physical_memory_mb / 10; // >76MB
138 limit_bytes = physical_memory_mb / 12; // <64MB
145 limit_bytes = 12;
147 limit_bytes = limit_bytes * 1024 * 1024;
149 *bytes = limit_bytes;
    [all...]
  /external/chromium_org/cc/test/
fake_layer_tree_host_impl_client.h 37 size_t limit_bytes,
  /external/chromium_org/cc/resources/
prioritized_resource_manager.h 92 // limit_bytes bytes. This may be called on the impl thread while the main
95 bool ReduceMemoryOnImplThread(size_t limit_bytes,
186 bool EvictBackingsToReduceMemory(size_t limit_bytes,
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,
  /external/chromium_org/cc/trees/
single_thread_proxy.h 99 size_t limit_bytes,
single_thread_proxy.cc 379 size_t limit_bytes,
392 limit_bytes, priority_cutoff, resource_provider);
thread_proxy.h 202 virtual bool ReduceContentsTextureMemoryOnImplThread(size_t limit_bytes,
thread_proxy.cc 398 bool ThreadProxy::ReduceContentsTextureMemoryOnImplThread(size_t limit_bytes,
409 limit_bytes,
    [all...]
layer_tree_host_impl.h 92 size_t limit_bytes,
layer_tree_host_impl_unittest.cc 152 size_t limit_bytes, int priority_cutoff) OVERRIDE {
153 current_limit_bytes_ = limit_bytes;
    [all...]

Completed in 280 milliseconds