OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:allocation_
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/content/common/gpu/
gpu_memory_manager_unittest.cc
73
GpuMemoryAllocation
allocation_
;
member in class:content::FakeClient
115
allocation_
= alloc;
148
return
allocation_
.renderer_allocation.bytes_limit_when_visible;
152
return
allocation_
.renderer_allocation.bytes_limit_when_not_visible;
258
EXPECT_TRUE(IsAllocationForegroundForSurfaceYes(stub1.
allocation_
));
259
EXPECT_TRUE(IsAllocationBackgroundForSurfaceYes(stub2.
allocation_
));
265
EXPECT_TRUE(IsAllocationForegroundForSurfaceYes(stub1.
allocation_
));
266
EXPECT_TRUE(IsAllocationBackgroundForSurfaceYes(stub2.
allocation_
));
267
EXPECT_TRUE(IsAllocationForegroundForSurfaceNo(stub3.
allocation_
));
268
EXPECT_TRUE(IsAllocationBackgroundForSurfaceNo(stub4.
allocation_
));
[
all
...]
Completed in 418 milliseconds