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

/external/skia/tests/
H A DSpecialSurfaceTest.cpp36 static void test_surface(SkSpecialSurface* surf, skiatest::Reporter* reporter, int offset) { function
64 test_surface(surf, reporter, 0);
76 test_surface(surf, reporter, kPad);
92 test_surface(surf, reporter, 0);
110 test_surface(surf, reporter, kPad);
/external/skia/gm/
H A Dimage.cpp58 static void test_surface(SkCanvas* canvas, SkSurface* surf, bool usePaint) { function
183 test_surface(canvas, surf0, true);
185 test_surface(canvas, surf1, true);
188 test_surface(canvas, surf2, true);

Completed in 222 milliseconds