Searched refs:gralloc_drm_handle_t (Results 1 - 11 of 11) sorted by relevance

/external/drm_gralloc/
H A Dgralloc_drm_handle.h36 struct gralloc_drm_handle_t { struct
62 ((sizeof(struct gralloc_drm_handle_t) - sizeof(native_handle_t))/sizeof(int)) \
65 static inline struct gralloc_drm_handle_t *gralloc_drm_handle(buffer_handle_t _handle)
67 struct gralloc_drm_handle_t *handle =
68 (struct gralloc_drm_handle_t *) _handle;
H A Dgralloc_drm_priv.h56 struct gralloc_drm_handle_t *handle);
79 struct gralloc_drm_handle_t *handle;
H A Dgralloc_drm.cpp157 struct gralloc_drm_handle_t *handle = gralloc_drm_handle(_handle);
220 static struct gralloc_drm_handle_t *create_bo_handle(int width,
223 struct gralloc_drm_handle_t *handle;
225 handle = new gralloc_drm_handle_t;
250 struct gralloc_drm_handle_t *handle;
279 struct gralloc_drm_handle_t *handle = bo->handle;
329 struct gralloc_drm_handle_t *handle = gralloc_drm_handle(_handle);
H A Dgralloc_drm_radeon.c172 const struct gralloc_drm_handle_t *handle)
186 struct gralloc_drm_handle_t *handle)
257 drm_gem_radeon_alloc(struct gralloc_drm_drv_t *drv, struct gralloc_drm_handle_t *handle)
H A Dgralloc_drm_rockchip.c38 struct gralloc_drm_handle_t *handle)
H A Dgralloc_drm_intel.c242 const struct gralloc_drm_handle_t *handle,
339 struct gralloc_drm_handle_t *handle)
H A Dgralloc_drm_pipe.c111 const struct gralloc_drm_handle_t *handle)
186 struct gralloc_drm_handle_t *handle)
H A Dgralloc_drm_nouveau.c175 nouveau_alloc(struct gralloc_drm_drv_t *drv, struct gralloc_drm_handle_t *handle)
/external/drm_hwcomposer/
H A Ddrmgenericimporter.cpp89 gralloc_drm_handle_t *gr_handle = gralloc_drm_handle(handle);
/external/mesa3d/src/egl/drivers/dri2/
H A Dplatform_android.c71 struct gralloc_drm_handle_t *handle;
/external/mesa3d/src/gallium/state_trackers/egl/android/
H A Dnative_android.cpp154 struct gralloc_drm_handle_t *dh;

Completed in 132 milliseconds