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

  /frameworks/rs/
rsContext.h 295 uint32_t mTimeMSLastScript;
rsContext.cpp 175 mTimeMSLastScript = mTimers[RS_TIMER_SCRIPT] / 1000000;
182 100.0 * mTimers[RS_TIMER_SCRIPT] / total, mTimeMSLastScript,
220 sprintf(buffer, "Avg fps %u, Frame %i ms, Script %i ms", mAverageFPS, mTimeMSLastFrame, mTimeMSLastScript);

Completed in 56 milliseconds