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

  /frameworks/rs/
rsScript.h 88 int64_t mLastDtTime;
rsScriptC_Lib.cpp 109 int64_t l = sc->mEnviroment.mLastDtTime;
110 sc->mEnviroment.mLastDtTime = systemTime(SYSTEM_TIME_MONOTONIC);
111 return ((float)(sc->mEnviroment.mLastDtTime - l)) / 1.0e9;
  /frameworks/support/renderscript/v8/rs_support/
rsScript.h 83 int64_t mLastDtTime;
rsScriptC_Lib.cpp 109 int64_t l = sc->mEnviroment.mLastDtTime;
110 sc->mEnviroment.mLastDtTime = systemTime(SYSTEM_TIME_MONOTONIC);
111 return ((float)(sc->mEnviroment.mLastDtTime - l)) / 1.0e9;

Completed in 159 milliseconds