Home
last modified time | relevance | path

Searched refs:Gralloc2Allocator (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/ui/include_vndk/ui/
DGralloc2.h76 class Gralloc2Allocator : public GrallocAllocator {
80 Gralloc2Allocator(const Gralloc2Mapper& mapper);
/frameworks/native/libs/ui/include/ui/
DGralloc2.h76 class Gralloc2Allocator : public GrallocAllocator {
80 Gralloc2Allocator(const Gralloc2Mapper& mapper);
/frameworks/native/libs/ui/
DGralloc2.cpp360 Gralloc2Allocator::Gralloc2Allocator(const Gralloc2Mapper& mapper) : mMapper(mapper) { in Gralloc2Allocator() function in android::Gralloc2Allocator
368 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()
DGraphicBufferAllocator.cpp53 mAllocator = std::make_unique<const Gralloc2Allocator>( in GraphicBufferAllocator()