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

  /external/chromium_org/cc/scheduler/
scheduler_unittest.cc 109 bool needs_begin_frame() { return needs_begin_frame_; } function in class:cc::__anon7359::FakeSchedulerClient
310 EXPECT_TRUE(client.needs_begin_frame());
318 EXPECT_TRUE(client.needs_begin_frame());
325 EXPECT_TRUE(client.needs_begin_frame());
332 EXPECT_TRUE(client.needs_begin_frame());
340 EXPECT_TRUE(client.needs_begin_frame());
347 EXPECT_TRUE(client.needs_begin_frame());
359 EXPECT_FALSE(client.needs_begin_frame());
385 EXPECT_TRUE(client.needs_begin_frame());
406 EXPECT_TRUE(client.needs_begin_frame());
    [all...]
scheduler.cc 43 bool needs_begin_frame,
47 time_source_->SetActive(needs_begin_frame);
275 bool needs_begin_frame = state_machine_.BeginFrameNeeded(); local
278 SetupNextBeginFrameWhenVSyncThrottlingEnabled(needs_begin_frame);
280 SetupNextBeginFrameWhenVSyncThrottlingDisabled(needs_begin_frame);
282 SetupPollingMechanisms(needs_begin_frame);
288 bool needs_begin_frame) {
295 (needs_begin_frame && !last_set_needs_begin_frame_) ||
297 (!needs_begin_frame && last_set_needs_begin_frame_ && at_end_of_deadline);
301 client_->SetNeedsBeginFrame(needs_begin_frame);
    [all...]
scheduler.h 156 void SetNeedsBeginFrame(bool needs_begin_frame,
216 void SetupNextBeginFrameWhenVSyncThrottlingEnabled(bool needs_begin_frame);
217 void SetupNextBeginFrameWhenVSyncThrottlingDisabled(bool needs_begin_frame);
218 void SetupPollingMechanisms(bool needs_begin_frame);
  /external/chromium_org/cc/test/
fake_output_surface.h 98 bool needs_begin_frame() const { return needs_begin_frame_; } function in class:cc::FakeOutputSurface

Completed in 151 milliseconds