Searched refs:frameTimes (Results 1 - 10 of 10) sorted by relevance

/external/deqp/modules/egl/
H A DteglGetFrameTimestampsTests.cpp181 void populateFrameTimes(FrameTimes* frameTimes, TimestampInfoMap& map, const std::vector<EGLnsecsANDROID>& supportedValues) argument
183 frameTimes->requestedPresent = getTimestamp(EGL_REQUESTED_PRESENT_TIME_ANDROID, map, supportedValues);
184 frameTimes->renderingComplete = getTimestamp(EGL_RENDERING_COMPLETE_TIME_ANDROID, map, supportedValues);
185 frameTimes->latch = getTimestamp(EGL_COMPOSITION_LATCH_TIME_ANDROID, map, supportedValues);
186 frameTimes->firstCompositionStart = getTimestamp(EGL_FIRST_COMPOSITION_START_TIME_ANDROID, map, supportedValues);
187 frameTimes->lastCompositionStart = getTimestamp(EGL_LAST_COMPOSITION_START_TIME_ANDROID, map, supportedValues);
188 frameTimes->firstCompositionGpuFinished = getTimestamp(EGL_FIRST_COMPOSITION_GPU_FINISHED_TIME_ANDROID, map, supportedValues);
189 frameTimes->displayPresent = getTimestamp(EGL_DISPLAY_PRESENT_TIME_ANDROID, map, supportedValues);
190 frameTimes->dequeueReady = getTimestamp(EGL_DEQUEUE_READY_TIME_ANDROID, map, supportedValues);
191 frameTimes
204 verifySingleFrame(const FrameTimes& frameTimes, tcu::ResultCollector& result, bool verifyReadsDone) argument
[all...]
/external/deqp/modules/glshared/
H A DglsCalibration.cpp180 return (int)frameTimes.size() >= maxNumFrames || (frameTimes.size() >= 2 &&
181 frameTimes[frameTimes.size()-2] >= (deUint64)frameShortcutTime &&
182 frameTimes[frameTimes.size()-1] >= (deUint64)frameShortcutTime);
188 for (int i = 0; i < (int)frameTimes.size(); i++)
189 time += frameTimes[i];
198 frameTimes.clear();
203 frameTimes
[all...]
H A DglsCalibration.hpp86 std::vector<deUint64> frameTimes; member in struct:deqp::gls::MeasureState
H A DglsShaderPerformanceMeasurer.cpp303 int numFrames = (int)measureState.frameTimes.size();
323 int numFrames = (int)measureState.frameTimes.size();
/external/deqp/modules/gles2/performance/
H A Des2pTextureUploadTests.cpp255 // m_log << TestLog::Message << "Frame " << i+1 << " duration: \t" << m_calibrator.measureState.frameTimes[i] << " us."<< TestLog::EndMessage;
257 std::vector<deUint64> sortedFrameTimes(measureState.frameTimes.begin(), measureState.frameTimes.end());
268 int numFrames = (int)measureState.frameTimes.size();
H A Des2pShaderOperatorTests.cpp277 vector<float> frameTimes; //!< In microseconds. member in struct:deqp::gles2::Performance::__anon4376::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::__anon4661::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/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 181 milliseconds