OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BeginImplFrame
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/cc/scheduler/
scheduler.cc
343
BeginImplFrame
(begin_frame_args);
385
// Since we'd rather get a
BeginImplFrame
by the normal mechanism, we
426
BeginImplFrame
(adjusted_args);
467
BeginImplFrame
(begin_retro_frame_args_.front());
495
//
BeginImplFrame
starts a compositor frame that will wait up until a deadline
498
void Scheduler::
BeginImplFrame
(const BeginFrameArgs& args) {
499
TRACE_EVENT1("cc", "Scheduler::
BeginImplFrame
", "args", ToTrace(args));
543
// expected
BeginImplFrame
start. This allows us to draw immediately when
545
//
BeginImplFrame
.
558
// up the
BeginImplFrame
and deadline as well
[
all
...]
scheduler.h
127
void
BeginImplFrame
(const BeginFrameArgs& args);
Completed in 3074 milliseconds