Home
last modified time | relevance | path

Searched refs:gralloc_alloc_framebuffer_locked (Results 1 – 13 of 13) sorted by relevance

/hardware/qcom/display/msm8084/libgralloc/
Dgpu.h53 int gralloc_alloc_framebuffer_locked(int usage,
Dgpu.cpp188 int gpu_context_t::gralloc_alloc_framebuffer_locked(int usage, in gralloc_alloc_framebuffer_locked() function in gpu_context_t
253 int err = gralloc_alloc_framebuffer_locked(usage, pHandle); in gralloc_alloc_framebuffer()
/hardware/qcom/display/msm8909/libgralloc/
Dgpu.h53 int gralloc_alloc_framebuffer_locked(int usage,
Dgpu.cpp203 int gpu_context_t::gralloc_alloc_framebuffer_locked(int usage, in gralloc_alloc_framebuffer_locked() function in gpu_context_t
270 int err = gralloc_alloc_framebuffer_locked(usage, pHandle); in gralloc_alloc_framebuffer()
/hardware/qcom/display/msm8996/libgralloc/
Dgpu.h53 int gralloc_alloc_framebuffer_locked(int usage,
Dgpu.cpp188 int gpu_context_t::gralloc_alloc_framebuffer_locked(int usage, in gralloc_alloc_framebuffer_locked() function in gpu_context_t
252 int err = gralloc_alloc_framebuffer_locked(usage, pHandle); in gralloc_alloc_framebuffer()
/hardware/qcom/display/msm8994/libgralloc/
Dgpu.h53 int gralloc_alloc_framebuffer_locked(int usage,
Dgpu.cpp200 int gpu_context_t::gralloc_alloc_framebuffer_locked(int usage, in gralloc_alloc_framebuffer_locked() function in gpu_context_t
267 int err = gralloc_alloc_framebuffer_locked(usage, pHandle); in gralloc_alloc_framebuffer()
/hardware/qcom/display/msm8226/libgralloc/
Dgpu.h53 int gralloc_alloc_framebuffer_locked(int usage,
Dgpu.cpp192 int gpu_context_t::gralloc_alloc_framebuffer_locked(int usage, in gralloc_alloc_framebuffer_locked() function in gpu_context_t
257 int err = gralloc_alloc_framebuffer_locked(usage, pHandle); in gralloc_alloc_framebuffer()
/hardware/qcom/display/msm8960/libgralloc/
Dgpu.h54 int gralloc_alloc_framebuffer_locked(size_t size, int usage,
Dgpu.cpp175 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/
Dgralloc.cpp104 static int gralloc_alloc_framebuffer_locked(alloc_device_t* dev, in gralloc_alloc_framebuffer_locked() function
163 int err = gralloc_alloc_framebuffer_locked(dev, size, usage, pHandle); in gralloc_alloc_framebuffer()