Searched refs:AlignCompressedRGB (Results 1 - 9 of 9) sorted by relevance
/hardware/qcom/display/msm8996/libgralloc1/ |
H A D | gr_adreno_info.h | 103 void AlignCompressedRGB(int width, int height, int format, unsigned int *aligned_w,
|
H A D | gr_adreno_info.cpp | 132 void AdrenoMemInfo::AlignCompressedRGB(int width, int height, int format, unsigned int *aligned_w, function in class:gralloc1::AdrenoMemInfo
|
H A D | gr_allocator.cpp | 789 adreno_helper_->AlignCompressedRGB(width, height, format, alignedw, alignedh);
|
/hardware/qcom/display/msm8998/libgralloc1/ |
H A D | gr_adreno_info.h | 103 void AlignCompressedRGB(int width, int height, int format, unsigned int *aligned_w,
|
H A D | gr_adreno_info.cpp | 131 void AdrenoMemInfo::AlignCompressedRGB(int width, int height, int format, unsigned int *aligned_w, function in class:gralloc1::AdrenoMemInfo
|
H A D | gr_allocator.cpp | 788 adreno_helper_->AlignCompressedRGB(width, height, format, alignedw, alignedh);
|
/hardware/qcom/display/sdm845/libgralloc1/ |
H A D | gr_adreno_info.h | 101 void AlignCompressedRGB(int width, int height, int format, unsigned int *aligned_w,
|
H A D | gr_adreno_info.cpp | 161 void AdrenoMemInfo::AlignCompressedRGB(int width, int height, int format, unsigned int *aligned_w, function in class:gralloc1::AdrenoMemInfo
|
H A D | gr_utils.cpp | 689 AdrenoMemInfo::GetInstance()->AlignCompressedRGB(width, height, format, alignedw, alignedh);
|
Completed in 45 milliseconds