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

  /hardware/qcom/display/msm8996/libgralloc1/
gr_allocator.cpp 65 Allocator::Allocator() : ion_allocator_(NULL), adreno_helper_(NULL) {
74 adreno_helper_ = new AdrenoMemInfo();
75 if (!adreno_helper_->Init()) {
79 gpu_support_macrotile = adreno_helper_->IsMacroTilingSupportedByGPU();
92 if (adreno_helper_) {
93 delete adreno_helper_;
221 if (!adreno_helper_->IsMacroTilingSupportedByGPU() || !display_support_macrotile) {
652 enable = adreno_helper_->IsUBWCSupportedByGPU(format);
803 adreno_helper_->AlignUnCompressedRGB(width, height, format, tile, alignedw, alignedh);
813 adreno_helper_->AlignCompressedRGB(width, height, format, alignedw, alignedh)
    [all...]
gr_allocator.h 98 AdrenoMemInfo *adreno_helper_ = NULL; member in class:gralloc1::Allocator

Completed in 37 milliseconds