Home
last modified time | relevance | path

Searched refs:gralloc_alloc_buffer (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/guest/hals/gralloc/legacy/
Dgralloc.cpp49 static int gralloc_alloc_buffer( in gralloc_alloc_buffer() function
105 int err = gralloc_alloc_buffer(dev, format, w, h, pHandle, pStrideInPixels); in gralloc_alloc()
/device/linaro/hikey/gralloc/
Dalloc_device.cpp199 static int gralloc_alloc_buffer(alloc_device_t *dev, size_t size, int usage, buffer_handle_t *pHand… in gralloc_alloc_buffer() function
394 return gralloc_alloc_buffer(dev, bufferSize, newUsage, pHandle); in gralloc_alloc_framebuffer_locked()
450 return gralloc_alloc_buffer(dev, bufferSize, newUsage, pHandle); in gralloc_alloc_framebuffer_locked()
594 err = gralloc_alloc_buffer(dev, size, usage, pHandle); in alloc_device_alloc()