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

  /hardware/qcom/display/msm8084/libgralloc/
gpu.h 56 int gralloc_alloc_framebuffer(int usage,
gpu.cpp 249 int gpu_context_t::gralloc_alloc_framebuffer(int usage, function in class:gpu_context_t
312 err = gralloc_alloc_framebuffer(usage, pHandle);
  /hardware/qcom/display/msm8226/libgralloc/
gpu.h 56 int gralloc_alloc_framebuffer(int usage,
gpu.cpp 252 int gpu_context_t::gralloc_alloc_framebuffer(int usage, function in class:gpu_context_t
314 err = gralloc_alloc_framebuffer(usage, pHandle);
  /hardware/qcom/display/msm8909/libgralloc/
gpu.h 56 int gralloc_alloc_framebuffer(int usage,
gpu.cpp 265 int gpu_context_t::gralloc_alloc_framebuffer(int usage, function in class:gpu_context_t
  /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
299 err = gralloc_alloc_framebuffer(size, usage, pHandle);
  /hardware/qcom/display/msm8994/libgralloc/
gpu.h 56 int gralloc_alloc_framebuffer(int usage,
gpu.cpp 270 int gpu_context_t::gralloc_alloc_framebuffer(int usage, function in class:gpu_context_t
336 err = gralloc_alloc_framebuffer(usage, pHandle);
  /hardware/qcom/display/msm8996/libgralloc/
gpu.h 56 int gralloc_alloc_framebuffer(int usage,
gpu.cpp 251 int gpu_context_t::gralloc_alloc_framebuffer(int usage, function in class:gpu_context_t
331 err = gralloc_alloc_framebuffer(usage, pHandle);
  /hardware/qcom/display/sdm845/libgralloc/
gpu.h 56 int gralloc_alloc_framebuffer(int usage,
gpu.cpp 249 int gpu_context_t::gralloc_alloc_framebuffer(int usage, function in class:gpu_context_t
334 err = gralloc_alloc_framebuffer(usage, pHandle);
  /hardware/libhardware/modules/gralloc/
gralloc.cpp 156 static int gralloc_alloc_framebuffer(alloc_device_t* dev, function
239 err = gralloc_alloc_framebuffer(dev, size, usage, pHandle);
  /device/linaro/hikey/gralloc/
alloc_device.cpp 349 static int gralloc_alloc_framebuffer(alloc_device_t *dev, size_t size, int usage, buffer_handle_t *pHandle) function
450 err = gralloc_alloc_framebuffer(dev, size, usage, pHandle);
  /device/linaro/hikey/gralloc960/
alloc_device.cpp 142 static int gralloc_alloc_framebuffer(alloc_device_t* dev, size_t size, int usage, buffer_handle_t* pHandle, int* stride, int* byte_stride) function
    [all...]

Completed in 1355 milliseconds