HomeSort by relevance Sort by last modified time
    Searched refs:mTimeMSLastScript (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/rs/
rsContext.h 259 uint32_t mTimeMSLastScript;
rsContext.cpp 234 mTimeMSLastScript = mTimers[RS_TIMER_SCRIPT] / 1000000;
241 100.0 * mTimers[RS_TIMER_SCRIPT] / total, mTimeMSLastScript,
336 int32_t t = (targetTime - (int32_t)(rsc->mTimeMSLastScript + rsc->mTimeMSLastSwap)) * 1000;

Completed in 13 milliseconds