Lines Matching refs:g2d_context
60 struct g2d_context { struct
177 static unsigned int g2d_check_space(const struct g2d_context *ctx, in g2d_check_space()
245 static void g2d_add_cmd(struct g2d_context *ctx, unsigned long cmd, in g2d_add_cmd()
278 static void g2d_add_base_addr(struct g2d_context *ctx, struct g2d_image *img, in g2d_add_base_addr()
297 static void g2d_set_direction(struct g2d_context *ctx, in g2d_set_direction()
313 static int g2d_flush(struct g2d_context *ctx) in g2d_flush()
359 drm_public struct g2d_context *g2d_init(int fd) in g2d_init()
362 struct g2d_context *ctx; in g2d_init()
387 drm_public void g2d_fini(struct g2d_context *ctx) in g2d_fini()
403 drm_public void g2d_config_event(struct g2d_context *ctx, void *userdata) in g2d_config_event()
413 drm_public int g2d_exec(struct g2d_context *ctx) in g2d_exec()
446 g2d_solid_fill(struct g2d_context *ctx, struct g2d_image *img, in g2d_solid_fill()
499 g2d_copy(struct g2d_context *ctx, struct g2d_image *src, in g2d_copy()
582 g2d_move(struct g2d_context *ctx, struct g2d_image *img, in g2d_move()
680 g2d_copy_with_scale(struct g2d_context *ctx, struct g2d_image *src, in g2d_copy_with_scale()
789 g2d_blend(struct g2d_context *ctx, struct g2d_image *src, in g2d_blend()
906 g2d_scale_and_blend(struct g2d_context *ctx, struct g2d_image *src, in g2d_scale_and_blend()