Home
last modified time | relevance | path

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

/third_party/skia/tests/
H A DVkDrawableTest.cpp249 bool failureFound = false; in draw_drawable_test() local
251 for (int cy = 0; cy < DEV_H && !failureFound; ++cy) { in draw_drawable_test()
252 for (int cx = 0; cx < DEV_W && !failureFound; ++cx) { in draw_drawable_test()
264 failureFound = true; in draw_drawable_test()
H A DSurfaceSemaphoreTest.cpp43 bool failureFound = false; in check_pixels() local
45 for (int cy = 0; cy < CHILD_H && !failureFound; ++cy) { in check_pixels()
46 for (int cx = 0; cx < CHILD_W && !failureFound; ++cx) { in check_pixels()
58 failureFound = true; in check_pixels()

Completed in 2 milliseconds