Searched refs:g2d_copy (Results 1 – 4 of 4) sorted by relevance
/external/libdrm/exynos/ |
D | exynos-symbol-check | 27 g2d_copy
|
D | exynos_fimg2d.h | 298 int g2d_copy(struct g2d_context *ctx, struct g2d_image *src,
|
D | exynos_fimg2d.c | 504 g2d_copy(struct g2d_context *ctx, struct g2d_image *src, in g2d_copy() function
|
/external/libdrm/tests/exynos/ |
D | exynos_fimg2d_test.c | 298 ret = g2d_copy(ctx, &src_img, &dst_img, src_x, src_y, dst_x, dst_y, in g2d_copy_test() 392 g2d_copy(ctx, &tmp_img, &img, 0, 0, cur_x, cur_y, img_w, img_h); in g2d_move_test() 690 ret = g2d_copy(ctx, &src_img, &dst_img, src_x, src_y, dst_x, dst_y, in g2d_checkerboard_test()
|