Home
last modified time | relevance | path

Searched refs:mali_gralloc_buffer_allocate (Results 1 – 8 of 8) sorted by relevance

/aosp12/hardware/google/gchips/gralloc3/src/
H A Dmali_gralloc_bufferallocation.h88 int mali_gralloc_buffer_allocate(mali_gralloc_module *m, const gralloc_buffer_descriptor_t *descrip…
H A DGrallocAllocator.cpp123 allocResult = mali_gralloc_buffer_allocate(&privateModule, grallocBufferDescriptor, in allocate()
H A Dmali_gralloc_public_interface.cpp192 …if (mali_gralloc_buffer_allocate(m, (gralloc_buffer_descriptor_t *)descriptors, numDescriptors, ou… in mali_gralloc_allocate()
H A Dmali_gralloc_bufferallocation.cpp1345 int mali_gralloc_buffer_allocate(mali_gralloc_module *m, const gralloc_buffer_descriptor_t *descrip… in mali_gralloc_buffer_allocate() function
/aosp12/hardware/google/gchips/gralloc4/src/core/
H A Dmali_gralloc_bufferallocation.h101 int mali_gralloc_buffer_allocate(const gralloc_buffer_descriptor_t *descriptors,
H A Dmali_gralloc_bufferallocation.cpp1077 int mali_gralloc_buffer_allocate(const gralloc_buffer_descriptor_t *descriptors, in mali_gralloc_buffer_allocate() function
/aosp12/hardware/google/gchips/gralloc4/src/hidl_common/
H A DAllocator.cpp65 allocResult = mali_gralloc_buffer_allocate(grallocBufferDescriptor, 1, &tmpBuffer, nullptr); in allocate()
/aosp12/hardware/google/gchips/gralloc4/src/libGralloc4Wrapper/
H A Dwrapper.cpp135 int result = mali_gralloc_buffer_allocate(&gralloc_buffer_descriptor, 1, &tmp_buffer, in createNativeHandle()