Home
last modified time | relevance | path

Searched refs:mali_gralloc_buffer_allocate (Results 1 – 8 of 8) sorted by relevance

/hardware/google/gchips/gralloc3/src/
Dmali_gralloc_bufferallocation.h88 int mali_gralloc_buffer_allocate(mali_gralloc_module *m, const gralloc_buffer_descriptor_t *descrip…
DGrallocAllocator.cpp123 allocResult = mali_gralloc_buffer_allocate(&privateModule, grallocBufferDescriptor, in allocate()
Dmali_gralloc_public_interface.cpp192 …if (mali_gralloc_buffer_allocate(m, (gralloc_buffer_descriptor_t *)descriptors, numDescriptors, ou… in mali_gralloc_allocate()
Dmali_gralloc_bufferallocation.cpp1345 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/
Dmali_gralloc_bufferallocation.h101 int mali_gralloc_buffer_allocate(const gralloc_buffer_descriptor_t *descriptors,
Dmali_gralloc_bufferallocation.cpp1077 int mali_gralloc_buffer_allocate(const gralloc_buffer_descriptor_t *descriptors, in mali_gralloc_buffer_allocate() function
/hardware/google/gchips/gralloc4/src/hidl_common/
DAllocator.cpp65 allocResult = mali_gralloc_buffer_allocate(grallocBufferDescriptor, 1, &tmpBuffer, nullptr); in allocate()
/hardware/google/gchips/gralloc4/src/libGralloc4Wrapper/
Dwrapper.cpp135 int result = mali_gralloc_buffer_allocate(&gralloc_buffer_descriptor, 1, &tmp_buffer, in createNativeHandle()