OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:limit_bytes
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/ui/gl/
gl_context_android.cc
116
static size_t
limit_bytes
= 0;
local
117
if (
limit_bytes
== 0) {
120
limit_bytes
= physical_memory_mb / 8;
122
limit_bytes
= physical_memory_mb / 10;
124
limit_bytes
= physical_memory_mb / 12;
126
limit_bytes
= physical_memory_mb / 16;
131
limit_bytes
= 8;
133
limit_bytes
=
limit_bytes
* 1024 * 1024;
135
*bytes =
limit_bytes
;
[
all
...]
/external/chromium_org/cc/test/
fake_layer_tree_host_impl_client.h
33
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.cc
326
size_t
limit_bytes
,
339
limit_bytes
, priority_cutoff, resource_provider);
single_thread_proxy.h
73
size_t
limit_bytes
,
thread_proxy.h
88
virtual bool ReduceContentsTextureMemoryOnImplThread(size_t
limit_bytes
,
layer_tree_host_impl.h
80
size_t
limit_bytes
,
thread_proxy.cc
479
bool ThreadProxy::ReduceContentsTextureMemoryOnImplThread(size_t
limit_bytes
,
489
ReduceMemoryOnImplThread(
limit_bytes
,
[
all
...]
layer_tree_host_impl_unittest.cc
137
size_t
limit_bytes
, int priority_cutoff) OVERRIDE {
138
current_limit_bytes_ =
limit_bytes
;
[
all
...]
Completed in 265 milliseconds