HomeSort by relevance Sort by last modified time
    Searched defs:gralloc_alloc_buffer (Results 1 - 4 of 4) 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
236 err = gralloc_alloc_buffer(dev, size, usage, pHandle);
  /hardware/msm7k/libgralloc-qsd8k/
gpu.cpp 72 return gralloc_alloc_buffer(bufferSize, newUsage, pHandle);
114 int gpu_context_t::gralloc_alloc_buffer(size_t size, int usage, buffer_handle_t* pHandle) function in class:gpu_context_t
264 err = gralloc_alloc_buffer(size, usage, pHandle);
  /hardware/qcom/display/libgralloc/
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,
295 err = gralloc_alloc_buffer(size, usage, pHandle, bufferType,
  /hardware/msm7k/libgralloc/
gralloc.cpp 61 static int gralloc_alloc_buffer(alloc_device_t* dev,
152 return gralloc_alloc_buffer(dev, bufferSize, newUsage, pHandle);
314 static int gralloc_alloc_buffer(alloc_device_t* dev, function
507 err = gralloc_alloc_buffer(dev, size, usage, pHandle);

Completed in 1079 milliseconds