Lines Matching refs:AdrenoMemInfo
78 ANDROID_SINGLETON_STATIC_INSTANCE(AdrenoMemInfo);
100 AdrenoMemInfo::AdrenoMemInfo() in AdrenoMemInfo() function in AdrenoMemInfo
137 AdrenoMemInfo::~AdrenoMemInfo() in ~AdrenoMemInfo()
144 int AdrenoMemInfo::isMacroTilingSupportedByGPU() in isMacroTilingSupportedByGPU()
154 void AdrenoMemInfo::getAlignedWidthAndHeight(const private_handle_t *hnd, int& aligned_w, in getAlignedWidthAndHeight()
209 void AdrenoMemInfo::getAlignedWidthAndHeight(int width, int height, int format, in getAlignedWidthAndHeight()
316 void AdrenoMemInfo::getGpuAlignedWidthHeight(int width, int height, int format, in getGpuAlignedWidthHeight()
371 int AdrenoMemInfo::isUBWCSupportedByGPU(int format) in isUBWCSupportedByGPU()
382 ADRENOPIXELFORMAT AdrenoMemInfo::getGpuPixelFormat(int hal_format) in getGpuPixelFormat()
517 if(AdrenoMemInfo::getInstance().isMacroTilingSupportedByGPU() && in isMacroTileEnabled()
678 AdrenoMemInfo::getInstance().getAlignedWidthAndHeight(width, in getBufferSizeAndDimensions()
696 AdrenoMemInfo::getInstance().getAlignedWidthAndHeight(width, in getBufferSizeAndDimensions()
714 AdrenoMemInfo::getInstance().getAlignedWidthAndHeight(width, in getBufferAttributes()
796 AdrenoMemInfo::getInstance().getAlignedWidthAndHeight(metadata->bufferDim.sliceWidth, in getYUVPlaneInfo()
964 enable = AdrenoMemInfo::getInstance().isUBWCSupportedByGPU(format); in isUBwcEnabled()