Searched refs:gralloc_buffer_descriptor (Results 1 – 2 of 2) sorted by relevance
107 gralloc_buffer_descriptor_t gralloc_buffer_descriptor[1]; in alloc_device_alloc() local115 gralloc_buffer_descriptor[0] = (gralloc_buffer_descriptor_t)(&buffer_descriptor); in alloc_device_alloc()117 if (mali_gralloc_buffer_allocate(m, gralloc_buffer_descriptor, 1, pHandle, NULL) < 0) in alloc_device_alloc()
426 gralloc_buffer_descriptor_t gralloc_buffer_descriptor[1]; in fb_alloc_from_ion_module() local433 gralloc_buffer_descriptor[0] = (gralloc_buffer_descriptor_t)(&fb_buffer_descriptor); in fb_alloc_from_ion_module()435 err = mali_gralloc_ion_allocate(m, gralloc_buffer_descriptor, 1, pHandle, &shared); in fb_alloc_from_ion_module()