Searched refs:mali_gralloc_buffer_allocate (Results 1 – 8 of 8) sorted by relevance
/hardware/google/gchips/gralloc3/src/ |
D | mali_gralloc_bufferallocation.h | 88 int mali_gralloc_buffer_allocate(mali_gralloc_module *m, const gralloc_buffer_descriptor_t *descrip…
|
D | GrallocAllocator.cpp | 123 allocResult = mali_gralloc_buffer_allocate(&privateModule, grallocBufferDescriptor, in allocate()
|
D | mali_gralloc_public_interface.cpp | 192 …if (mali_gralloc_buffer_allocate(m, (gralloc_buffer_descriptor_t *)descriptors, numDescriptors, ou… in mali_gralloc_allocate()
|
D | mali_gralloc_bufferallocation.cpp | 1345 int mali_gralloc_buffer_allocate(mali_gralloc_module *m, const gralloc_buffer_descriptor_t *descrip… in mali_gralloc_buffer_allocate() function
|
/hardware/google/gchips/gralloc4/src/core/ |
D | mali_gralloc_bufferallocation.h | 101 int mali_gralloc_buffer_allocate(const gralloc_buffer_descriptor_t *descriptors,
|
D | mali_gralloc_bufferallocation.cpp | 1077 int mali_gralloc_buffer_allocate(const gralloc_buffer_descriptor_t *descriptors, in mali_gralloc_buffer_allocate() function
|
/hardware/google/gchips/gralloc4/src/hidl_common/ |
D | Allocator.cpp | 65 allocResult = mali_gralloc_buffer_allocate(grallocBufferDescriptor, 1, &tmpBuffer, nullptr); in allocate()
|
/hardware/google/gchips/gralloc4/src/libGralloc4Wrapper/ |
D | wrapper.cpp | 135 int result = mali_gralloc_buffer_allocate(&gralloc_buffer_descriptor, 1, &tmp_buffer, in createNativeHandle()
|