Home
last modified time | relevance | path

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

/frameworks/native/libs/ui/include/ui/
DGralloc5.h165 class Gralloc5Allocator : public GrallocAllocator {
167 Gralloc5Allocator(const Gralloc5Mapper &mapper);
/frameworks/native/libs/ui/
DGralloc5.cpp180 Gralloc5Allocator::Gralloc5Allocator(const Gralloc5Mapper &mapper) : mMapper(mapper) { in Gralloc5Allocator() function in android::Gralloc5Allocator
184 bool Gralloc5Allocator::isLoaded() const { in isLoaded()
221 std::string Gralloc5Allocator::dumpDebugInfo(bool less) const { in dumpDebugInfo()
225 status_t Gralloc5Allocator::allocate(std::string requestorName, uint32_t width, uint32_t height, in allocate()
244 GraphicBufferAllocator::AllocationResult Gralloc5Allocator::allocate( in allocate()
DGraphicBufferAllocator.cpp54 mAllocator = std::make_unique<const Gralloc5Allocator>( in GraphicBufferAllocator()