Home
last modified time | relevance | path

Searched refs:g2d_context (Results 1 – 5 of 5) sorted by relevance

/external/libdrm/exynos/
Dexynos_fimg2d.h289 struct g2d_context;
291 struct g2d_context *g2d_init(int fd);
292 void g2d_fini(struct g2d_context *ctx);
293 void g2d_config_event(struct g2d_context *ctx, void *userdata);
294 int g2d_exec(struct g2d_context *ctx);
295 int g2d_solid_fill(struct g2d_context *ctx, struct g2d_image *img,
298 int g2d_copy(struct g2d_context *ctx, struct g2d_image *src,
302 int g2d_move(struct g2d_context *ctx, struct g2d_image *img,
305 int g2d_copy_with_scale(struct g2d_context *ctx, struct g2d_image *src,
311 int g2d_blend(struct g2d_context *ctx, struct g2d_image *src,
[all …]
Dexynos_fimg2d.c51 struct g2d_context { struct
168 static unsigned int g2d_check_space(const struct g2d_context *ctx, in g2d_check_space()
236 static void g2d_add_cmd(struct g2d_context *ctx, unsigned long cmd, in g2d_add_cmd()
269 static void g2d_add_base_addr(struct g2d_context *ctx, struct g2d_image *img, in g2d_add_base_addr()
288 static void g2d_set_direction(struct g2d_context *ctx, in g2d_set_direction()
301 static void g2d_reset(struct g2d_context *ctx) in g2d_reset()
318 static int g2d_flush(struct g2d_context *ctx) in g2d_flush()
364 struct g2d_context *g2d_init(int fd) in g2d_init()
367 struct g2d_context *ctx; in g2d_init()
392 void g2d_fini(struct g2d_context *ctx) in g2d_fini()
[all …]
/external/libdrm/tests/exynos/
Dexynos_fimg2d_perf.c31 static int fimg2d_perf_simple(struct exynos_bo *bo, struct g2d_context *ctx, in fimg2d_perf_simple()
109 static int fimg2d_perf_multi(struct exynos_bo *bo, struct g2d_context *ctx, in fimg2d_perf_multi()
224 struct g2d_context *ctx; in main()
Dexynos_fimg2d_test.c188 struct g2d_context *ctx; in g2d_solid_fill_test()
238 struct g2d_context *ctx; in g2d_copy_test()
321 struct g2d_context *ctx; in g2d_move_test()
445 struct g2d_context *ctx; in g2d_copy_with_scale_test()
531 struct g2d_context *ctx; in g2d_blend_test()
630 struct g2d_context *ctx; in g2d_checkerboard_test()
Dexynos_fimg2d_event.c126 static int g2d_work(struct g2d_context *ctx, struct g2d_image *img, in g2d_work()
209 struct g2d_context *ctx; in main()