Searched refs:Gralloc2Allocator (Results 1 – 4 of 4) sorted by relevance
76 class Gralloc2Allocator : public GrallocAllocator {80 Gralloc2Allocator(const Gralloc2Mapper& mapper);
360 Gralloc2Allocator::Gralloc2Allocator(const Gralloc2Mapper& mapper) : mMapper(mapper) { in Gralloc2Allocator() function in android::Gralloc2Allocator368 bool Gralloc2Allocator::isLoaded() const { in isLoaded()372 std::string Gralloc2Allocator::dumpDebugInfo() const { in dumpDebugInfo()382 status_t Gralloc2Allocator::allocate(uint32_t width, uint32_t height, PixelFormat format, in allocate()
53 mAllocator = std::make_unique<const Gralloc2Allocator>( in GraphicBufferAllocator()