Home
last modified time | relevance | path

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

/external/minigbm/cros_gralloc/aidl/
DAllocator.cpp32 struct cros_gralloc_buffer_descriptor& crosDescriptor) { in convertToCrosDescriptor()
84 struct cros_gralloc_buffer_descriptor crosDescriptor = {}; in allocate()
99 struct cros_gralloc_buffer_descriptor crosDescriptor = {}; in allocate2()
109 ndk::ScopedAStatus Allocator::allocate(const struct cros_gralloc_buffer_descriptor& descriptor, int… in allocate()
139 ndk::ScopedAStatus Allocator::allocateBuffer(const struct cros_gralloc_buffer_descriptor& descripto… in allocateBuffer()
187 struct cros_gralloc_buffer_descriptor crosDescriptor = {}; in isSupported()
DAllocator.h42 ndk::ScopedAStatus allocate(const struct cros_gralloc_buffer_descriptor& descriptor,
45 ndk::ScopedAStatus allocateBuffer(const struct cros_gralloc_buffer_descriptor& descriptor,
/external/minigbm/cros_gralloc/
Dcros_gralloc_driver.h28 bool is_supported(const struct cros_gralloc_buffer_descriptor *descriptor);
29 int32_t allocate(const struct cros_gralloc_buffer_descriptor *descriptor,
58 get_resolved_format_and_use_flags(const struct cros_gralloc_buffer_descriptor *descriptor,
Dcros_gralloc_helpers.h34 struct cros_gralloc_buffer_descriptor { struct
Dcros_gralloc_driver.cc185 const struct cros_gralloc_buffer_descriptor *descriptor, uint32_t *out_format, in get_resolved_format_and_use_flags()
223 bool cros_gralloc_driver::is_supported(const struct cros_gralloc_buffer_descriptor *descriptor) in is_supported()
257 int32_t cros_gralloc_driver::allocate(const struct cros_gralloc_buffer_descriptor *descriptor, in allocate()
Dcros_gralloc_buffer.h28 int32_t initialize_metadata(const struct cros_gralloc_buffer_descriptor *descriptor);
Dcros_gralloc_buffer.cc46 cros_gralloc_buffer::initialize_metadata(const struct cros_gralloc_buffer_descriptor *descriptor) in initialize_metadata()
/external/minigbm/cros_gralloc/gralloc4/
DCrosGralloc4Utils.h15 struct cros_gralloc_buffer_descriptor;
30 struct cros_gralloc_buffer_descriptor* outCrosDescriptor);
DCrosGralloc4Allocator.cc44 struct cros_gralloc_buffer_descriptor crosDescriptor; in allocate()
DCrosGralloc4Utils.cc59 struct cros_gralloc_buffer_descriptor* outCrosDescriptor) { in convertToCrosDescriptor()
DCrosGralloc4Mapper.cc390 struct cros_gralloc_buffer_descriptor crosDescriptor; in isSupported()
/external/minigbm/cros_gralloc/gralloc0/
Dgralloc0.cc75 struct cros_gralloc_buffer_descriptor descriptor; in gralloc0_alloc()