From 6689e4ee14f2dd0f04db9b5b816a252dfeb01ca5 Mon Sep 17 00:00:00 2001 From: Tobias Jakobi Date: Mon, 30 Nov 2015 12:12:20 +0900 Subject: tests/exynos: add test for g2d_move To check if g2d_move() works properly we create a small checkerboard pattern in the center of the screen and then shift this pattern around with g2d_move(). The pattern should be properly preserved by the operation (but not the surrounding area). Tested-by: Hyungwon Hwang Reviewed-by: Hyungwon Hwang Signed-off-by: Tobias Jakobi [Emil Velikov: add g2d_move to the symbol check] Signed-off-by: Emil Velikov --- exynos/exynos-symbol-check | 1 + 1 file changed, 1 insertion(+) (limited to 'exynos') diff --git a/exynos/exynos-symbol-check b/exynos/exynos-symbol-check index bb12315e..9692caa6 100755 --- a/exynos/exynos-symbol-check +++ b/exynos/exynos-symbol-check @@ -30,6 +30,7 @@ g2d_exec g2d_config_event g2d_fini g2d_init +g2d_move g2d_scale_and_blend g2d_solid_fill EOF -- cgit v1.2.3