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.c226 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()
Dexynos_fimg2d_perf.c83 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()
Dexynos_fimg2d_event.c177 ret = g2d_solid_fill(ctx, img, x, y, w, h); in g2d_work()
/external/libdrm/exynos/
Dexynos-symbols.txt23 g2d_solid_fill
Dexynos_fimg2d.h308 int g2d_solid_fill(struct g2d_context *ctx, struct g2d_image *img,
Dexynos_fimg2d.c446 g2d_solid_fill(struct g2d_context *ctx, struct g2d_image *img, in g2d_solid_fill() function