Searched defs:nbIterations (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/tests/
H A DDeferredCanvasTest.cpp598 // test will fail if nbIterations is not in sync with
600 const int nbIterations = 5; local
603 for(int i = 0; i < nbIterations; ++i) {
/external/skia/tests/
H A DDeferredCanvasTest.cpp613 // test will fail if nbIterations is not in sync with
615 const int nbIterations = 5; local
618 for(int i = 0; i < nbIterations; ++i) {

Completed in 423 milliseconds