Searched defs:IssueDrawCommandsStart (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/libs/hwui/
H A DFrameInfo.h47 IssueDrawCommandsStart, member in class:android::uirenderer::FrameInfoIndex
106 set(FrameInfoIndex::IssueDrawCommandsStart) = systemTime(CLOCK_MONOTONIC);
H A DFrameInfoVisualizer.cpp59 { FrameInfoIndex::SyncStart, FrameInfoIndex::IssueDrawCommandsStart, Color::LightBlue_300 }, member in class:android::uirenderer::FrameInfoIndex
60 { FrameInfoIndex::IssueDrawCommandsStart, FrameInfoIndex::SwapBuffers, Color::Red_500}, member in class:android::uirenderer::FrameInfoIndex
261 durationMS(i, FrameInfoIndex::SyncStart, FrameInfoIndex::IssueDrawCommandsStart),
262 durationMS(i, FrameInfoIndex::IssueDrawCommandsStart, FrameInfoIndex::SwapBuffers),

Completed in 45 milliseconds