HomeSort by relevance Sort by last modified time
    Searched refs:omap_bo (Results 1 - 2 of 2) sorted by null

  /external/libdrm/omap/
omap_drmif.h 34 struct omap_bo;
49 struct omap_bo * omap_bo_new(struct omap_device *dev,
51 struct omap_bo * omap_bo_new_tiled(struct omap_device *dev,
53 struct omap_bo * omap_bo_ref(struct omap_bo *bo);
54 struct omap_bo * omap_bo_from_name(struct omap_device *dev, uint32_t name);
55 struct omap_bo * omap_bo_from_dmabuf(struct omap_device *dev, int fd);
56 void omap_bo_del(struct omap_bo *bo);
57 int omap_bo_get_name(struct omap_bo *bo, uint32_t *name);
58 uint32_t omap_bo_handle(struct omap_bo *bo)
    [all...]
omap_drm.c 62 * dmabuf's because we don't want multiple 'struct omap_bo's
65 * valid, and the remaining 'struct omap_bo's are left pointing
73 struct omap_bo { struct
164 static struct omap_bo * lookup_bo(struct omap_device *dev,
167 struct omap_bo *bo = NULL;
176 static struct omap_bo * bo_from_handle(struct omap_device *dev,
179 struct omap_bo *bo = calloc(sizeof(*bo), 1);
197 static struct omap_bo * omap_bo_new_impl(struct omap_device *dev,
200 struct omap_bo *bo = NULL;
233 struct omap_bo *
    [all...]

Completed in 39 milliseconds