Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/glshared/
DglsMemoryStressCase.cpp495 deUint64 currentTimeUs; in allocUntilFailure() local
526 currentTimeUs = deGetMicroseconds(); in allocUntilFailure()
527 } while (currentTimeUs - beginTimeUs < timeoutUs); in allocUntilFailure()
530 if (currentTimeUs - beginTimeUs >= timeoutUs) in allocUntilFailure()
/third_party/vk-gl-cts/modules/egl/
DteglMultiThreadTests.cpp419 const deUint64 currentTimeUs = deGetMicroseconds(); in iterate() local
421 if (currentTimeUs - m_startTimeUs > m_timeoutUs) in iterate()
455 …m_testCtx.getLog() << tcu::TestLog::Message << "[" << (currentTimeUs - m_startTimeUs) << "] (-) Ti… in iterate()
456 …m_testCtx.getLog() << tcu::TestLog::Message << "[" << (currentTimeUs - m_startTimeUs) << "] (-) Tr… in iterate()