/external/chromium_org/cc/output/ |
managed_memory_policy.cc | 14 using gpu::MemoryAllocation; 18 priority_cutoff_when_visible(MemoryAllocation::CUTOFF_ALLOW_EVERYTHING), 22 const gpu::MemoryAllocation& allocation) 29 MemoryAllocation::PriorityCutoff priority_cutoff_when_visible, 47 MemoryAllocation::PriorityCutoff priority_cutoff) { 49 case MemoryAllocation::CUTOFF_ALLOW_NOTHING: 51 case MemoryAllocation::CUTOFF_ALLOW_REQUIRED_ONLY: 53 case MemoryAllocation::CUTOFF_ALLOW_NICE_TO_HAVE: 55 case MemoryAllocation::CUTOFF_ALLOW_EVERYTHING: 65 gpu::MemoryAllocation::PriorityCutoff priority_cutoff) [all...] |
managed_memory_policy.h | 20 const gpu::MemoryAllocation& allocation); 23 gpu::MemoryAllocation::PriorityCutoff priority_cutoff_when_visible, 29 gpu::MemoryAllocation::PriorityCutoff priority_cutoff_when_visible; 33 gpu::MemoryAllocation::PriorityCutoff priority_cutoff); 35 gpu::MemoryAllocation::PriorityCutoff priority_cutoff);
|
output_surface_unittest.cc | 418 TEST(OutputSurfaceTest, MemoryAllocation) { 430 gpu::MemoryAllocation::CUTOFF_ALLOW_REQUIRED_ONLY; 434 EXPECT_EQ(gpu::MemoryAllocation::CUTOFF_ALLOW_REQUIRED_ONLY, 438 gpu::MemoryAllocation::CUTOFF_ALLOW_EVERYTHING; 440 EXPECT_EQ(gpu::MemoryAllocation::CUTOFF_ALLOW_EVERYTHING,
|
/external/chromium_org/gpu/command_buffer/common/ |
gpu_memory_allocation.h | 15 struct MemoryAllocation { 34 MemoryAllocation() 39 MemoryAllocation(uint64 bytes_limit_when_visible) 44 bool Equals(const MemoryAllocation& other) const {
|
/external/chromium_org/content/common/gpu/ |
gpu_memory_manager_client.h | 35 const gpu::MemoryAllocation& allocation) = 0;
|
gpu_memory_manager_unittest.cc | 13 using gpu::MemoryAllocation; 49 MemoryAllocation allocation; 61 const MemoryAllocation& allocation) { 77 MemoryAllocation allocation_; 120 virtual void SetMemoryAllocation(const MemoryAllocation& alloc) OVERRIDE { 180 const MemoryAllocation& alloc) { 184 const MemoryAllocation& alloc) { 188 const MemoryAllocation& alloc) { 192 const MemoryAllocation& alloc) { 197 const MemoryAllocation& alloc) [all...] |
gpu_memory_manager.cc | 24 using gpu::MemoryAllocation; 57 priority_cutoff_(MemoryAllocation::CUTOFF_ALLOW_EVERYTHING), 77 priority_cutoff_ = MemoryAllocation::CUTOFF_ALLOW_NICE_TO_HAVE; 670 MemoryAllocation allocation; 686 MemoryAllocation allocation; 692 MemoryAllocation::CUTOFF_ALLOW_EVERYTHING;
|
gpu_command_buffer_stub.h | 96 const gpu::MemoryAllocation& allocation) OVERRIDE; 245 gpu::MemoryAllocation last_memory_allocation_;
|
gpu_messages.h | 201 IPC_STRUCT_TRAITS_BEGIN(gpu::MemoryAllocation) 205 IPC_ENUM_TRAITS(gpu::MemoryAllocation::PriorityCutoff) 625 gpu::MemoryAllocation /* allocation */) [all...] |
gpu_memory_manager.h | 231 gpu::MemoryAllocation::PriorityCutoff priority_cutoff_;
|
gpu_command_buffer_stub.cc | 927 const gpu::MemoryAllocation& allocation) { [all...] |
/external/chromium_org/content/common/gpu/client/ |
context_provider_command_buffer.h | 61 void OnMemoryAllocationChanged(const gpu::MemoryAllocation& allocation);
|
command_buffer_proxy_impl.h | 122 typedef base::Callback<void(const gpu::MemoryAllocation&)> 159 void OnSetMemoryAllocation(const gpu::MemoryAllocation& allocation);
|
context_provider_command_buffer.cc | 180 const gpu::MemoryAllocation& allocation) {
|
command_buffer_proxy_impl.cc | 120 const gpu::MemoryAllocation& allocation) {
|
/external/chromium_org/cc/trees/ |
layer_tree_host_pixeltest_on_demand_raster.cc | 32 ManagedMemoryPolicy(1, gpu::MemoryAllocation::CUTOFF_ALLOW_EVERYTHING,
|
layer_tree_host_impl.cc | 238 gpu::MemoryAllocation::CUTOFF_ALLOW_EVERYTHING, [all...] |
layer_tree_host_unittest.cc | [all...] |
layer_tree_host_impl_unittest.cc | [all...] |
/external/chromium_org/content/renderer/gpu/ |
compositor_output_surface.cc | 106 gpu::MemoryAllocation::CUTOFF_ALLOW_NICE_TO_HAVE,
|
/external/chromium_org/content/browser/android/in_process/ |
synchronous_compositor_output_surface.cc | 91 gpu::MemoryAllocation::CUTOFF_ALLOW_NICE_TO_HAVE;
|