Home
last modified time | relevance | path

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

/aosp_15_r20/external/minigbm/cros_gralloc/aidl/
H A 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()
H A DAllocator.h42 ndk::ScopedAStatus allocate(const struct cros_gralloc_buffer_descriptor& descriptor,
45 ndk::ScopedAStatus allocateBuffer(const struct cros_gralloc_buffer_descriptor& descriptor,
/aosp_15_r20/external/minigbm/cros_gralloc/
H A 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,
H A 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()
H A Dcros_gralloc_helpers.h34 struct cros_gralloc_buffer_descriptor { struct
H A Dcros_gralloc_buffer.h28 int32_t initialize_metadata(const struct cros_gralloc_buffer_descriptor *descriptor);
H A Dcros_gralloc_buffer.cc46 cros_gralloc_buffer::initialize_metadata(const struct cros_gralloc_buffer_descriptor *descriptor) in initialize_metadata()
/aosp_15_r20/external/minigbm/cros_gralloc/gralloc4/
H A DCrosGralloc4Utils.h15 struct cros_gralloc_buffer_descriptor;
30 struct cros_gralloc_buffer_descriptor* outCrosDescriptor);
H A DCrosGralloc4Allocator.cc44 struct cros_gralloc_buffer_descriptor crosDescriptor; in allocate()
H A DCrosGralloc4Utils.cc59 struct cros_gralloc_buffer_descriptor* outCrosDescriptor) { in convertToCrosDescriptor()
H A DCrosGralloc4Mapper.cc390 struct cros_gralloc_buffer_descriptor crosDescriptor; in isSupported()
/aosp_15_r20/external/minigbm/cros_gralloc/gralloc0/
H A Dgralloc0.cc75 struct cros_gralloc_buffer_descriptor descriptor; in gralloc0_alloc()