Home
last modified time | relevance | path

Searched refs:checkSampleTemporalStability (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/gles3/performance/
Des3pBufferDataUploadTests.cpp5406 bool checkSampleTemporalStability (deUint64 (Result::*target), const char* description);
5903 …temporallyStable &= checkSampleTemporalStability(&Result::renderReadDuration, "Combined draw and … in logAndSetTestResult()
5904 temporallyStable &= checkSampleTemporalStability(&Result::uploadDuration, "Upload time"); in logAndSetTestResult()
5905 temporallyStable &= checkSampleTemporalStability(&Result::renderDuration, "Draw call time"); in logAndSetTestResult()
5906 temporallyStable &= checkSampleTemporalStability(&Result::readDuration, "ReadPixels time"); in logAndSetTestResult()
6149 bool UploadWaitDrawCase::checkSampleTemporalStability (deUint64 (UploadWaitDrawCase::Result::*targe… in checkSampleTemporalStability() function in deqp::gles3::Performance::__anon67db42180111::UploadWaitDrawCase