Home
last modified time | relevance | path

Searched refs:g2d_solid_fill (Results 1 – 6 of 6) sorted by relevance

/external/libdrm/tests/exynos/
Dexynos_fimg2d_test.c219 ret = g2d_solid_fill(ctx, &img, x, y, w, h); in g2d_solid_fill_test()
288 ret = g2d_solid_fill(ctx, &src_img, src_x, src_y, img_w, img_h); in g2d_copy_test()
391 ret = g2d_solid_fill(ctx, &img, 0, 0, screen_width, screen_height) || in g2d_move_test()
493 ret = g2d_solid_fill(ctx, &src_img, src_x, src_y, img_w , img_h); in g2d_copy_with_scale_test()
498 ret = g2d_solid_fill(ctx, &src_img, 5, 5, 100, 100); in g2d_copy_with_scale_test()
582 ret = g2d_solid_fill(ctx, &src_img, src_x, src_y, img_w, img_h); in g2d_blend_test()
587 ret = g2d_solid_fill(ctx, &src_img, 5, 5, 200, 200); in g2d_blend_test()
598 ret = g2d_solid_fill(ctx, &dst_img, dst_x, dst_y, img_w, img_h); in g2d_blend_test()
603 ret = g2d_solid_fill(ctx, &dst_img, 105, 105, 200, 200); in g2d_blend_test()
686 ret = g2d_solid_fill(ctx, &dst_img, src_x, src_y, screen_width, screen_height); in g2d_checkerboard_test()
Dexynos_fimg2d_perf.c76 ret = g2d_solid_fill(ctx, &img, x, y, w, h); in fimg2d_perf_simple()
167 ret = g2d_solid_fill(ctx, &images[j], x, y, w, h); in fimg2d_perf_multi()
Dexynos_fimg2d_event.c170 ret = g2d_solid_fill(ctx, img, x, y, w, h); in g2d_work()
/external/libdrm/exynos/
Dexynos-symbol-check35 g2d_solid_fill
Dexynos_fimg2d.h295 int g2d_solid_fill(struct g2d_context *ctx, struct g2d_image *img,
Dexynos_fimg2d.c451 g2d_solid_fill(struct g2d_context *ctx, struct g2d_image *img, in g2d_solid_fill() function