Searched refs:Gralloc3Allocator (Results 1 – 3 of 3) sorted by relevance
74 class Gralloc3Allocator : public GrallocAllocator {78 Gralloc3Allocator(const Gralloc3Mapper& mapper);
352 Gralloc3Allocator::Gralloc3Allocator(const Gralloc3Mapper& mapper) : mMapper(mapper) { in Gralloc3Allocator() function in android::Gralloc3Allocator360 bool Gralloc3Allocator::isLoaded() const { in isLoaded()364 std::string Gralloc3Allocator::dumpDebugInfo(bool /*less*/) const { in dumpDebugInfo()372 status_t Gralloc3Allocator::allocate(std::string /*requestorName*/, uint32_t width, uint32_t height, in allocate()
62 mAllocator = std::make_unique<const Gralloc3Allocator>( in GraphicBufferAllocator()