Home
last modified time | relevance | path

Searched refs:g2d_image (Results 1 – 5 of 5) sorted by relevance

/external/libdrm/exynos/
Dexynos_fimg2d.h267 struct g2d_image { struct
295 int g2d_solid_fill(struct g2d_context *ctx, struct g2d_image *img, argument
298 int g2d_copy(struct g2d_context *ctx, struct g2d_image *src,
299 struct g2d_image *dst, unsigned int src_x,
302 int g2d_move(struct g2d_context *ctx, struct g2d_image *img,
305 int g2d_copy_with_scale(struct g2d_context *ctx, struct g2d_image *src,
306 struct g2d_image *dst, unsigned int src_x,
311 int g2d_blend(struct g2d_context *ctx, struct g2d_image *src,
312 struct g2d_image *dst, unsigned int src_x,
315 int g2d_scale_and_blend(struct g2d_context *ctx, struct g2d_image *src,
[all …]
Dexynos_fimg2d.c269 static void g2d_add_base_addr(struct g2d_context *ctx, struct g2d_image *img, in g2d_add_base_addr()
451 g2d_solid_fill(struct g2d_context *ctx, struct g2d_image *img, in g2d_solid_fill()
504 g2d_copy(struct g2d_context *ctx, struct g2d_image *src, in g2d_copy()
505 struct g2d_image *dst, unsigned int src_x, unsigned int src_y, in g2d_copy()
587 g2d_move(struct g2d_context *ctx, struct g2d_image *img, in g2d_move()
685 g2d_copy_with_scale(struct g2d_context *ctx, struct g2d_image *src, in g2d_copy_with_scale()
686 struct g2d_image *dst, unsigned int src_x, in g2d_copy_with_scale()
794 g2d_blend(struct g2d_context *ctx, struct g2d_image *src, in g2d_blend()
795 struct g2d_image *dst, unsigned int src_x, in g2d_blend()
911 g2d_scale_and_blend(struct g2d_context *ctx, struct g2d_image *src, in g2d_scale_and_blend()
[all …]
/external/libdrm/tests/exynos/
Dexynos_fimg2d_perf.c35 struct g2d_image img = { 0 }; in fimg2d_perf_simple()
113 struct g2d_image *images; in fimg2d_perf_multi()
119 images = calloc(batch, sizeof(struct g2d_image)); in fimg2d_perf_multi()
Dexynos_fimg2d_test.c189 struct g2d_image img = {0}; in g2d_solid_fill_test()
239 struct g2d_image src_img = {0}, dst_img = {0}; in g2d_copy_test()
322 struct g2d_image img = {0}, tmp_img = {0}; in g2d_move_test()
446 struct g2d_image src_img = {0}, dst_img = {0}; in g2d_copy_with_scale_test()
532 struct g2d_image src_img = {0}, dst_img = {0}; in g2d_blend_test()
631 struct g2d_image src_img = {0}, dst_img = {0}; in g2d_checkerboard_test()
Dexynos_fimg2d_event.c126 static int g2d_work(struct g2d_context *ctx, struct g2d_image *img, in g2d_work()
212 struct g2d_image img = {0}; in main()