OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mTimeMSLastFrame
(Results
1 - 2
of
2
) sorted by null
/frameworks/rs/
rsContext.h
294
uint32_t
mTimeMSLastFrame
;
rsContext.cpp
174
mTimeMSLastFrame
= frame / 1000000;
181
mTimeMSLastFrame
,
220
sprintf(buffer, "Avg fps %u, Frame %i ms, Script %i ms", mAverageFPS,
mTimeMSLastFrame
, mTimeMSLastScript);
Completed in 34 milliseconds