Home
last modified time | relevance | path

Searched refs:exynos_bo (Results 1 – 6 of 6) sorted by relevance

/external/libdrm/exynos/
Dexynos_drmif.h48 struct exynos_bo { struct
85 struct exynos_bo * exynos_bo_create(struct exynos_device *dev,
89 void exynos_bo_destroy(struct exynos_bo *bo);
90 struct exynos_bo * exynos_bo_from_name(struct exynos_device *dev, uint32_t name);
91 int exynos_bo_get_name(struct exynos_bo *bo, uint32_t *name);
92 uint32_t exynos_bo_handle(struct exynos_bo *bo);
93 void * exynos_bo_map(struct exynos_bo *bo);
Dexynos_drm.c94 struct exynos_bo * exynos_bo_create(struct exynos_device *dev, in exynos_bo_create()
97 struct exynos_bo *bo; in exynos_bo_create()
174 void exynos_bo_destroy(struct exynos_bo *bo) in exynos_bo_destroy()
206 struct exynos_bo *
209 struct exynos_bo *bo; in exynos_bo_from_name()
249 int exynos_bo_get_name(struct exynos_bo *bo, uint32_t *name) in exynos_bo_get_name()
272 uint32_t exynos_bo_handle(struct exynos_bo *bo) in exynos_bo_handle()
285 void *exynos_bo_map(struct exynos_bo *bo) in exynos_bo_map()
/external/libdrm/libkms/
Dexynos.c31 struct exynos_bo struct
65 struct exynos_bo *bo; in exynos_bo_create()
128 struct exynos_bo *bo = (struct exynos_bo *)_bo; in exynos_bo_map()
160 struct exynos_bo *bo = (struct exynos_bo *)_bo; in exynos_bo_unmap()
168 struct exynos_bo *bo = (struct exynos_bo *)_bo; in exynos_bo_destroy()
/external/libdrm/tests/exynos/
Dexynos_fimg2d_test.c128 static struct exynos_bo *exynos_create_buffer(struct exynos_device *dev, in exynos_create_buffer()
132 struct exynos_bo *bo; in exynos_create_buffer()
173 static void exynos_destroy_buffer(struct exynos_bo *bo) in exynos_destroy_buffer()
186 static int g2d_solid_fill_test(struct exynos_device *dev, struct exynos_bo *dst) in g2d_solid_fill_test()
234 static int g2d_copy_test(struct exynos_device *dev, struct exynos_bo *src, in g2d_copy_test()
235 struct exynos_bo *dst, in g2d_copy_test()
317 struct exynos_bo *tmp, in g2d_move_test()
318 struct exynos_bo *buf, in g2d_move_test()
441 struct exynos_bo *src, in g2d_copy_with_scale_test()
442 struct exynos_bo *dst, in g2d_copy_with_scale_test()
[all …]
Dexynos_fimg2d_perf.c31 static int fimg2d_perf_simple(struct exynos_bo *bo, struct g2d_context *ctx, in fimg2d_perf_simple()
109 static int fimg2d_perf_multi(struct exynos_bo *bo, struct g2d_context *ctx, in fimg2d_perf_multi()
225 struct exynos_bo *bo; in main()
Dexynos_fimg2d_event.c210 struct exynos_bo *bo; in main()