Home
last modified time | relevance | path

Searched refs:maxAttempts (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/gpu/tessellate/
H A DStrokeHardwareTessellator.cpp561 int maxAttempts = 10; in internalJoinTo() local
566 } while (c0 - junctionPoint != -(c1 - junctionPoint) && --maxAttempts); in internalJoinTo()
/third_party/vk-gl-cts/modules/egl/
H A DteglRenderTests.cpp201 const int maxAttempts = 100; in randomizeDrawOp() local
219 if (++numAttempts > maxAttempts) in randomizeDrawOp()

Completed in 5 milliseconds