Home
last modified time | relevance | path

Searched refs:cros_gralloc_handle (Results 1 – 6 of 6) sorted by relevance

/external/minigbm/cros_gralloc/
Dcros_gralloc_helpers.h19 ((sizeof(struct cros_gralloc_handle) - offsetof(cros_gralloc_handle, fds[0])) / sizeof(int));
Dcros_gralloc_handle.h16 struct cros_gralloc_handle { struct
49 typedef const struct cros_gralloc_handle *cros_gralloc_handle_t; argument
Dcros_gralloc_buffer.h17 struct cros_gralloc_handle *acquire_handle, int32_t reserved_region_fd,
45 struct cros_gralloc_handle *hnd_;
Dcros_gralloc_driver.cc131 struct cros_gralloc_handle *hnd; in allocate()
185 num_bytes = sizeof(struct cros_gralloc_handle); in allocate()
197 hnd = static_cast<struct cros_gralloc_handle *>(malloc(num_bytes)); in allocate()
Dcros_gralloc_buffer.cc13 struct cros_gralloc_handle *acquire_handle, in cros_gralloc_buffer()
/external/drm_hwcomposer/platform/
Dplatformminigbm.cpp49 cros_gralloc_handle *gr_handle = (cros_gralloc_handle *)handle; in ConvertBoInfo()