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

  /hardware/libhardware/modules/gralloc/
gralloc.cpp 47 static int gralloc_alloc_buffer(alloc_device_t* dev,
128 return gralloc_alloc_buffer(dev, bufferSize, newUsage, pHandle);
168 static int gralloc_alloc_buffer(alloc_device_t* dev, function
239 err = gralloc_alloc_buffer(dev, size, usage, pHandle);
  /hardware/qcom/display/msm8084/libgralloc/
gpu.h 38 int gralloc_alloc_buffer(size_t size, int usage,
gpu.cpp 55 int gpu_context_t::gralloc_alloc_buffer(size_t size, int usage, function in class:gpu_context_t
216 return gralloc_alloc_buffer(bufferSize, newUsage, pHandle, BUFFER_TYPE_UI,
314 err = gralloc_alloc_buffer(size, usage, pHandle, bufferType,
  /hardware/qcom/display/msm8226/libgralloc/
gpu.h 38 int gralloc_alloc_buffer(unsigned int size, int usage,
gpu.cpp 54 int gpu_context_t::gralloc_alloc_buffer(unsigned int size, int usage, function in class:gpu_context_t
219 return gralloc_alloc_buffer(bufferSize, newUsage, pHandle, BUFFER_TYPE_UI,
316 err = gralloc_alloc_buffer(size, usage, pHandle, bufferType,
  /hardware/qcom/display/msm8909/libgralloc/
gpu.h 38 int gralloc_alloc_buffer(unsigned int size, int usage,
gpu.cpp 51 int gpu_context_t::gralloc_alloc_buffer(unsigned int size, int usage, function in class:gpu_context_t
230 return gralloc_alloc_buffer(bufferSize, newUsage, pHandle, BUFFER_TYPE_UI,
329 err = gralloc_alloc_buffer(size, usage, pHandle, bufferType,
  /hardware/qcom/display/msm8960/libgralloc/
gpu.h 39 int gralloc_alloc_buffer(size_t size, int usage,
gpu.cpp 55 int gpu_context_t::gralloc_alloc_buffer(size_t size, int usage, function in class:gpu_context_t
202 return gralloc_alloc_buffer(bufferSize, newUsage, pHandle, BUFFER_TYPE_UI,
301 err = gralloc_alloc_buffer(size, usage, pHandle, bufferType,
  /hardware/qcom/display/msm8994/libgralloc/
gpu.h 38 int gralloc_alloc_buffer(unsigned int size, int usage,
gpu.cpp 51 int gpu_context_t::gralloc_alloc_buffer(unsigned int size, int usage, function in class:gpu_context_t
227 return gralloc_alloc_buffer(bufferSize, newUsage, pHandle, BUFFER_TYPE_UI,
330 err = gralloc_alloc_buffer(size, usage, pHandle, bufferType,
  /hardware/qcom/display/msm8996/libgralloc/
gpu.h 38 int gralloc_alloc_buffer(unsigned int size, int usage,
gpu.cpp 50 int gpu_context_t::gralloc_alloc_buffer(unsigned int size, int usage, function in class:gpu_context_t
208 return gralloc_alloc_buffer(bufferSize, newUsage, pHandle, BUFFER_TYPE_UI,
325 err = gralloc_alloc_buffer(size, usage, pHandle, bufferType,
  /hardware/qcom/display/msmcobalt/libgralloc/
gpu.h 38 int gralloc_alloc_buffer(unsigned int size, int usage,
gpu.cpp 50 int gpu_context_t::gralloc_alloc_buffer(unsigned int size, int usage, function in class:gpu_context_t
218 return gralloc_alloc_buffer(bufferSize, newUsage, pHandle, BUFFER_TYPE_UI,
339 err = gralloc_alloc_buffer(size, usage, pHandle, bufferType,
  /device/linaro/hikey/gralloc/
alloc_device.cpp 99 static int gralloc_alloc_buffer(alloc_device_t *dev, size_t size, int usage, buffer_handle_t *pHandle) function
230 AERR("gralloc_alloc_buffer() failed to allocate handle. ump_handle = %p, ump_id = %d", ump_mem_handle, ump_id);
235 AERR("gralloc_alloc_buffer() failed to retrieve valid secure id. ump_handle = %p", ump_mem_handle);
242 AERR("gralloc_alloc_buffer() failed to map UMP memory. ump_handle = %p", ump_mem_handle);
249 AERR("gralloc_alloc_buffer() failed to allocate UMP memory. size:%d constraints: %d", size, constraints);
286 return gralloc_alloc_buffer(dev, bufferSize, newUsage, pHandle);
455 err = gralloc_alloc_buffer(dev, size, usage, pHandle);

Completed in 398 milliseconds