OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SyncStart
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/hwui/
FrameInfo.h
46
SyncStart
,
106
set(FrameInfoIndex::
SyncStart
) = systemTime(CLOCK_MONOTONIC);
147
int64_t offset = get(FrameInfoIndex::
SyncStart
)
FrameInfoVisualizer.cpp
58
{ FrameInfoIndex::DrawStart, FrameInfoIndex::
SyncStart
, Color::Blue_500 },
59
{ FrameInfoIndex::
SyncStart
, FrameInfoIndex::IssueDrawCommandsStart, Color::LightBlue_300 },
260
durationMS(i, FrameInfoIndex::IntendedVsync, FrameInfoIndex::
SyncStart
),
261
durationMS(i, FrameInfoIndex::
SyncStart
, FrameInfoIndex::IssueDrawCommandsStart),
Completed in 42 milliseconds