HomeSort by relevance Sort by last modified time
    Searched refs:adreno_helper_ (Results 1 - 4 of 4) sorted by null

  /hardware/qcom/display/msm8996/libgralloc1/
gr_allocator.cpp 77 Allocator::Allocator() : ion_allocator_(NULL), adreno_helper_(NULL) {
86 adreno_helper_ = new AdrenoMemInfo();
87 if (!adreno_helper_->Init()) {
99 if (adreno_helper_) {
100 delete adreno_helper_;
621 enable = adreno_helper_->IsUBWCSupportedByGPU(format);
779 adreno_helper_->AlignUnCompressedRGB(width, height, format, tile, alignedw, alignedh);
789 adreno_helper_->AlignCompressedRGB(width, height, format, alignedw, alignedh);
801 alignment = adreno_helper_->GetGpuPixelAlignment();
gr_allocator.h 95 AdrenoMemInfo *adreno_helper_ = NULL; member in class:gralloc1::Allocator
  /hardware/qcom/display/msm8998/libgralloc1/
gr_allocator.cpp 80 Allocator::Allocator() : ion_allocator_(NULL), adreno_helper_(NULL) {
89 adreno_helper_ = new AdrenoMemInfo();
90 adreno_helper_->Init();
100 if (adreno_helper_) {
101 delete adreno_helper_;
623 enable = adreno_helper_->IsUBWCSupportedByGPU(format);
781 adreno_helper_->AlignUnCompressedRGB(width, height, format, tile, alignedw, alignedh);
791 adreno_helper_->AlignCompressedRGB(width, height, format, alignedw, alignedh);
803 alignment = adreno_helper_->GetGpuPixelAlignment();
gr_allocator.h 95 AdrenoMemInfo *adreno_helper_ = NULL; member in class:gralloc1::Allocator

Completed in 78 milliseconds