OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bytes_nice_to_have
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/gpu/command_buffer/common/
gpu_memory_allocation.h
59
uint64
bytes_nice_to_have
;
member in struct:gpu::ManagedMemoryStats
70
bytes_nice_to_have
(0),
76
uint64
bytes_nice_to_have
,
80
bytes_nice_to_have
(
bytes_nice_to_have
),
87
bytes_nice_to_have
== other.
bytes_nice_to_have
&&
/external/chromium_org/content/common/gpu/
gpu_memory_manager.cc
336
if (client_state->managed_memory_stats_.
bytes_nice_to_have
>
339
} else if (client_state->managed_memory_stats_.
bytes_nice_to_have
<
471
uint64 bytes_nicetohave = 4 * stats->
bytes_nice_to_have
/ 3;
665
5 * client_state->managed_memory_stats_.
bytes_nice_to_have
/ 4;
667
3 * client_state->managed_memory_stats_.
bytes_nice_to_have
/ 4;
gpu_messages.h
209
IPC_STRUCT_TRAITS_MEMBER(
bytes_nice_to_have
)
[
all
...]
/external/chromium_org/cc/output/
delegating_renderer.cc
178
stats.
bytes_nice_to_have
= bytes_visible_and_nearby;
gl_renderer.cc
257
stats.
bytes_nice_to_have
= bytes_visible_and_nearby;
[
all
...]
Completed in 58 milliseconds