Home
last modified time | relevance | path

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

/external/libdrm/exynos/
Dexynos_drmif.h48 struct exynos_bo { struct
66 struct exynos_bo * exynos_bo_create(struct exynos_device *dev, argument
70 void exynos_bo_destroy(struct exynos_bo *bo);
71 struct exynos_bo * exynos_bo_from_name(struct exynos_device *dev, uint32_t name);
72 int exynos_bo_get_name(struct exynos_bo *bo, uint32_t *name);
73 uint32_t exynos_bo_handle(struct exynos_bo *bo);
74 void * exynos_bo_map(struct exynos_bo *bo);
Dexynos_drm.c91 drm_public struct exynos_bo * exynos_bo_create(struct exynos_device *dev, in exynos_bo_create()
94 struct exynos_bo *bo; in exynos_bo_create()
171 drm_public void exynos_bo_destroy(struct exynos_bo *bo) in exynos_bo_destroy()
203 drm_public struct exynos_bo *
206 struct exynos_bo *bo; in exynos_bo_from_name()
246 drm_public int exynos_bo_get_name(struct exynos_bo *bo, uint32_t *name) in exynos_bo_get_name()
269 drm_public uint32_t exynos_bo_handle(struct exynos_bo *bo) in exynos_bo_handle()
282 drm_public void *exynos_bo_map(struct exynos_bo *bo) in exynos_bo_map()
/external/libdrm/libkms/
Dexynos.c30 struct exynos_bo struct
64 struct exynos_bo *bo; in exynos_bo_create()
126 struct exynos_bo *bo = (struct exynos_bo *)_bo; in exynos_bo_map()
158 struct exynos_bo *bo = (struct exynos_bo *)_bo; in exynos_bo_unmap()
166 struct exynos_bo *bo = (struct exynos_bo *)_bo; in exynos_bo_destroy()
/external/libdrm/tests/exynos/
Dexynos_fimg2d_test.c49 int (*solid_fill)(struct exynos_device *dev, struct exynos_bo *dst);
50 int (*copy)(struct exynos_device *dev, struct exynos_bo *src,
51 struct exynos_bo *dst, enum e_g2d_buf_type);
53 struct exynos_bo *src, struct exynos_bo *dst,
56 struct exynos_bo *src, struct exynos_bo *dst,
192 static struct exynos_bo *exynos_create_buffer(struct exynos_device *dev, in exynos_create_buffer()
196 struct exynos_bo *bo; in exynos_create_buffer()
210 static void exynos_destroy_buffer(struct exynos_bo *bo) in exynos_destroy_buffer()
215 static int g2d_solid_fill_test(struct exynos_device *dev, struct exynos_bo *dst) in g2d_solid_fill_test()
264 static int g2d_copy_test(struct exynos_device *dev, struct exynos_bo *src, in g2d_copy_test()
[all …]