HomeSort by relevance Sort by last modified time
    Searched refs:g2d_solid_fill (Results 1 - 6 of 6) sorted by null

  /external/libdrm/exynos/
exynos-symbol-check 35 g2d_solid_fill
exynos_fimg2d.h 295 int g2d_solid_fill(struct g2d_context *ctx, struct g2d_image *img,
exynos_fimg2d.c 399 * The next invocation of a g2d call (e.g. g2d_solid_fill) is
440 * g2d_solid_fill - fill given buffer with given color data.
451 g2d_solid_fill(struct g2d_context *ctx, struct g2d_image *img, function
  /external/libdrm/tests/exynos/
exynos_fimg2d_test.c 219 ret = g2d_solid_fill(ctx, &img, x, y, w, h);
288 ret = g2d_solid_fill(ctx, &src_img, src_x, src_y, img_w, img_h);
391 ret = g2d_solid_fill(ctx, &img, 0, 0, screen_width, screen_height) ||
493 ret = g2d_solid_fill(ctx, &src_img, src_x, src_y, img_w , img_h);
498 ret = g2d_solid_fill(ctx, &src_img, 5, 5, 100, 100);
582 ret = g2d_solid_fill(ctx, &src_img, src_x, src_y, img_w, img_h);
587 ret = g2d_solid_fill(ctx, &src_img, 5, 5, 200, 200);
598 ret = g2d_solid_fill(ctx, &dst_img, dst_x, dst_y, img_w, img_h);
603 ret = g2d_solid_fill(ctx, &dst_img, 105, 105, 200, 200);
686 ret = g2d_solid_fill(ctx, &dst_img, src_x, src_y, screen_width, screen_height)
    [all...]
exynos_fimg2d_perf.c 76 ret = g2d_solid_fill(ctx, &img, x, y, w, h);
167 ret = g2d_solid_fill(ctx, &images[j], x, y, w, h);
exynos_fimg2d_event.c 170 ret = g2d_solid_fill(ctx, img, x, y, w, h);

Completed in 418 milliseconds