Home
last modified time | relevance | path

Searched refs:perSecond (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/
DOverlay.cpp95 overlay::PerSecond *perSecond = in onSwap() local
97 perSecond->lastPerSecondCount = static_cast<size_t>(perSecond->count / timeDiff); in onSwap()
98 perSecond->count = 0; in onSwap()
DOverlayWidgets.cpp198 static std::ostream &OutputPerSecond(std::ostream &out, const overlay::PerSecond *perSecond);
480 const overlay::PerSecond *perSecond) in OutputPerSecond() argument
482 return out << perSecond->lastPerSecondCount; in OutputPerSecond()