Searched refs:g2d_solid_fill (Results 1 – 3 of 3) sorted by relevance
/external/libdrm/tests/exynos/ |
D | exynos_fimg2d_test.c | 249 ret = g2d_solid_fill(ctx, &img, x, y, w, h); in g2d_solid_fill_test() 320 ret = g2d_solid_fill(ctx, &src_img, src_x, src_y, img_w, img_h); in g2d_copy_test() 404 ret = g2d_solid_fill(ctx, &src_img, src_x, src_y, img_w , img_h); in g2d_copy_with_scale_test() 409 ret = g2d_solid_fill(ctx, &src_img, 5, 5, 100, 100); in g2d_copy_with_scale_test() 494 ret = g2d_solid_fill(ctx, &src_img, src_x, src_y, img_w, img_h); in g2d_blend_test() 499 ret = g2d_solid_fill(ctx, &src_img, 5, 5, 200, 200); in g2d_blend_test() 510 ret = g2d_solid_fill(ctx, &dst_img, dst_x, dst_y, img_w, img_h); in g2d_blend_test() 515 ret = g2d_solid_fill(ctx, &dst_img, 105, 105, 200, 200); in g2d_blend_test()
|
/external/libdrm/exynos/ |
D | fimg2d.h | 308 int g2d_solid_fill(struct g2d_context *ctx, struct g2d_image *img,
|
D | exynos_fimg2d.c | 260 g2d_solid_fill(struct g2d_context *ctx, struct g2d_image *img, in g2d_solid_fill() function
|