Searched refs:test_surface (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/xvmc/tests/ |
D | Makefile | 10 default: test_context test_surface test_subpicture test_blocks test_rendering xvmc_bench 15 test_surface: test_surface.o testlib.o target 31 $(RM) -rf *.o test_context test_surface test_subpicture test_blocks test_rendering xvmc_bench
|
D | .gitignore | 2 test_surface
|
/external/skia/tests/ |
D | SpecialSurfaceTest.cpp | 36 static void test_surface(SkSpecialSurface* surf, skiatest::Reporter* reporter, int offset) { in test_surface() function 64 test_surface(surf, reporter, 0); in DEF_TEST() 76 test_surface(surf, reporter, kPad); in DEF_TEST() 92 test_surface(surf, reporter, 0); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 110 test_surface(surf, reporter, kPad); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/external/skia/gm/ |
D | image.cpp | 58 static void test_surface(SkCanvas* canvas, SkSurface* surf, bool usePaint) { in test_surface() function 183 test_surface(canvas, surf0, true); in onDraw() 185 test_surface(canvas, surf1, true); in onDraw() 188 test_surface(canvas, surf2, true); in onDraw()
|