Searched refs:allocateHelper (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/libs/ui/ |
D | GraphicBufferAllocator.cpp | 189 status_t GraphicBufferAllocator::allocateHelper(uint32_t width, uint32_t height, PixelFormat format, in allocateHelper() function in android::GraphicBufferAllocator 258 return allocateHelper(width, height, format, layerCount, usage, handle, stride, requestorName, in allocate() 266 return allocateHelper(width, height, format, layerCount, usage, handle, stride, requestorName, in allocateRawHandle() 275 return allocateHelper(width, height, format, layerCount, usage, handle, stride, requestorName, in allocate()
|
/frameworks/native/libs/ui/include_vndk/ui/ |
D | GraphicBufferAllocator.h | 124 status_t allocateHelper(uint32_t w, uint32_t h, PixelFormat format, uint32_t layerCount,
|
/frameworks/native/libs/ui/include/ui/ |
D | GraphicBufferAllocator.h | 124 status_t allocateHelper(uint32_t w, uint32_t h, PixelFormat format, uint32_t layerCount,
|