HomeSort by relevance Sort by last modified time
    Searched refs:gralloc_alloc_framebuffer (Results 1 - 7 of 7) sorted by null

  /hardware/qcom/display/msm8960/libgralloc/
gpu.h 57 int gralloc_alloc_framebuffer(size_t size, int usage,
gpu.cpp 235 int gpu_context_t::gralloc_alloc_framebuffer(size_t size, int usage, function in class:gpu_context_t
293 err = gralloc_alloc_framebuffer(size, usage, pHandle);
  /hardware/qcom/display/msm8974/libgralloc/
gpu.h 57 int gralloc_alloc_framebuffer(size_t size, int usage,
gpu.cpp 241 int gpu_context_t::gralloc_alloc_framebuffer(size_t size, int usage, function in class:gpu_context_t
302 err = gralloc_alloc_framebuffer(size, usage, pHandle);
  /hardware/qcom/display/msm8x26/libgralloc/
gpu.h 57 int gralloc_alloc_framebuffer(size_t size, int usage,
gpu.cpp 235 int gpu_context_t::gralloc_alloc_framebuffer(size_t size, int usage, function in class:gpu_context_t
293 err = gralloc_alloc_framebuffer(size, usage, pHandle);
  /hardware/libhardware/modules/gralloc/
gralloc.cpp 157 static int gralloc_alloc_framebuffer(alloc_device_t* dev, function
232 err = gralloc_alloc_framebuffer(dev, size, usage, pHandle);

Completed in 84 milliseconds