Searched refs:g2d_image (Results 1 – 5 of 5) sorted by relevance
/external/libdrm/exynos/ |
D | exynos_fimg2d.h | 280 struct g2d_image { struct 308 int g2d_solid_fill(struct g2d_context *ctx, struct g2d_image *img, argument 311 int g2d_copy(struct g2d_context *ctx, struct g2d_image *src, 312 struct g2d_image *dst, unsigned int src_x, 315 int g2d_move(struct g2d_context *ctx, struct g2d_image *img, 318 int g2d_copy_with_scale(struct g2d_context *ctx, struct g2d_image *src, 319 struct g2d_image *dst, unsigned int src_x, 324 int g2d_blend(struct g2d_context *ctx, struct g2d_image *src, 325 struct g2d_image *dst, unsigned int src_x, 328 int g2d_scale_and_blend(struct g2d_context *ctx, struct g2d_image *src, [all …]
|
D | exynos_fimg2d.c | 278 static void g2d_add_base_addr(struct g2d_context *ctx, struct g2d_image *img, in g2d_add_base_addr() 446 g2d_solid_fill(struct g2d_context *ctx, struct g2d_image *img, in g2d_solid_fill() 499 g2d_copy(struct g2d_context *ctx, struct g2d_image *src, in g2d_copy() 500 struct g2d_image *dst, unsigned int src_x, unsigned int src_y, in g2d_copy() 582 g2d_move(struct g2d_context *ctx, struct g2d_image *img, in g2d_move() 680 g2d_copy_with_scale(struct g2d_context *ctx, struct g2d_image *src, in g2d_copy_with_scale() 681 struct g2d_image *dst, unsigned int src_x, in g2d_copy_with_scale() 789 g2d_blend(struct g2d_context *ctx, struct g2d_image *src, in g2d_blend() 790 struct g2d_image *dst, unsigned int src_x, in g2d_blend() 906 g2d_scale_and_blend(struct g2d_context *ctx, struct g2d_image *src, in g2d_scale_and_blend() [all …]
|
/external/libdrm/tests/exynos/ |
D | exynos_fimg2d_perf.c | 42 struct g2d_image img = { 0 }; in fimg2d_perf_simple() 120 struct g2d_image *images; in fimg2d_perf_multi() 126 images = calloc(batch, sizeof(struct g2d_image)); in fimg2d_perf_multi()
|
D | exynos_fimg2d_test.c | 196 struct g2d_image img = {0}; in g2d_solid_fill_test() 246 struct g2d_image src_img = {0}, dst_img = {0}; in g2d_copy_test() 330 struct g2d_image img = {0}, tmp_img = {0}; in g2d_move_test() 454 struct g2d_image src_img = {0}, dst_img = {0}; in g2d_copy_with_scale_test() 542 struct g2d_image src_img = {0}, dst_img = {0}; in g2d_blend_test() 643 struct g2d_image src_img = {0}, dst_img = {0}; in g2d_checkerboard_test()
|
D | exynos_fimg2d_event.c | 133 static int g2d_work(struct g2d_context *ctx, struct g2d_image *img, in g2d_work() 219 struct g2d_image img = {0}; in main()
|