Searched refs:getDefaultAllocationSize (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/libs/ui/ |
D | GraphicBufferMapper.cpp | 320 status_t GraphicBufferMapper::getDefaultAllocationSize(uint32_t width, uint32_t height, in getDefaultAllocationSize() function in android::GraphicBufferMapper 324 return mMapper->getDefaultAllocationSize(width, height, format, layerCount, usage, in getDefaultAllocationSize()
|
D | Gralloc4.cpp | 689 status_t Gralloc4Mapper::getDefaultAllocationSize(uint32_t width, uint32_t height, in getDefaultAllocationSize() function in android::Gralloc4Mapper
|
/frameworks/native/libs/ui/include/ui/ |
D | Gralloc.h | 194 virtual status_t getDefaultAllocationSize(uint32_t /*width*/, uint32_t /*height*/, in getDefaultAllocationSize() function
|
D | GraphicBufferMapper.h | 141 status_t getDefaultAllocationSize(uint32_t width, uint32_t height, PixelFormat format,
|
D | Gralloc4.h | 118 status_t getDefaultAllocationSize(uint32_t width, uint32_t height, PixelFormat format,
|
/frameworks/native/libs/ui/include_vndk/ui/ |
D | GraphicBufferMapper.h | 141 status_t getDefaultAllocationSize(uint32_t width, uint32_t height, PixelFormat format,
|