Home
last modified time | relevance | path

Searched refs:getFormatStr (Results 1 – 5 of 5) sorted by relevance

/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosLayer.cpp1059 tb.add("format", getFormatStr(format, mCompressionInfo.type).c_str()) in dump()
1147 getFormatStr(format, mCompressionInfo.type).c_str()); in printLayer()
DExynosDisplay.cpp3491 getFormatStr(image.format, image.compressionInfo.type).c_str()); in dumpBuffer()
3501 configFile << " format: " << getFormatStr(image.format, image.compressionInfo.type) << "\n"; in dumpBuffer()
/hardware/google/graphics/common/libhwc2.1/libhwchelper/
DExynosHWCHelper.cpp562 getFormatStr(img.format, img.compressionInfo.type).c_str()); in dumpExynosImage()
651 String8 getFormatStr(int format, uint32_t compressType) { in getFormatStr() function
DExynosHWCHelper.h478 String8 getFormatStr(int format, uint32_t compressType);
/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosResourceManager.cpp2515 getFormatStr(mFormatRestrictions[mFormatRestrictionCnt].format, COMP_TYPE_MASK) in makeFormatRestrictions()