Home
last modified time | relevance | path

Searched refs:SetMemoryAllocation (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/cc/output/
Doutput_surface_unittest.cc190 context_provider->SetMemoryAllocation(policy); in TEST()
197 context_provider->SetMemoryAllocation(policy); in TEST()
203 context_provider->SetMemoryAllocation(policy); in TEST()
/external/chromium_org/content/common/gpu/
Dgpu_memory_manager_client.h34 virtual void SetMemoryAllocation(
Dgpu_memory_manager.cc306 client_state->client_->SetMemoryAllocation(allocation); in AssignSurfacesAllocations()
324 client_state->client_->SetMemoryAllocation(allocation); in AssignNonSurfacesAllocations()
Dgpu_command_buffer_stub.h97 virtual void SetMemoryAllocation(
Dgpu_memory_manager_unittest.cc119 virtual void SetMemoryAllocation(const MemoryAllocation& alloc) OVERRIDE { in SetMemoryAllocation() function in content::FakeClient
Dgpu_command_buffer_stub.cc995 void GpuCommandBufferStub::SetMemoryAllocation( in SetMemoryAllocation() function in content::GpuCommandBufferStub
/external/chromium_org/cc/test/
Dtest_context_provider.h53 void SetMemoryAllocation(const ManagedMemoryPolicy& policy);
Dtest_context_provider.cc147 void TestContextProvider::SetMemoryAllocation( in SetMemoryAllocation() function in cc::TestContextProvider