Searched refs:g2d_context (Results 1 – 3 of 3) sorted by relevance
/external/libdrm/exynos/ |
D | fimg2d.h | 294 struct g2d_context { struct 305 struct g2d_context *g2d_init(int fd); argument 306 void g2d_fini(struct g2d_context *ctx); 307 int g2d_exec(struct g2d_context *ctx); 308 int g2d_solid_fill(struct g2d_context *ctx, struct g2d_image *img, 311 int g2d_copy(struct g2d_context *ctx, struct g2d_image *src, 315 int g2d_copy_with_scale(struct g2d_context *ctx, struct g2d_image *src, 321 int g2d_blend(struct g2d_context *ctx, struct g2d_image *src,
|
D | exynos_fimg2d.c | 90 static int g2d_add_cmd(struct g2d_context *ctx, unsigned long cmd, in g2d_add_cmd() 130 static void g2d_reset(struct g2d_context *ctx) in g2d_reset() 147 static int g2d_flush(struct g2d_context *ctx) in g2d_flush() 188 drm_public struct g2d_context *g2d_init(int fd) in g2d_init() 191 struct g2d_context *ctx; in g2d_init() 216 drm_public void g2d_fini(struct g2d_context *ctx) in g2d_fini() 227 drm_public int g2d_exec(struct g2d_context *ctx) in g2d_exec() 260 g2d_solid_fill(struct g2d_context *ctx, struct g2d_image *img, in g2d_solid_fill() 321 g2d_copy(struct g2d_context *ctx, struct g2d_image *src, in g2d_copy() 421 g2d_copy_with_scale(struct g2d_context *ctx, struct g2d_image *src, in g2d_copy_with_scale() [all …]
|
/external/libdrm/tests/exynos/ |
D | exynos_fimg2d_test.c | 217 struct g2d_context *ctx; in g2d_solid_fill_test() 268 struct g2d_context *ctx; in g2d_copy_test() 352 struct g2d_context *ctx; in g2d_copy_with_scale_test() 441 struct g2d_context *ctx; in g2d_blend_test()
|