HomeSort by relevance Sort by last modified time
    Searched defs:IssueDrawCommandsStart (Results 1 - 3 of 3) sorted by null

  /frameworks/base/libs/hwui/
JankTracker.cpp 56 FrameInfoIndex::SyncStart, FrameInfoIndex::IssueDrawCommandsStart},
60 FrameInfoIndex::IssueDrawCommandsStart, FrameInfoIndex::FrameCompleted},
115 frame[FrameInfoIndex::IssueDrawCommandsStart];
FrameInfo.h 47 IssueDrawCommandsStart,
106 set(FrameInfoIndex::IssueDrawCommandsStart) = systemTime(CLOCK_MONOTONIC);
FrameInfoVisualizer.cpp 59 {FrameInfoIndex::SyncStart, FrameInfoIndex::IssueDrawCommandsStart, Color::LightBlue_300},
60 {FrameInfoIndex::IssueDrawCommandsStart, FrameInfoIndex::SwapBuffers, Color::Red_500},
257 durationMS(i, FrameInfoIndex::SyncStart, FrameInfoIndex::IssueDrawCommandsStart),
258 durationMS(i, FrameInfoIndex::IssueDrawCommandsStart, FrameInfoIndex::SwapBuffers),

Completed in 72 milliseconds