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

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

Completed in 319 milliseconds