HomeSort by relevance Sort by last modified time
    Searched defs:gralloc_alloc_framebuffer_locked (Results 1 - 5 of 5) sorted by null

  /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);
  /hardware/qcom/display/msm8084/libgralloc/
gpu.cpp 189 int gpu_context_t::gralloc_alloc_framebuffer_locked(int usage, function in class:gpu_context_t
254 int err = gralloc_alloc_framebuffer_locked(usage, pHandle);
  /hardware/qcom/display/msm8226/libgralloc/
gpu.cpp 192 int gpu_context_t::gralloc_alloc_framebuffer_locked(int usage, function in class:gpu_context_t
257 int err = gralloc_alloc_framebuffer_locked(usage, pHandle);
  /hardware/qcom/display/msm8960/libgralloc/
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.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);

Completed in 199 milliseconds