Searched refs:failureFound (Results 1 – 4 of 4) sorted by relevance
242 bool failureFound = false; in draw_drawable_test() local244 for (int cy = 0; cy < DEV_H && !failureFound; ++cy) { in draw_drawable_test()245 for (int cx = 0; cx < DEV_W && !failureFound; ++cx) { in draw_drawable_test()257 failureFound = true; in draw_drawable_test()
40 bool failureFound = false; in check_pixels() local42 for (int cy = 0; cy < CHILD_H && !failureFound; ++cy) { in check_pixels()43 for (int cx = 0; cx < CHILD_W && !failureFound; ++cx) { in check_pixels()55 failureFound = true; in check_pixels()