Searched defs:frameTimes (Results 1 - 3 of 3) sorted by relevance

/external/deqp/modules/glshared/
H A DglsCalibration.hpp86 std::vector<deUint64> frameTimes; member in struct:deqp::gls::MeasureState
/external/deqp/modules/gles2/performance/
H A Des2pShaderOperatorTests.cpp277 vector<float> frameTimes; //!< In microseconds. member in struct:deqp::gles2::Performance::__anon3253::OperatorPerformanceCase::WorkloadRecord
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();
968 for (int j = 0; j < (int)records[i].frameTimes.size(); j++)
969 log << TestLog::Sample << records[i].workloadSize << records[i].frameTimes[j] << TestLog::EndSample;
/external/deqp/modules/gles3/performance/
H A Des3pShaderOperatorTests.cpp277 vector<float> frameTimes; //!< In microseconds. member in struct:deqp::gles3::Performance::__anon3542::OperatorPerformanceCase::WorkloadRecord
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();
968 for (int j = 0; j < (int)records[i].frameTimes.size(); j++)
969 log << TestLog::Sample << records[i].workloadSize << records[i].frameTimes[j] << TestLog::EndSample;

Completed in 53 milliseconds