/hardware/qcom/display/msm8960/libgralloc/ |
gpu.h | 54 int gralloc_alloc_framebuffer_locked(size_t size, int usage,
|
gpu.cpp | 175 int gpu_context_t::gralloc_alloc_framebuffer_locked(size_t size, int usage, function in class:gpu_context_t 240 int err = gralloc_alloc_framebuffer_locked(size, usage, pHandle);
|
/hardware/qcom/display/msm8974/libgralloc/ |
gpu.h | 54 int gralloc_alloc_framebuffer_locked(size_t size, int usage,
|
gpu.cpp | 181 int gpu_context_t::gralloc_alloc_framebuffer_locked(size_t size, int usage, function in class:gpu_context_t 246 int err = gralloc_alloc_framebuffer_locked(size, usage, pHandle);
|
/hardware/qcom/display/msm8x26/libgralloc/ |
gpu.h | 54 int gralloc_alloc_framebuffer_locked(size_t size, int usage,
|
gpu.cpp | 175 int gpu_context_t::gralloc_alloc_framebuffer_locked(size_t size, int usage, function in class:gpu_context_t 240 int err = gralloc_alloc_framebuffer_locked(size, usage, pHandle);
|
/hardware/libhardware/modules/gralloc/ |
gralloc.cpp | 104 static int gralloc_alloc_framebuffer_locked(alloc_device_t* dev, function 163 int err = gralloc_alloc_framebuffer_locked(dev, size, usage, pHandle);
|