HomeSort by relevance Sort by last modified time
    Searched full:test_surface (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/state_trackers/xvmc/tests/
.gitignore 2 test_surface
Makefile 10 default: test_context test_surface test_subpicture test_blocks test_rendering xvmc_bench
15 test_surface: test_surface.o testlib.o
31 $(RM) -rf *.o test_context test_surface test_subpicture test_blocks test_rendering xvmc_bench
  /external/skia/tests/
SpecialSurfaceTest.cpp 36 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/
image.cpp 58 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 66 milliseconds