Searched refs:g2d_context (Results 1 – 5 of 5) sorted by relevance
/third_party/libdrm/exynos/ |
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 *ctx, struct g2d_image *src, [all …]
|
D | exynos_fimg2d.c | 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() [all …]
|
/third_party/libdrm/tests/exynos/ |
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()
|
D | exynos_fimg2d_test.c | 195 struct g2d_context *ctx; in g2d_solid_fill_test() 245 struct g2d_context *ctx; in g2d_copy_test() 329 struct g2d_context *ctx; in g2d_move_test() 453 struct g2d_context *ctx; in g2d_copy_with_scale_test() 541 struct g2d_context *ctx; in g2d_blend_test() 642 struct g2d_context *ctx; in g2d_checkerboard_test()
|
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()
|