Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8998/libgralloc1/
Dgr_allocator.cpp80 Allocator::Allocator() : ion_allocator_(NULL), adreno_helper_(NULL) { in Allocator()
89 adreno_helper_ = new AdrenoMemInfo(); in Init()
90 adreno_helper_->Init(); in Init()
100 if (adreno_helper_) { in ~Allocator()
101 delete adreno_helper_; in ~Allocator()
640 enable = adreno_helper_->IsUBWCSupportedByGPU(format); in IsUBwcEnabled()
798 adreno_helper_->AlignUnCompressedRGB(width, height, format, tile, alignedw, alignedh); in GetAlignedWidthAndHeight()
808 adreno_helper_->AlignCompressedRGB(width, height, format, alignedw, alignedh); in GetAlignedWidthAndHeight()
820 alignment = adreno_helper_->GetGpuPixelAlignment(); in GetAlignedWidthAndHeight()
835 adreno_helper_->GetGpuPixelAlignment(); in GetAlignedWidthAndHeight()
Dgr_allocator.h97 AdrenoMemInfo *adreno_helper_ = NULL; variable
/hardware/qcom/display/msm8996/libgralloc1/
Dgr_allocator.cpp77 Allocator::Allocator() : ion_allocator_(NULL), adreno_helper_(NULL) { in Allocator()
86 adreno_helper_ = new AdrenoMemInfo(); in Init()
87 if (!adreno_helper_->Init()) { in Init()
99 if (adreno_helper_) { in ~Allocator()
100 delete adreno_helper_; in ~Allocator()
638 enable = adreno_helper_->IsUBWCSupportedByGPU(format); in IsUBwcEnabled()
796 adreno_helper_->AlignUnCompressedRGB(width, height, format, tile, alignedw, alignedh); in GetAlignedWidthAndHeight()
806 adreno_helper_->AlignCompressedRGB(width, height, format, alignedw, alignedh); in GetAlignedWidthAndHeight()
818 alignment = adreno_helper_->GetGpuPixelAlignment(); in GetAlignedWidthAndHeight()
Dgr_allocator.h97 AdrenoMemInfo *adreno_helper_ = NULL; variable