diff options
author | Tobias Jakobi <tjakobi@math.uni-bielefeld.de> | 2015-11-30 12:12:20 +0900 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 2015-12-18 17:42:54 +0000 |
commit | 6689e4ee14f2dd0f04db9b5b816a252dfeb01ca5 (patch) | |
tree | 99b7d514612120d952ed2f62136dcaaa64a6e827 /exynos | |
parent | 676462c43e97896caa891b1e0aeb27d5d4f13637 (diff) | |
download | libdrm-6689e4ee14f2dd0f04db9b5b816a252dfeb01ca5.tar.gz libdrm-6689e4ee14f2dd0f04db9b5b816a252dfeb01ca5.tar.bz2 libdrm-6689e4ee14f2dd0f04db9b5b816a252dfeb01ca5.zip |
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 <human.hwang@samsung.com>
Reviewed-by: Hyungwon Hwang <human.hwang@samsung.com>
Signed-off-by: Tobias Jakobi <tjakobi@math.uni-bielefeld.de>
[Emil Velikov: add g2d_move to the symbol check]
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Diffstat (limited to 'exynos')
-rwxr-xr-x | exynos/exynos-symbol-check | 1 |
1 files changed, 1 insertions, 0 deletions
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 |