Searched refs:g2d_context (Results 1 - 5 of 5) sorted by relevance
/third_party/libdrm/exynos/ |
H A D | exynos_fimg2d.h | 302 struct g2d_context; 304 struct g2d_context *g2d_init(int fd); 305 void g2d_fini(struct g2d_context *ctx); 306 void g2d_config_event(struct g2d_context *ctx, void *userdata); 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_move(struct g2d_context *ctx, struct g2d_image *img, 318 int g2d_copy_with_scale(struct g2d_context *ctx, struct g2d_image *src, 324 int g2d_blend(struct g2d_context *ct [all...] |
H A D | exynos_fimg2d.c | 60 struct g2d_context { struct 173 * @ctx: a pointer to g2d_context structure. 177 static unsigned int g2d_check_space(const struct g2d_context *ctx, in g2d_check_space() 238 * @ctx: a pointer to g2d_context structure. 245 static void g2d_add_cmd(struct g2d_context *ctx, unsigned long cmd, in g2d_add_cmd() 274 * @ctx: a pointer to g2d_context structure. 278 static void g2d_add_base_addr(struct g2d_context *ctx, struct g2d_image *img, in g2d_add_base_addr() 294 * @ctx: a pointer to g2d_context structure. 297 static void g2d_set_direction(struct g2d_context *ctx, in g2d_set_direction() 308 * @ctx: a pointer to g2d_context structur [all...] |
/third_party/libdrm/tests/exynos/ |
H A D | exynos_fimg2d_perf.c | 38 static int fimg2d_perf_simple(struct exynos_bo *bo, struct g2d_context *ctx, in fimg2d_perf_simple() 116 static int fimg2d_perf_multi(struct exynos_bo *bo, struct g2d_context *ctx, in fimg2d_perf_multi() 231 struct g2d_context *ctx; in main()
|
H A D | exynos_fimg2d_test.c | 194 struct g2d_context *ctx; in g2d_solid_fill_test() 244 struct g2d_context *ctx; in g2d_copy_test() 328 struct g2d_context *ctx; in g2d_move_test() 452 struct g2d_context *ctx; in g2d_copy_with_scale_test() 540 struct g2d_context *ctx; in g2d_blend_test() 641 struct g2d_context *ctx; in g2d_checkerboard_test()
|
H A D | exynos_fimg2d_event.c | 133 static int g2d_work(struct g2d_context *ctx, struct g2d_image *img, in g2d_work() 216 struct g2d_context *ctx; in main()
|
Completed in 4 milliseconds