Searched refs:gralloc_alloc_buffer (Results 1 – 8 of 8) sorted by relevance
/hardware/libhardware/modules/gralloc/ |
D | gralloc.cpp | 47 static int gralloc_alloc_buffer(alloc_device_t* dev, 128 return gralloc_alloc_buffer(dev, bufferSize, newUsage, pHandle); in gralloc_alloc_framebuffer_locked() 168 static int gralloc_alloc_buffer(alloc_device_t* dev, in gralloc_alloc_buffer() function 236 err = gralloc_alloc_buffer(dev, size, usage, pHandle); in gralloc_alloc()
|
/hardware/qcom/display/libgralloc/ |
D | gpu.cpp | 77 return gralloc_alloc_buffer(bufferSize, newUsage, pHandle, BUFFER_TYPE_UI, in gralloc_alloc_framebuffer_locked() 122 int gpu_context_t::gralloc_alloc_buffer(size_t size, int usage, in gralloc_alloc_buffer() function in gpu_context_t 233 int err = gralloc_alloc_buffer(size, usage, pHandle, bufferType, in alloc_impl()
|
D | gpu.h | 45 int gralloc_alloc_buffer(size_t size, int usage,
|
/hardware/msm7k/libgralloc-qsd8k/ |
D | gpu.cpp | 72 return gralloc_alloc_buffer(bufferSize, newUsage, pHandle); in gralloc_alloc_framebuffer_locked() 114 int gpu_context_t::gralloc_alloc_buffer(size_t size, int usage, buffer_handle_t* pHandle) in gralloc_alloc_buffer() function in gpu_context_t 264 err = gralloc_alloc_buffer(size, usage, pHandle); in alloc_impl()
|
D | gpu.h | 59 int gralloc_alloc_buffer(size_t size, int usage, buffer_handle_t* pHandle);
|
D | gralloc.cpp | 33 static int gralloc_alloc_buffer(alloc_device_t* dev,
|
/hardware/msm7k/libgralloc/ |
D | gralloc.cpp | 61 static int gralloc_alloc_buffer(alloc_device_t* dev, 152 return gralloc_alloc_buffer(dev, bufferSize, newUsage, pHandle); in gralloc_alloc_framebuffer_locked() 314 static int gralloc_alloc_buffer(alloc_device_t* dev, in gralloc_alloc_buffer() function 507 err = gralloc_alloc_buffer(dev, size, usage, pHandle); in gralloc_alloc()
|
/hardware/samsung_slsi/exynos5/gralloc/ |
D | gralloc.cpp | 61 static int gralloc_alloc_buffer(alloc_device_t* dev,
|