Home
last modified time | relevance | path

Searched refs:cros_gralloc_handle (Results 1 – 7 of 7) 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 : public native_handle_t { 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,
46 struct cros_gralloc_handle *hnd_;
Dcros_gralloc_driver.cc146 void cros_gralloc_driver::emplace_buffer(struct bo *bo, struct cros_gralloc_handle *hnd) in emplace_buffer()
169 struct cros_gralloc_handle *hnd; in allocate()
205 num_bytes = sizeof(struct cros_gralloc_handle); in allocate()
215 reinterpret_cast<struct cros_gralloc_handle *>(native_handle_create(num_fds, num_ints)); in allocate()
Dcros_gralloc_driver.h53 void emplace_buffer(struct bo *bo, struct cros_gralloc_handle *hnd);
Dcros_gralloc_buffer.cc13 struct cros_gralloc_handle *acquire_handle, in cros_gralloc_buffer()
/external/drm_hwcomposer/bufferinfo/legacy/
DBufferInfoMinigbm.cpp32 cros_gralloc_handle *gr_handle = (cros_gralloc_handle *)handle; in ConvertBoInfo()