Home
last modified time | relevance | path

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

/external/minigbm/cros_gralloc/
Dcros_gralloc_driver.h23 bool is_supported(const struct cros_gralloc_buffer_descriptor *descriptor);
24 int32_t allocate(const struct cros_gralloc_buffer_descriptor *descriptor,
Dcros_gralloc_types.h12 struct cros_gralloc_buffer_descriptor { struct
Dcros_gralloc_driver.cc121 bool cros_gralloc_driver::is_supported(const struct cros_gralloc_buffer_descriptor *descriptor) in is_supported()
156 int32_t cros_gralloc_driver::allocate(const struct cros_gralloc_buffer_descriptor *descriptor, in allocate()
/external/minigbm/cros_gralloc/gralloc4/
DCrosGralloc4Utils.h29 struct cros_gralloc_buffer_descriptor* outCrosDescriptor);
DCrosGralloc4Allocator.cc44 struct cros_gralloc_buffer_descriptor crosDescriptor; in allocate()
DCrosGralloc4Utils.cc314 struct cros_gralloc_buffer_descriptor* outCrosDescriptor) { in convertToCrosDescriptor()
DCrosGralloc4Mapper.cc445 struct cros_gralloc_buffer_descriptor crosDescriptor; in isSupported()
/external/minigbm/cros_gralloc/gralloc3/
DCrosGralloc3Utils.h29 struct cros_gralloc_buffer_descriptor* outCrosDescriptor);
DCrosGralloc3Allocator.cc45 struct cros_gralloc_buffer_descriptor crosDescriptor; in allocate()
DCrosGralloc3Utils.cc324 struct cros_gralloc_buffer_descriptor* outCrosDescriptor) { in convertToCrosDescriptor()
DCrosGralloc3Mapper.cc441 struct cros_gralloc_buffer_descriptor crosDescriptor; in isSupported()
/external/minigbm/cros_gralloc/gralloc0/
Dgralloc0.cc151 struct cros_gralloc_buffer_descriptor descriptor; in gralloc0_alloc()