OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IssueDrawCommandsStart
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/hwui/
FrameInfo.h
47
IssueDrawCommandsStart
,
110
set(FrameInfoIndex::
IssueDrawCommandsStart
) = systemTime(CLOCK_MONOTONIC);
FrameInfoVisualizer.cpp
59
{ FrameInfoIndex::SyncStart, FrameInfoIndex::
IssueDrawCommandsStart
, Color::LightBlue_300 },
60
{ FrameInfoIndex::
IssueDrawCommandsStart
, FrameInfoIndex::SwapBuffers, Color::Red_500},
261
durationMS(i, FrameInfoIndex::SyncStart, FrameInfoIndex::
IssueDrawCommandsStart
),
262
durationMS(i, FrameInfoIndex::
IssueDrawCommandsStart
, FrameInfoIndex::SwapBuffers),
Completed in 77 milliseconds