OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:client_hard_limit_bytes_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/common/gpu/
gpu_memory_manager.cc
47
client_hard_limit_bytes_
(0),
71
&
client_hard_limit_bytes_
);
local
72
client_hard_limit_bytes_
*= 1024 * 1024;
100
client_hard_limit_bytes_
= bytes_min;
102
client_hard_limit_bytes_
= std::max(
client_hard_limit_bytes_
,
104
client_hard_limit_bytes_
= std::min(
client_hard_limit_bytes_
,
109
client_hard_limit_bytes_
= 512 * 1024 * 1024;
290
allocation.bytes_limit_when_visible =
client_hard_limit_bytes_
;
[
all
...]
gpu_memory_manager.h
67
return
client_hard_limit_bytes_
;
174
uint64
client_hard_limit_bytes_
;
member in class:content::GpuMemoryManager
Completed in 115 milliseconds