HomeSort by relevance Sort by last modified time
    Searched refs:numAttempts (Results 1 - 8 of 8) sorted by null

  /device/generic/goldfish/camera/
EmulatedCameraFactory.cpp 493 int numAttempts = 100;
496 for (int i = 0; i < numAttempts; ++i) {
504 ALOGE("timeout (%dms) waiting for property qemu.sf.fake_camera to be set\n", 5 * numAttempts);
  /external/deqp/modules/gles2/stress/
es2sDrawTests.cpp 220 const int numAttempts = 100;
304 for (int ndx = 0; ndx < numAttempts; ++ndx)
  /external/deqp/modules/gles31/stress/
es31sDrawTests.cpp 333 const int numAttempts = 100;
438 for (int ndx = 0; ndx < numAttempts; ++ndx)
  /external/deqp/modules/gles2/functional/
es2fDrawTests.cpp 506 const int numAttempts = 100;
590 for (int ndx = 0; ndx < numAttempts; ++ndx)
  /external/deqp/modules/gles3/stress/
es3sDrawTests.cpp 409 const int numAttempts = 300;
518 for (int ndx = 0; ndx < numAttempts; ++ndx)
  /external/deqp/modules/egl/
teglRenderTests.cpp 202 int numAttempts = 0;
219 if (++numAttempts > maxAttempts)
    [all...]
  /external/deqp/modules/gles3/functional/
es3fDrawTests.cpp 911 const int numAttempts = 300;
    [all...]
  /external/deqp/modules/gles31/functional/
es31fDrawTests.cpp     [all...]

Completed in 2287 milliseconds