Home
last modified time | relevance | path

Searched refs:Gralloc3Allocator (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/ui/include/ui/
DGralloc3.h74 class Gralloc3Allocator : public GrallocAllocator {
78 Gralloc3Allocator(const Gralloc3Mapper& mapper);
/frameworks/native/libs/ui/
DGralloc3.cpp343 Gralloc3Allocator::Gralloc3Allocator(const Gralloc3Mapper& mapper) : mMapper(mapper) { in Gralloc3Allocator() function in android::Gralloc3Allocator
351 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()
DGraphicBufferAllocator.cpp50 mAllocator = std::make_unique<const Gralloc3Allocator>( in GraphicBufferAllocator()