Home
last modified time | relevance | path

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

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