HomeSort by relevance Sort by last modified time
    Searched full:allocation_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/common/gpu/
gpu_memory_manager_unittest.cc 76 MemoryAllocation allocation_; member in class:content::FakeClient
120 allocation_ = alloc;
153 return allocation_.bytes_limit_when_visible;
218 EXPECT_TRUE(IsAllocationForegroundForSurfaceYes(stub1.allocation_));
219 EXPECT_TRUE(IsAllocationBackgroundForSurfaceYes(stub2.allocation_));
225 EXPECT_TRUE(IsAllocationForegroundForSurfaceYes(stub1.allocation_));
226 EXPECT_TRUE(IsAllocationBackgroundForSurfaceYes(stub2.allocation_));
227 EXPECT_TRUE(IsAllocationForegroundForSurfaceNo(stub3.allocation_));
228 EXPECT_TRUE(IsAllocationBackgroundForSurfaceNo(stub4.allocation_));
234 EXPECT_TRUE(IsAllocationForegroundForSurfaceNo(stub4.allocation_));
    [all...]
  /external/chromium_org/base/memory/
discardable_memory_manager_unittest.cc 268 RegisterAndLock(&allocation_[i], 1024);
269 Unlock(&allocation_[i]);
273 EXPECT_NE(LOCK_STATUS_FAILED, Lock(&allocation_[index]));
276 Unlock(&allocation_[index]);
281 return &allocation_[GetParam().ordering()[position]];
286 if (allocation_[i].is_locked())
287 Unlock(&allocation_[i]);
288 Unregister(&allocation_[i]);
293 TestAllocationImpl allocation_[3]; member in class:base::__anon6959::DiscardableMemoryManagerPermutationTest

Completed in 86 milliseconds