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

  /external/deqp/modules/glshared/
glsCalibration.hpp 86 std::vector<deUint64> frameTimes;
  /external/deqp/modules/gles2/performance/
es2pShaderOperatorTests.cpp 277 vector<float> frameTimes; //!< In microseconds.
281 void addFrameTime (float time) { frameTimes.push_back(time); }
284 vector<float> times = frameTimes;
869 const float drawCallTime = (float)calibratorMeasure.getTotalTime() / (float)calibratorMeasure.frameTimes.size();
    [all...]
  /external/deqp/modules/gles3/performance/
es3pShaderOperatorTests.cpp 277 vector<float> frameTimes; //!< In microseconds.
281 void addFrameTime (float time) { frameTimes.push_back(time); }
284 vector<float> times = frameTimes;
869 const float drawCallTime = (float)calibratorMeasure.getTotalTime() / (float)calibratorMeasure.frameTimes.size();
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
AnimatedStateListDrawable.java 622 final int[] frameTimes = mFrameTimes;
626 frameTimes[i] = duration;
642 final int[] frameTimes = mFrameTimes;
647 while (i < N && remaining >= frameTimes[i]) {
648 remaining -= frameTimes[i];

Completed in 92 milliseconds