Home
last modified time | relevance | path

Searched refs:shared_backend (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/device/linaro/hikey/gralloc960/
Dmali_gralloc_ion.cpp486 … uint32_t numDescriptors, buffer_handle_t *pHandle, bool *shared_backend) in mali_gralloc_ion_allocate() argument
509 *shared_backend = check_buffers_sharable(descriptors, numDescriptors); in mali_gralloc_ion_allocate()
511 if (*shared_backend) in mali_gralloc_ion_allocate()
642 …if ((bufDescriptor->internal_format & MALI_GRALLOC_INTFMT_AFBCENABLE_MASK) && (!(*shared_backend))) in mali_gralloc_ion_allocate()
Dmali_gralloc_bufferallocation.cpp884 … uint32_t numDescriptors, buffer_handle_t *pHandle, bool *shared_backend) in mali_gralloc_buffer_allocate() argument
1203 if (NULL != shared_backend) in mali_gralloc_buffer_allocate()
1205 *shared_backend = shared; in mali_gralloc_buffer_allocate()
Dmali_gralloc_bufferallocation.h28 … uint32_t numDescriptors, buffer_handle_t *pHandle, bool *shared_backend);
/aosp_15_r20/device/amlogic/yukawa/hal/gralloc/
Dmali_gralloc_ion.cpp486 … uint32_t numDescriptors, buffer_handle_t *pHandle, bool *shared_backend) in mali_gralloc_ion_allocate() argument
509 *shared_backend = check_buffers_sharable(descriptors, numDescriptors); in mali_gralloc_ion_allocate()
511 if (*shared_backend) in mali_gralloc_ion_allocate()
643 …if ((bufDescriptor->internal_format & MALI_GRALLOC_INTFMT_AFBCENABLE_MASK) && (!(*shared_backend))) in mali_gralloc_ion_allocate()
Dmali_gralloc_bufferallocation.cpp884 … uint32_t numDescriptors, buffer_handle_t *pHandle, bool *shared_backend) in mali_gralloc_buffer_allocate() argument
1253 if (NULL != shared_backend) in mali_gralloc_buffer_allocate()
1255 *shared_backend = shared; in mali_gralloc_buffer_allocate()
Dmali_gralloc_bufferallocation.h28 … uint32_t numDescriptors, buffer_handle_t *pHandle, bool *shared_backend);
/aosp_15_r20/hardware/google/gchips/gralloc4/src/allocator/
Dmali_gralloc_ion.cpp362 bool *shared_backend, bool use_placeholder) in mali_gralloc_ion_allocate() argument
365 GRALLOC_UNUSED(shared_backend); in mali_gralloc_ion_allocate()
/aosp_15_r20/hardware/google/gchips/gralloc4/src/core/
Dmali_gralloc_bufferallocation.h102 … uint32_t numDescriptors, buffer_handle_t *pHandle, bool *shared_backend,
Dmali_gralloc_bufferallocation.cpp1191 … uint32_t numDescriptors, buffer_handle_t *pHandle, bool *shared_backend, in mali_gralloc_buffer_allocate() argument
1258 if (NULL != shared_backend) in mali_gralloc_buffer_allocate()
1260 *shared_backend = shared; in mali_gralloc_buffer_allocate()