Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles2/functional/
Des2fFlushFinishTests.cpp69 WAIT_TIME_MS = 1200, enumerator
491 …m_testCtx.getLog() << TestLog::Message << int(WAIT_TIME_MS) << " ms busy wait" << TestLog::EndMess… in init()
498 busyWait(WAIT_TIME_MS); in waitForGL()
533 …m_testCtx.getLog() << TestLog::Message << "glFlush() followed by " << int(WAIT_TIME_MS) << " ms bu… in init()
541 busyWait(WAIT_TIME_MS); in waitForGL()
576 …m_testCtx.getLog() << TestLog::Message << "glFinish() followed by " << int(WAIT_TIME_MS) << " ms b… in init()
584 busyWait(WAIT_TIME_MS); in waitForGL()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fFlushFinishTests.cpp71 WAIT_TIME_MS = 200, enumerator
80 DE_STATIC_ASSERT(MAX_SAMPLE_DURATION_US < 1000*WAIT_TIME_MS);
639 …m_testCtx.getLog() << TestLog::Message << int(WAIT_TIME_MS) << " ms busy wait" << TestLog::EndMess… in init()
646 busyWait(WAIT_TIME_MS); in waitForGL()
681 …m_testCtx.getLog() << TestLog::Message << "glFlush() followed by " << int(WAIT_TIME_MS) << " ms bu… in init()
689 busyWait(WAIT_TIME_MS); in waitForGL()
724 …m_testCtx.getLog() << TestLog::Message << "glFinish() followed by " << int(WAIT_TIME_MS) << " ms b… in init()
732 busyWait(WAIT_TIME_MS); in waitForGL()