Searched refs:mali_gralloc_ion_allocate (Results 1 – 8 of 8) sorted by relevance
/aosp12/hardware/google/gchips/gralloc3/src/ |
H A D | mali_gralloc_ion.h | 40 int mali_gralloc_ion_allocate(const gralloc_buffer_descriptor_t *descriptors,
|
H A D | gralloc_vendor_interface.cpp | 140 int allocResult = mali_gralloc_ion_allocate(&gralloc_buffer_descriptor, 1, &tmp_buffer, &shared, in createNativeHandle()
|
H A D | framebuffer_device.cpp | 451 err = mali_gralloc_ion_allocate(gralloc_buffer_descriptor, 1, pHandle, &shared); in fb_alloc_from_ion_module()
|
H A D | mali_gralloc_ion.cpp | 861 int mali_gralloc_ion_allocate(const gralloc_buffer_descriptor_t *descriptors, in mali_gralloc_ion_allocate() function
|
H A D | mali_gralloc_bufferallocation.cpp | 1364 err = mali_gralloc_ion_allocate(descriptors, numDescriptors, pHandle, &shared); in mali_gralloc_buffer_allocate()
|
/aosp12/hardware/google/gchips/gralloc4/src/allocator/ |
H A D | mali_gralloc_ion.h | 25 int mali_gralloc_ion_allocate(const gralloc_buffer_descriptor_t *descriptors,
|
H A D | mali_gralloc_ion.cpp | 580 int mali_gralloc_ion_allocate(const gralloc_buffer_descriptor_t *descriptors, in mali_gralloc_ion_allocate() function
|
/aosp12/hardware/google/gchips/gralloc4/src/core/ |
H A D | mali_gralloc_bufferallocation.cpp | 1106 err = mali_gralloc_ion_allocate(descriptors, numDescriptors, pHandle, &shared, fd); in mali_gralloc_buffer_allocate()
|