Searched refs:gralloc_alloc_framebuffer (Results 1 – 4 of 4) sorted by relevance
/hardware/msm7k/libgralloc-qsd8k/ |
D | gpu.h | 57 int gralloc_alloc_framebuffer(size_t size, int usage,
|
D | gpu.cpp | 103 int gpu_context_t::gralloc_alloc_framebuffer(size_t size, int usage, in gralloc_alloc_framebuffer() function in gpu_context_t 262 err = gralloc_alloc_framebuffer(size, usage, pHandle); in alloc_impl()
|
/hardware/libhardware/modules/gralloc/ |
D | gralloc.cpp | 157 static int gralloc_alloc_framebuffer(alloc_device_t* dev, in gralloc_alloc_framebuffer() function 233 err = gralloc_alloc_framebuffer(dev, size, usage, pHandle); in gralloc_alloc()
|
/hardware/msm7k/libgralloc/ |
D | gralloc.cpp | 182 static int gralloc_alloc_framebuffer(alloc_device_t* dev, in gralloc_alloc_framebuffer() function 505 err = gralloc_alloc_framebuffer(dev, size, usage, pHandle); in gralloc_alloc()
|