/hardware/qcom/display/msm8084/libgralloc/ |
D | gpu.h | 53 int gralloc_alloc_framebuffer_locked(int usage,
|
D | gpu.cpp | 189 int gpu_context_t::gralloc_alloc_framebuffer_locked(int usage, in gralloc_alloc_framebuffer_locked() function in gpu_context_t 254 int err = gralloc_alloc_framebuffer_locked(usage, pHandle); in gralloc_alloc_framebuffer()
|
/hardware/qcom/display/msm8226/libgralloc/ |
D | gpu.h | 53 int gralloc_alloc_framebuffer_locked(int usage,
|
/hardware/qcom/display/msm8909/libgralloc/ |
D | gpu.h | 53 int gralloc_alloc_framebuffer_locked(int usage,
|
D | gpu.cpp | 190 int gpu_context_t::gralloc_alloc_framebuffer_locked(int usage, in gralloc_alloc_framebuffer_locked() function in gpu_context_t 254 int err = gralloc_alloc_framebuffer_locked(usage, pHandle); in gralloc_alloc_framebuffer()
|
/hardware/qcom/display/msm8996/libgralloc/ |
D | gpu.h | 53 int gralloc_alloc_framebuffer_locked(int usage,
|
D | gpu.cpp | 192 int gpu_context_t::gralloc_alloc_framebuffer_locked(int usage, in gralloc_alloc_framebuffer_locked() function in gpu_context_t 256 int err = gralloc_alloc_framebuffer_locked(usage, pHandle); in gralloc_alloc_framebuffer()
|
/hardware/qcom/display/msm8909w_3100/libgralloc/ |
D | gpu.h | 53 int gralloc_alloc_framebuffer_locked(int usage,
|
D | gpu.cpp | 190 int gpu_context_t::gralloc_alloc_framebuffer_locked(int usage, in gralloc_alloc_framebuffer_locked() function in gpu_context_t 254 int err = gralloc_alloc_framebuffer_locked(usage, pHandle); in gralloc_alloc_framebuffer()
|
/hardware/qcom/display/msm8994/libgralloc/ |
D | gpu.h | 53 int gralloc_alloc_framebuffer_locked(int usage,
|
D | gpu.cpp | 208 int gpu_context_t::gralloc_alloc_framebuffer_locked(int usage, in gralloc_alloc_framebuffer_locked() function in gpu_context_t 275 int err = gralloc_alloc_framebuffer_locked(usage, pHandle); in gralloc_alloc_framebuffer()
|
/hardware/qcom/display/msm8960/libgralloc/ |
D | gpu.h | 54 int gralloc_alloc_framebuffer_locked(size_t size, int usage,
|
D | gpu.cpp | 175 int gpu_context_t::gralloc_alloc_framebuffer_locked(size_t size, int usage, in gralloc_alloc_framebuffer_locked() function in gpu_context_t 240 int err = gralloc_alloc_framebuffer_locked(size, usage, pHandle); in gralloc_alloc_framebuffer()
|
/hardware/libhardware/modules/gralloc/ |
D | gralloc.cpp | 103 static int gralloc_alloc_framebuffer_locked(alloc_device_t* dev, in gralloc_alloc_framebuffer_locked() function 162 int err = gralloc_alloc_framebuffer_locked(dev, size, format, usage, pHandle); in gralloc_alloc_framebuffer()
|