OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:max_background_texture_bytes
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/cc/trees/
layer_tree_host.cc
950
size_t
max_background_texture_bytes
= 0;
local
967
if (bytes >
max_background_texture_bytes
)
968
max_background_texture_bytes
= bytes;
974
return readback_bytes +
max_background_texture_bytes
+ contents_texture_bytes;
[
all
...]
Completed in 36 milliseconds