Home
last modified time | relevance | path

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

/external/libdrm/exynos/
Dexynos_drmif.h52 struct exynos_bo { struct
89 struct exynos_bo * exynos_bo_create(struct exynos_device *dev,
93 void exynos_bo_destroy(struct exynos_bo *bo);
94 struct exynos_bo * exynos_bo_from_name(struct exynos_device *dev, uint32_t name);
95 int exynos_bo_get_name(struct exynos_bo *bo, uint32_t *name);
96 uint32_t exynos_bo_handle(struct exynos_bo *bo);
97 void * exynos_bo_map(struct exynos_bo *bo);
Dexynos_drm.c90 struct exynos_bo * exynos_bo_create(struct exynos_device *dev, in exynos_bo_create()
93 struct exynos_bo *bo; in exynos_bo_create()
170 void exynos_bo_destroy(struct exynos_bo *bo) in exynos_bo_destroy()
202 struct exynos_bo *
205 struct exynos_bo *bo; in exynos_bo_from_name()
245 int exynos_bo_get_name(struct exynos_bo *bo, uint32_t *name) in exynos_bo_get_name()
268 uint32_t exynos_bo_handle(struct exynos_bo *bo) in exynos_bo_handle()
281 void *exynos_bo_map(struct exynos_bo *bo) in exynos_bo_map()
/external/libdrm/libkms/
Dexynos.c41 struct exynos_bo struct
75 struct exynos_bo *bo; in exynos_bo_create()
138 struct exynos_bo *bo = (struct exynos_bo *)_bo; in exynos_bo_map()
170 struct exynos_bo *bo = (struct exynos_bo *)_bo; in exynos_bo_unmap()
178 struct exynos_bo *bo = (struct exynos_bo *)_bo; in exynos_bo_destroy()
/external/libdrm/tests/exynos/
Dexynos_fimg2d_test.c135 static struct exynos_bo *exynos_create_buffer(struct exynos_device *dev, in exynos_create_buffer()
139 struct exynos_bo *bo; in exynos_create_buffer()
180 static void exynos_destroy_buffer(struct exynos_bo *bo) in exynos_destroy_buffer()
193 static int g2d_solid_fill_test(struct exynos_device *dev, struct exynos_bo *dst) in g2d_solid_fill_test()
241 static int g2d_copy_test(struct exynos_device *dev, struct exynos_bo *src, in g2d_copy_test()
242 struct exynos_bo *dst, in g2d_copy_test()
325 struct exynos_bo *tmp, in g2d_move_test()
326 struct exynos_bo *buf, in g2d_move_test()
449 struct exynos_bo *src, in g2d_copy_with_scale_test()
450 struct exynos_bo *dst, in g2d_copy_with_scale_test()
[all …]
Dexynos_fimg2d_perf.c38 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()
232 struct exynos_bo *bo; in main()
Dexynos_fimg2d_event.c217 struct exynos_bo *bo; in main()