Searched refs:g2d_solid_fill (Results 1 – 6 of 6) sorted by relevance
/external/libdrm/tests/exynos/ |
D | exynos_fimg2d_test.c | 226 ret = g2d_solid_fill(ctx, &img, x, y, w, h); in g2d_solid_fill_test() 296 ret = g2d_solid_fill(ctx, &src_img, src_x, src_y, img_w, img_h); in g2d_copy_test() 399 ret = g2d_solid_fill(ctx, &img, 0, 0, screen_width, screen_height) || in g2d_move_test() 502 ret = g2d_solid_fill(ctx, &src_img, src_x, src_y, img_w , img_h); in g2d_copy_with_scale_test() 507 ret = g2d_solid_fill(ctx, &src_img, 5, 5, 100, 100); in g2d_copy_with_scale_test() 593 ret = g2d_solid_fill(ctx, &src_img, src_x, src_y, img_w, img_h); in g2d_blend_test() 598 ret = g2d_solid_fill(ctx, &src_img, 5, 5, 200, 200); in g2d_blend_test() 609 ret = g2d_solid_fill(ctx, &dst_img, dst_x, dst_y, img_w, img_h); in g2d_blend_test() 614 ret = g2d_solid_fill(ctx, &dst_img, 105, 105, 200, 200); in g2d_blend_test() 698 ret = g2d_solid_fill(ctx, &dst_img, src_x, src_y, screen_width, screen_height); in g2d_checkerboard_test()
|
D | exynos_fimg2d_perf.c | 83 ret = g2d_solid_fill(ctx, &img, x, y, w, h); in fimg2d_perf_simple() 174 ret = g2d_solid_fill(ctx, &images[j], x, y, w, h); in fimg2d_perf_multi()
|
D | exynos_fimg2d_event.c | 177 ret = g2d_solid_fill(ctx, img, x, y, w, h); in g2d_work()
|
/external/libdrm/exynos/ |
D | exynos-symbols.txt | 23 g2d_solid_fill
|
D | exynos_fimg2d.h | 308 int g2d_solid_fill(struct g2d_context *ctx, struct g2d_image *img,
|
D | exynos_fimg2d.c | 446 g2d_solid_fill(struct g2d_context *ctx, struct g2d_image *img, in g2d_solid_fill() function
|