Searched refs:Gralloc3Allocator (Results 1 – 3 of 3) sorted by relevance
74 class Gralloc3Allocator : public GrallocAllocator {78 Gralloc3Allocator(const Gralloc3Mapper& mapper);
343 Gralloc3Allocator::Gralloc3Allocator(const Gralloc3Mapper& mapper) : mMapper(mapper) { in Gralloc3Allocator() function in android::Gralloc3Allocator351 bool Gralloc3Allocator::isLoaded() const { in isLoaded()355 std::string Gralloc3Allocator::dumpDebugInfo() const { in dumpDebugInfo()363 status_t Gralloc3Allocator::allocate(uint32_t width, uint32_t height, android::PixelFormat format, in allocate()
50 mAllocator = std::make_unique<const Gralloc3Allocator>( in GraphicBufferAllocator()