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 246 mTimeMSLastScript = mTimers[RS_TIMER_SCRIPT] / 1000000;
253 100.0 * mTimers[RS_TIMER_SCRIPT] / total, mTimeMSLastScript,
348 int32_t t = (targetTime - (int32_t)(rsc->mTimeMSLastScript + rsc->mTimeMSLastSwap)) * 1000;

Completed in 24 milliseconds