Searched refs:gralloc_buffer_descriptor (Results 1 – 4 of 4) sorted by relevance
/device/amlogic/yukawa/hal/gralloc/legacy/ |
D | alloc_device.cpp | 107 gralloc_buffer_descriptor_t gralloc_buffer_descriptor[1]; in alloc_device_alloc() local 116 gralloc_buffer_descriptor[0] = (gralloc_buffer_descriptor_t)(&buffer_descriptor); in alloc_device_alloc() 118 if (mali_gralloc_buffer_allocate(m, gralloc_buffer_descriptor, 1, pHandle, NULL) < 0) in alloc_device_alloc()
|
/device/linaro/hikey/gralloc960/legacy/ |
D | alloc_device.cpp | 107 gralloc_buffer_descriptor_t gralloc_buffer_descriptor[1]; in alloc_device_alloc() local 115 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()
|
/device/linaro/hikey/gralloc960/ |
D | framebuffer_device.cpp | 426 gralloc_buffer_descriptor_t gralloc_buffer_descriptor[1]; in fb_alloc_from_ion_module() local 433 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()
|
/device/amlogic/yukawa/hal/gralloc/ |
D | framebuffer_device.cpp | 426 gralloc_buffer_descriptor_t gralloc_buffer_descriptor[1]; in fb_alloc_from_ion_module() local 433 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()
|