Searched refs:shared_backend (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/device/linaro/hikey/gralloc960/ |
D | mali_gralloc_ion.cpp | 486 … 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()
|
D | mali_gralloc_bufferallocation.cpp | 884 … 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()
|
D | mali_gralloc_bufferallocation.h | 28 … uint32_t numDescriptors, buffer_handle_t *pHandle, bool *shared_backend);
|
/aosp_15_r20/device/amlogic/yukawa/hal/gralloc/ |
D | mali_gralloc_ion.cpp | 486 … 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()
|
D | mali_gralloc_bufferallocation.cpp | 884 … 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()
|
D | mali_gralloc_bufferallocation.h | 28 … uint32_t numDescriptors, buffer_handle_t *pHandle, bool *shared_backend);
|
/aosp_15_r20/hardware/google/gchips/gralloc4/src/allocator/ |
D | mali_gralloc_ion.cpp | 362 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/ |
D | mali_gralloc_bufferallocation.h | 102 … uint32_t numDescriptors, buffer_handle_t *pHandle, bool *shared_backend,
|
D | mali_gralloc_bufferallocation.cpp | 1191 … 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()
|