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

  /frameworks/rs/
rsContext.h 306 uint32_t mTimeMSLastFrame;
rsContext.cpp 181 mTimeMSLastFrame = frame / 1000000;
188 mTimeMSLastFrame,
227 sprintf(buffer, "Avg fps %u, Frame %i ms, Script %i ms", mAverageFPS, mTimeMSLastFrame, mTimeMSLastScript);

Completed in 24 milliseconds