/device/amlogic/yukawa/hal/gralloc/ |
D | mali_gralloc_ion.cpp | 329 static bool check_buffers_sharable(const gralloc_buffer_descriptor_t *descriptors, uint32_t numDesc… in check_buffers_sharable() argument 345 buffer_descriptor_t *bufDescriptor = (buffer_descriptor_t *)descriptors[i]; in check_buffers_sharable() 374 static int get_max_buffer_descriptor_index(const gralloc_buffer_descriptor_t *descriptors, uint32_t… in get_max_buffer_descriptor_index() argument 381 buffer_descriptor_t *bufDescriptor = (buffer_descriptor_t *)descriptors[i]; in get_max_buffer_descriptor_index() 393 …t mali_gralloc_ion_allocate(mali_gralloc_module *m, const gralloc_buffer_descriptor_t *descriptors, in mali_gralloc_ion_allocate() argument 433 *shared_backend = check_buffers_sharable(descriptors, numDescriptors); in mali_gralloc_ion_allocate() 439 max_buffer_index = get_max_buffer_descriptor_index(descriptors, numDescriptors); in mali_gralloc_ion_allocate() 440 max_bufDescriptor = (buffer_descriptor_t *)(descriptors[max_buffer_index]); in mali_gralloc_ion_allocate() 479 buffer_descriptor_t *bufDescriptor = (buffer_descriptor_t *)(descriptors[i]); in mali_gralloc_ion_allocate() 518 buffer_descriptor_t *bufDescriptor = (buffer_descriptor_t *)(descriptors[i]); in mali_gralloc_ion_allocate() [all …]
|
D | mali_gralloc_bufferallocation.h | 27 …ali_gralloc_buffer_allocate(mali_gralloc_module *m, const gralloc_buffer_descriptor_t *descriptors,
|
D | mali_gralloc_ion.h | 25 …t mali_gralloc_ion_allocate(mali_gralloc_module *m, const gralloc_buffer_descriptor_t *descriptors,
|
D | mali_gralloc_public_interface.cpp | 165 … const gralloc1_buffer_descriptor_t *descriptors, buffer_handle_t *outBuffers) in mali_gralloc_allocate() argument 169 buffer_descriptor_t *bufDescriptor = (buffer_descriptor_t *)(*descriptors); in mali_gralloc_allocate() 227 …if (mali_gralloc_buffer_allocate(m, (gralloc_buffer_descriptor_t *)descriptors, numDescriptors, ou… in mali_gralloc_allocate()
|
D | mali_gralloc_bufferallocation.cpp | 883 …ali_gralloc_buffer_allocate(mali_gralloc_module *m, const gralloc_buffer_descriptor_t *descriptors, in mali_gralloc_buffer_allocate() argument 895 buffer_descriptor_t *bufDescriptor = (buffer_descriptor_t *)(descriptors[i]); in mali_gralloc_buffer_allocate() 1161 err = mali_gralloc_ion_allocate(m, descriptors, numDescriptors, pHandle, &shared); in mali_gralloc_buffer_allocate() 1177 buffer_descriptor_t *bufDescriptor = (buffer_descriptor_t *)descriptors[i]; in mali_gralloc_buffer_allocate()
|
/device/linaro/hikey/gralloc960/ |
D | mali_gralloc_ion.cpp | 372 static bool check_buffers_sharable(const gralloc_buffer_descriptor_t *descriptors, uint32_t numDesc… in check_buffers_sharable() argument 388 buffer_descriptor_t *bufDescriptor = (buffer_descriptor_t *)descriptors[i]; in check_buffers_sharable() 417 static int get_max_buffer_descriptor_index(const gralloc_buffer_descriptor_t *descriptors, uint32_t… in get_max_buffer_descriptor_index() argument 424 buffer_descriptor_t *bufDescriptor = (buffer_descriptor_t *)descriptors[i]; in get_max_buffer_descriptor_index() 485 …t mali_gralloc_ion_allocate(mali_gralloc_module *m, const gralloc_buffer_descriptor_t *descriptors, in mali_gralloc_ion_allocate() argument 509 *shared_backend = check_buffers_sharable(descriptors, numDescriptors); in mali_gralloc_ion_allocate() 515 max_buffer_index = get_max_buffer_descriptor_index(descriptors, numDescriptors); in mali_gralloc_ion_allocate() 516 max_bufDescriptor = (buffer_descriptor_t *)(descriptors[max_buffer_index]); in mali_gralloc_ion_allocate() 539 buffer_descriptor_t *bufDescriptor = (buffer_descriptor_t *)(descriptors[i]); in mali_gralloc_ion_allocate() 578 buffer_descriptor_t *bufDescriptor = (buffer_descriptor_t *)(descriptors[i]); in mali_gralloc_ion_allocate() [all …]
|
D | mali_gralloc_bufferallocation.h | 27 …ali_gralloc_buffer_allocate(mali_gralloc_module *m, const gralloc_buffer_descriptor_t *descriptors,
|
D | mali_gralloc_ion.h | 25 …t mali_gralloc_ion_allocate(mali_gralloc_module *m, const gralloc_buffer_descriptor_t *descriptors,
|
D | mali_gralloc_public_interface.cpp | 165 … const gralloc1_buffer_descriptor_t *descriptors, buffer_handle_t *outBuffers) in mali_gralloc_allocate() argument 169 buffer_descriptor_t *bufDescriptor = (buffer_descriptor_t *)(*descriptors); in mali_gralloc_allocate() 226 …if (mali_gralloc_buffer_allocate(m, (gralloc_buffer_descriptor_t *)descriptors, numDescriptors, ou… in mali_gralloc_allocate()
|
D | mali_gralloc_bufferallocation.cpp | 883 …ali_gralloc_buffer_allocate(mali_gralloc_module *m, const gralloc_buffer_descriptor_t *descriptors, in mali_gralloc_buffer_allocate() argument 895 buffer_descriptor_t *bufDescriptor = (buffer_descriptor_t *)(descriptors[i]); in mali_gralloc_buffer_allocate() 1135 err = mali_gralloc_ion_allocate(m, descriptors, numDescriptors, pHandle, &shared); in mali_gralloc_buffer_allocate() 1150 buffer_descriptor_t *bufDescriptor = (buffer_descriptor_t *)descriptors[i]; in mali_gralloc_buffer_allocate()
|