Home | History | Annotate | Download | only in scheduler

Lines Matching refs:ManageTiles

1002 TEST(SchedulerTest, ManageTiles) {
1011 // Request both draw and manage tiles. ManageTiles shouldn't
1040 // Request a draw. We don't need a ManageTiles yet.
1055 // then the ManageTiles action will be triggered after the Draw.
1056 // Afterwards, neither a draw nor ManageTiles are pending.
1076 // Now trigger a ManageTiles outside of a draw. We will then need
1077 // a begin-frame for the ManageTiles, but we don't need a draw.
1085 // BeginImplFrame. There will be no draw, only ManageTiles.
1096 // Test that ManageTiles only happens once per frame. If an external caller
1107 // If DidManageTiles during a frame, then ManageTiles should not occur again.
1126 // Next frame without DidManageTiles should ManageTiles with draw.