OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mTimeMSLastScript
(Results
1 - 2
of
2
) sorted by null
/frameworks/rs/
rsContext.h
307
uint32_t
mTimeMSLastScript
;
rsContext.cpp
182
mTimeMSLastScript
= mTimers[RS_TIMER_SCRIPT] / 1000000;
189
100.0 * mTimers[RS_TIMER_SCRIPT] / total,
mTimeMSLastScript
,
227
sprintf(buffer, "Avg fps %u, Frame %i ms, Script %i ms", mAverageFPS, mTimeMSLastFrame,
mTimeMSLastScript
);
Completed in 23 milliseconds