Home | History | Annotate | Download | only in gpu

Lines Matching full:allocation_

76   MemoryAllocation allocation_;
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_));
250 EXPECT_TRUE(IsAllocationForegroundForSurfaceYes(stub1.allocation_));
251 EXPECT_TRUE(IsAllocationBackgroundForSurfaceYes(stub2.allocation_));
252 EXPECT_TRUE(IsAllocationForegroundForSurfaceNo(stub3.allocation_));
253 EXPECT_TRUE(IsAllocationBackgroundForSurfaceNo(stub4.allocation_));
254 EXPECT_TRUE(IsAllocationForegroundForSurfaceNo(stub5.allocation_));
260 EXPECT_TRUE(IsAllocationBackgroundForSurfaceYes(stub1.allocation_));
261 EXPECT_TRUE(IsAllocationForegroundForSurfaceYes(stub2.allocation_));
262 EXPECT_TRUE(IsAllocationBackgroundForSurfaceNo(stub3.allocation_));
263 EXPECT_TRUE(IsAllocationForegroundForSurfaceNo(stub4.allocation_));
264 EXPECT_TRUE(IsAllocationForegroundForSurfaceNo(stub5.allocation_));
280 EXPECT_TRUE(IsAllocationForegroundForSurfaceYes(stub1.allocation_));
281 EXPECT_TRUE(IsAllocationForegroundForSurfaceYes(stub2.allocation_));
282 EXPECT_TRUE(IsAllocationForegroundForSurfaceYes(stub3.allocation_));
283 EXPECT_TRUE(IsAllocationForegroundForSurfaceYes(stub4.allocation_));
284 EXPECT_TRUE(IsAllocationForegroundForSurfaceNo(stub5.allocation_));
285 EXPECT_TRUE(IsAllocationForegroundForSurfaceNo(stub6.allocation_));
286 EXPECT_TRUE(IsAllocationForegroundForSurfaceNo(stub7.allocation_));
306 EXPECT_TRUE(IsAllocationBackgroundForSurfaceYes(stub1.allocation_));
307 EXPECT_TRUE(IsAllocationBackgroundForSurfaceYes(stub2.allocation_));
308 EXPECT_TRUE(IsAllocationBackgroundForSurfaceYes(stub3.allocation_));
309 EXPECT_TRUE(IsAllocationHibernatedForSurfaceYes(stub4.allocation_));
310 EXPECT_TRUE(IsAllocationBackgroundForSurfaceNo(stub5.allocation_));
311 EXPECT_TRUE(IsAllocationHibernatedForSurfaceNo(stub6.allocation_));
312 EXPECT_TRUE(IsAllocationBackgroundForSurfaceNo(stub7.allocation_));
334 EXPECT_TRUE(IsAllocationBackgroundForSurfaceYes(stub1.allocation_));
335 EXPECT_TRUE(IsAllocationBackgroundForSurfaceYes(stub2.allocation_));
336 EXPECT_TRUE(IsAllocationBackgroundForSurfaceYes(stub3.allocation_));
337 EXPECT_TRUE(IsAllocationHibernatedForSurfaceYes(stub4.allocation_));
338 EXPECT_TRUE(IsAllocationBackgroundForSurfaceNo(stub5.allocation_));
339 EXPECT_TRUE(IsAllocationHibernatedForSurfaceNo(stub6.allocation_));
340 EXPECT_TRUE(IsAllocationBackgroundForSurfaceNo(stub7.allocation_));
349 EXPECT_TRUE(IsAllocationBackgroundForSurfaceYes(stub1.allocation_));
350 EXPECT_TRUE(IsAllocationBackgroundForSurfaceYes(stub2.allocation_));
351 EXPECT_TRUE(IsAllocationHibernatedForSurfaceYes(stub3.allocation_));
352 EXPECT_TRUE(IsAllocationBackgroundForSurfaceYes(stub4.allocation_));
353 EXPECT_TRUE(IsAllocationHibernatedForSurfaceNo(stub5.allocation_));
354 EXPECT_TRUE(IsAllocationBackgroundForSurfaceNo(stub6.allocation_));
355 EXPECT_TRUE(IsAllocationHibernatedForSurfaceNo(stub7.allocation_));
377 EXPECT_TRUE(IsAllocationForegroundForSurfaceYes(stub1.allocation_));
378 EXPECT_TRUE(IsAllocationForegroundForSurfaceYes(stub2.allocation_));
379 EXPECT_TRUE(IsAllocationForegroundForSurfaceNo(stub3.allocation_));
380 EXPECT_TRUE(IsAllocationForegroundForSurfaceNo(stub4.allocation_));
384 EXPECT_TRUE(IsAllocationBackgroundForSurfaceYes(stub1.allocation_));
385 EXPECT_TRUE(IsAllocationForegroundForSurfaceYes(stub2.allocation_));
386 EXPECT_TRUE(IsAllocationBackgroundForSurfaceNo(stub3.allocation_));
387 EXPECT_TRUE(IsAllocationForegroundForSurfaceNo(stub4.allocation_));
391 EXPECT_TRUE(IsAllocationBackgroundForSurfaceYes(stub1.allocation_));
392 EXPECT_TRUE(IsAllocationBackgroundForSurfaceYes(stub2.allocation_));
393 EXPECT_TRUE(IsAllocationBackgroundForSurfaceNo(stub3.allocation_));
394 EXPECT_TRUE(IsAllocationBackgroundForSurfaceNo(stub4.allocation_));
402 EXPECT_TRUE(IsAllocationHibernatedForSurfaceYes(stub1.allocation_));
403 EXPECT_TRUE(IsAllocationBackgroundForSurfaceYes(stub2.allocation_));
404 EXPECT_TRUE(IsAllocationBackgroundForSurfaceNo(stub3.allocation_));
405 EXPECT_TRUE(IsAllocationBackgroundForSurfaceNo(stub4.allocation_));
413 EXPECT_TRUE(IsAllocationHibernatedForSurfaceYes(stub1.allocation_));
414 EXPECT_TRUE(IsAllocationHibernatedForSurfaceYes(stub2.allocation_));
415 EXPECT_TRUE(IsAllocationHibernatedForSurfaceNo(stub3.allocation_));
416 EXPECT_TRUE(IsAllocationHibernatedForSurfaceNo(stub4.allocation_));