Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d11/
DFence11.cpp87 int loopCount = 0; in finish() local
90 loopCount++; in finish()
93 bool checkDeviceLost = (loopCount % kPollingD3DDeviceLostCheckFrequency) == 0; in finish()
180 int loopCount = 0; in clientWait() local
183 loopCount++; in clientWait()
192 bool checkDeviceLost = (loopCount % kPollingD3DDeviceLostCheckFrequency) == 0; in clientWait()
/device/generic/vulkan-cereal/third-party/angle/src/tests/gl_tests/
DFenceSyncTests.cpp239 unsigned int loopCount = 0; in TEST_P() local
244 while (value != GL_SIGNALED && loopCount <= 1000000) in TEST_P()
246 loopCount++; in TEST_P()
DTransformFeedbackTest.cpp151 const size_t loopCount = 64; in TEST_P() local
152 for (size_t loopIdx = 0; loopIdx < loopCount; loopIdx++) in TEST_P()
158 float z = (loopIdx + 1 == loopCount) ? finalZ : rng.randomFloatBetween(0.1f, 0.5f); in TEST_P()
175 EXPECT_EQ(loopCount * 2, primitivesWritten); in TEST_P()
/device/generic/vulkan-cereal/third-party/angle/src/tests/egl_tests/
DEGLSyncTest.cpp218 unsigned int loopCount = 0; in TEST_P() local
221 while (value != EGL_SIGNALED_KHR && loopCount <= 1000000) in TEST_P()
223 loopCount++; in TEST_P()
/device/generic/goldfish/camera/
DEmulatedQemuCamera3.cpp1922 int loopCount = 0; in waitForReadout() local
1930 if (loopCount == kMaxWaitLoops) { in waitForReadout()
1935 loopCount++; in waitForReadout()
DEmulatedFakeCamera3.cpp2465 int loopCount = 0; in waitForReadout() local
2473 if (loopCount == kMaxWaitLoops) { in waitForReadout()
2478 loopCount++; in waitForReadout()
DEmulatedFakeRotatingCamera3.cpp2464 int loopCount = 0; in waitForReadout() local
2472 if (loopCount == kMaxWaitLoops) { in waitForReadout()
2477 loopCount++; in waitForReadout()