Searched refs:gr_handle (Results 1 – 1 of 1) sorted by relevance
89 gralloc_drm_handle_t *gr_handle = gralloc_drm_handle(handle); in ImportBuffer() local90 if (!gr_handle) in ImportBuffer()93 struct gralloc_drm_bo_t *gralloc_bo = gr_handle->data; in ImportBuffer()100 int ret = drmPrimeFDToHandle(drm_->fd(), gr_handle->prime_fd, &gem_handle); in ImportBuffer()102 ALOGE("failed to import prime fd %d ret=%d", gr_handle->prime_fd, ret); in ImportBuffer()107 bo->width = gr_handle->width; in ImportBuffer()108 bo->height = gr_handle->height; in ImportBuffer()109 bo->format = ConvertHalFormatToDrm(gr_handle->format); in ImportBuffer()110 bo->pitches[0] = gr_handle->stride; in ImportBuffer()