Home
last modified time | relevance | path

Searched refs:cros_gralloc_buffer_descriptor (Results 1 – 4 of 4) sorted by relevance

/external/minigbm/cros_gralloc/
Dcros_gralloc_driver.h22 bool is_supported(const struct cros_gralloc_buffer_descriptor *descriptor);
23 int32_t allocate(const struct cros_gralloc_buffer_descriptor *descriptor,
Dcros_gralloc_types.h10 struct cros_gralloc_buffer_descriptor { struct
Dcros_gralloc_driver.cc77 bool cros_gralloc_driver::is_supported(const struct cros_gralloc_buffer_descriptor *descriptor) in is_supported()
86 int32_t cros_gralloc_driver::allocate(const struct cros_gralloc_buffer_descriptor *descriptor, in allocate()
/external/minigbm/cros_gralloc/gralloc0/
Dgralloc0.cc99 struct cros_gralloc_buffer_descriptor descriptor; in gralloc0_alloc()