/third_party/vk-gl-cts/framework/delibs/deutil/ |
D | deTimerTest.c | 71 deSleep((deUint32)(interval*intervalSleepMultiplier)); in deTimer_selfTest() 73 deSleep((deUint32)interval); in deTimer_selfTest()
|
D | deTimer.c | 337 deSleep(sleepTime); in timerThread()
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglSwapBuffersTests.cpp | 346 deSleep(waitFrames * 16); in executeForConfig() 364 deSleep(waitFrames * 16); in executeForConfig() 385 deSleep(waitFrames * 16); in executeForConfig() 399 deSleep(waitFrames * 16); in executeForConfig() 405 deSleep(waitFrames * 16); in executeForConfig()
|
D | teglNativeColorMappingTests.cpp | 347 deSleep(waitFrames*16); in testNativeWindow()
|
D | teglNativeCoordMappingTests.cpp | 395 deSleep(waitFrames*16); in testNativeWindow()
|
D | teglGetFrameTimestampsTests.cpp | 676 deSleep(static_cast<deUint32>(frame.compositeInterval / 1000000)); in executeForConfig()
|
/third_party/vk-gl-cts/framework/delibs/dethread/ |
D | deThreadTest.c | 45 deSleep(100); in threadTestThr2() 88 deSleep(0); in deThread_selfTest() 89 deSleep(100); in deThread_selfTest() 287 deSleep(100); in deMutex_selfTest() 605 deSleep((deUint32)initTimeMs); in initTestSingleton()
|
D | deThread.h | 56 void deSleep (deUint32 milliseconds);
|
/third_party/vk-gl-cts/execserver/ |
D | xsPosixTestProcess.cpp | 79 deSleep(1); // Yield. in run() 148 deSleep(FILEREADER_IDLE_SLEEP); in run()
|
D | xsPosixFileReader.cpp | 93 deSleep(FILEREADER_IDLE_SLEEP); in run()
|
D | xsWin32TestProcess.cpp | 254 deSleep(FILEREADER_IDLE_SLEEP); in run() 281 deSleep(FILEREADER_IDLE_SLEEP); in run() 662 deSleep(LOGFILE_DELETE_SLEEP_MS); in start()
|
D | xsExecutionServer.cpp | 253 deSleep(SERVER_IDLE_SLEEP); // Too long since last IO, sleep for a while. in processSession()
|
/third_party/vk-gl-cts/external/glslang/ |
D | osinclude.cpp | 106 deSleep(milliseconds); in OS_Sleep()
|
/third_party/vk-gl-cts/framework/delibs/decpp/ |
D | deBlockBuffer.cpp | 135 deSleep(1); in run() 324 deSleep(sleepMs); in runTest()
|
D | deThreadSafeRingBuffer.cpp | 109 deSleep(1); in run()
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/deqp-patches/ |
D | deqp-x11.patch | 32 + deSleep(100*(1<<i));
|
/third_party/vk-gl-cts/execserver/tools/ |
D | xsTest.cpp | 290 deSleep(200); /* Give 200ms for server to start. */ in runCase() 316 deSleep(100); in runCase() 609 deSleep(500); in runProgram() 770 deSleep(sleepTime); in runClient()
|
/third_party/vk-gl-cts/executor/ |
D | xeLocalTcpIpLink.cpp | 93 deSleep(SERVER_START_IDLE_SLEEP); in start()
|
/third_party/vk-gl-cts/framework/qphelper/ |
D | qpWatchDog.c | 89 deSleep(100); in watchDogThreadFunc()
|
D | qpDebugOut.c | 191 deSleep(5000); in exitProcess()
|
/third_party/vk-gl-cts/framework/delibs/dethread/unix/ |
D | deThreadUnix.c | 145 void deSleep (deUint32 milliseconds) in deSleep() function
|
/third_party/vk-gl-cts/framework/delibs/dethread/win32/ |
D | deThreadWin32.c | 109 void deSleep (deUint32 milliseconds) in deSleep() function
|
/third_party/vk-gl-cts/framework/platform/win32/ |
D | tcuWin32EGLNativeDisplayFactory.cpp | 303 deSleep(WAIT_WINDOW_VISIBLE_MS - (deUint32)(timeSinceVisibleUs/1000)); in readScreenPixels()
|
/third_party/vk-gl-cts/framework/platform/ios/ |
D | tcuIOSApp.mm | 190 deSleep(50);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationBasicSemaphoreTests.cpp | 300 deSleep(1); // milisecond in basicThreadTimelineCase()
|