Searched refs:shared_backend (Results 1 – 6 of 6) sorted by relevance
/device/amlogic/yukawa/hal/gralloc/ |
D | mali_gralloc_bufferallocation.h | 28 … uint32_t numDescriptors, buffer_handle_t *pHandle, bool *shared_backend);
|
D | mali_gralloc_ion.cpp | 394 … uint32_t numDescriptors, buffer_handle_t *pHandle, bool *shared_backend) in mali_gralloc_ion_allocate() argument 433 *shared_backend = check_buffers_sharable(descriptors, numDescriptors); in mali_gralloc_ion_allocate() 435 if (*shared_backend) in mali_gralloc_ion_allocate() 600 …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 1231 if (NULL != shared_backend) in mali_gralloc_buffer_allocate() 1233 *shared_backend = shared; in mali_gralloc_buffer_allocate()
|
/device/linaro/hikey/gralloc960/ |
D | mali_gralloc_bufferallocation.h | 28 … uint32_t numDescriptors, buffer_handle_t *pHandle, bool *shared_backend);
|
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()
|