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

  /external/chromium_org/cc/output/
managed_memory_policy.cc 17 bytes_limit_when_not_visible(0),
24 size_t bytes_limit_when_not_visible,
29 bytes_limit_when_not_visible(bytes_limit_when_not_visible),
36 bytes_limit_when_not_visible == other.bytes_limit_when_not_visible &&
managed_memory_policy.h 26 size_t bytes_limit_when_not_visible,
34 size_t bytes_limit_when_not_visible; member in struct:cc::ManagedMemoryPolicy
output_surface_unittest.cc 345 EXPECT_EQ(4567u, client.memory_policy().bytes_limit_when_not_visible);
  /external/chromium_org/content/common/gpu/
gpu_memory_allocation.h 37 uint64 bytes_limit_when_not_visible; member in struct:content::GpuMemoryAllocationForRenderer
44 bytes_limit_when_not_visible(0),
52 bytes_limit_when_not_visible(0),
61 bytes_limit_when_not_visible == other.bytes_limit_when_not_visible &&
gpu_messages.h 184 IPC_STRUCT_TRAITS_MEMBER(bytes_limit_when_not_visible)
gpu_memory_manager.cc 787 allocation.renderer_allocation.bytes_limit_when_not_visible =
    [all...]
gpu_memory_manager_unittest.cc 152 return allocation_.renderer_allocation.bytes_limit_when_not_visible;
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_impl.cc     [all...]
layer_tree_host_impl_unittest.cc     [all...]
  /external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.cc     [all...]

Completed in 659 milliseconds