Searched refs:exynos_bo (Results 1 - 5 of 5) sorted by relevance
/third_party/libdrm/exynos/ |
H A D | exynos_drmif.h | 52 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);
|
H A D | exynos_drm.c | 90 drm_public struct exynos_bo * exynos_bo_create(struct exynos_device *dev, in exynos_bo_create() 93 struct exynos_bo *bo; in exynos_bo_create() 170 drm_public void exynos_bo_destroy(struct exynos_bo *bo) in exynos_bo_destroy() 198 drm_public struct exynos_bo * 201 struct exynos_bo *bo; in exynos_bo_from_name() 241 drm_public int exynos_bo_get_name(struct exynos_bo *bo, uint32_t *name) in exynos_bo_get_name() 264 drm_public uint32_t exynos_bo_handle(struct exynos_bo *bo) in exynos_bo_handle() 277 drm_public void *exynos_bo_map(struct exynos_bo *bo) in exynos_bo_map()
|
/third_party/libdrm/tests/exynos/ |
H A D | exynos_fimg2d_test.c | 134 static struct exynos_bo *exynos_create_buffer(struct exynos_device *dev, in exynos_create_buffer() 138 struct exynos_bo *bo; in exynos_create_buffer() 179 static void exynos_destroy_buffer(struct exynos_bo *bo) in exynos_destroy_buffer() 192 static int g2d_solid_fill_test(struct exynos_device *dev, struct exynos_bo *dst) in g2d_solid_fill_test() 240 static int g2d_copy_test(struct exynos_device *dev, struct exynos_bo *src, in g2d_copy_test() 241 struct exynos_bo *dst, in g2d_copy_test() 324 struct exynos_bo *tmp, in g2d_move_test() 325 struct exynos_bo *buf, in g2d_move_test() 448 struct exynos_bo *src, in g2d_copy_with_scale_test() 449 struct exynos_bo *ds in g2d_copy_with_scale_test() [all...] |
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() 232 struct exynos_bo *bo; in main()
|
H A D | exynos_fimg2d_event.c | 217 struct exynos_bo *bo; in main()
|
Completed in 4 milliseconds