OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exynos_bo
(Results
1 - 6
of
6
) sorted by null
/external/libdrm/exynos/
exynos_drmif.h
48
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);
exynos_drm.c
94
struct
exynos_bo
* exynos_bo_create(struct exynos_device *dev,
97
struct
exynos_bo
*bo;
174
void exynos_bo_destroy(struct
exynos_bo
*bo)
206
struct
exynos_bo
*
209
struct
exynos_bo
*bo;
249
int exynos_bo_get_name(struct
exynos_bo
*bo, uint32_t *name)
272
uint32_t exynos_bo_handle(struct
exynos_bo
*bo)
285
void *exynos_bo_map(struct
exynos_bo
*bo)
/external/libdrm/libkms/
exynos.c
31
struct
exynos_bo
struct
65
struct
exynos_bo
*bo;
127
struct
exynos_bo
*bo = (struct
exynos_bo
*)_bo;
159
struct
exynos_bo
*bo = (struct
exynos_bo
*)_bo;
167
struct
exynos_bo
*bo = (struct
exynos_bo
*)_bo;
/external/libdrm/tests/exynos/
exynos_fimg2d_test.c
128
static struct
exynos_bo
*exynos_create_buffer(struct exynos_device *dev,
132
struct
exynos_bo
*bo;
173
static void exynos_destroy_buffer(struct
exynos_bo
*bo)
186
static int g2d_solid_fill_test(struct exynos_device *dev, struct
exynos_bo
*dst)
234
static int g2d_copy_test(struct exynos_device *dev, struct
exynos_bo
*src,
235
struct
exynos_bo
*dst,
317
struct
exynos_bo
*tmp,
318
struct
exynos_bo
*buf,
441
struct
exynos_bo
*src,
442
struct
exynos_bo
*dst
[
all
...]
exynos_fimg2d_perf.c
31
static int fimg2d_perf_simple(struct
exynos_bo
*bo, struct g2d_context *ctx,
109
static int fimg2d_perf_multi(struct
exynos_bo
*bo, struct g2d_context *ctx,
225
struct
exynos_bo
*bo;
exynos_fimg2d_event.c
210
struct
exynos_bo
*bo;
Completed in 80 milliseconds