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 234 err = gralloc_alloc_buffer(dev, size, usage, pHandle); in gralloc_alloc()
|
/hardware/qcom/display/msm8974/libgralloc/ |
D | gpu.cpp | 54 int gpu_context_t::gralloc_alloc_buffer(size_t size, int usage, in gralloc_alloc_buffer() function in gpu_context_t 208 return gralloc_alloc_buffer(bufferSize, newUsage, pHandle, BUFFER_TYPE_UI, in gralloc_alloc_framebuffer_locked() 310 err = gralloc_alloc_buffer(size, usage, pHandle, bufferType, in alloc_impl()
|
D | gpu.h | 39 int gralloc_alloc_buffer(size_t size, int usage,
|
/hardware/qcom/display/msm8960/libgralloc/ |
D | gpu.cpp | 55 int gpu_context_t::gralloc_alloc_buffer(size_t size, int usage, in gralloc_alloc_buffer() function in gpu_context_t 202 return gralloc_alloc_buffer(bufferSize, newUsage, pHandle, BUFFER_TYPE_UI, in gralloc_alloc_framebuffer_locked() 295 err = gralloc_alloc_buffer(size, usage, pHandle, bufferType, in alloc_impl()
|
D | gpu.h | 39 int gralloc_alloc_buffer(size_t size, int usage,
|
/hardware/qcom/display/msm8x26/libgralloc/ |
D | gpu.cpp | 55 int gpu_context_t::gralloc_alloc_buffer(size_t size, int usage, in gralloc_alloc_buffer() function in gpu_context_t 202 return gralloc_alloc_buffer(bufferSize, newUsage, pHandle, BUFFER_TYPE_UI, in gralloc_alloc_framebuffer_locked() 295 err = gralloc_alloc_buffer(size, usage, pHandle, bufferType, in alloc_impl()
|
D | gpu.h | 39 int gralloc_alloc_buffer(size_t size, int usage,
|
/hardware/samsung_slsi/exynos5/gralloc/ |
D | gralloc.cpp | 64 static int gralloc_alloc_buffer(alloc_device_t* dev,
|