Home
last modified time | relevance | path

Searched refs:tryNdx (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/framework/delibs/deutil/
H A DdeTimer.c125 int tryNdx = 0; in deTimer_disable() local
128 for (tryNdx = 0; tryNdx < maxTries; tryNdx++) in deTimer_disable()
148 DE_ASSERT(tryNdx < maxTries); in deTimer_disable()
/third_party/vk-gl-cts/execserver/
H A DxsWin32TestProcess.cpp657 int tryNdx = 0; in start() local
658 while (tryNdx < MAX_OLD_LOGFILE_DELETE_ATTEMPTS && deFileExists(m_logFileName.c_str())) in start()
663 tryNdx += 1; in start()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fSeparateShaderTests.cpp874 int tryNdx = 0;
904 tryNdx += 1;
905 } while (!paramsValid(params) && tryNdx < 16);

Completed in 5 milliseconds