Lines Matching refs:g2d_context

60 struct g2d_context {
173 * @ctx: a pointer to g2d_context structure.
177 static unsigned int g2d_check_space(const struct g2d_context *ctx,
238 * @ctx: a pointer to g2d_context structure.
245 static void g2d_add_cmd(struct g2d_context *ctx, unsigned long cmd,
274 * @ctx: a pointer to g2d_context structure.
278 static void g2d_add_base_addr(struct g2d_context *ctx, struct g2d_image *img,
294 * @ctx: a pointer to g2d_context structure.
297 static void g2d_set_direction(struct g2d_context *ctx,
308 * @ctx: a pointer to g2d_context structure.
313 static int g2d_flush(struct g2d_context *ctx)
359 drm_public struct g2d_context *g2d_init(int fd)
362 struct g2d_context *ctx;
387 drm_public void g2d_fini(struct g2d_context *ctx)
400 * @ctx: a pointer to g2d_context structure.
403 drm_public void g2d_config_event(struct g2d_context *ctx, void *userdata)
411 * @ctx: a pointer to g2d_context structure.
413 drm_public int g2d_exec(struct g2d_context *ctx)
437 * @ctx: a pointer to g2d_context structure.
446 g2d_solid_fill(struct g2d_context *ctx, struct g2d_image *img,
486 * @ctx: a pointer to g2d_context structure.
499 g2d_copy(struct g2d_context *ctx, struct g2d_image *src,
571 * @ctx: a pointer to g2d_context structure.
582 g2d_move(struct g2d_context *ctx, struct g2d_image *img,
663 * @ctx: a pointer to g2d_context structure.
680 g2d_copy_with_scale(struct g2d_context *ctx, struct g2d_image *src,
775 * @ctx: a pointer to g2d_context structure.
789 g2d_blend(struct g2d_context *ctx, struct g2d_image *src,
890 * @ctx: a pointer to g2d_context structure.
906 g2d_scale_and_blend(struct g2d_context *ctx, struct g2d_image *src,