Home
last modified time | relevance | path

Searched refs:isFormatSBWC (Results 1 – 3 of 3) sorted by relevance

/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosMPP.cpp716 isFormatSBWC(dst.format)) in getDstMinWidth()
728 isFormatSBWC(dst.format)) in getDstMinHeight()
744 isFormatSBWC(dst.format)) in getDstWidthAlign()
755 isFormatSBWC(dst.format)) in getDstHeightAlign()
767 isFormatSBWC(dst.format)) in getDstXOffsetAlign()
779 isFormatSBWC(dst.format)) in getDstYOffsetAlign()
1085 isAFBCCompressed(dst_handle), isFormatSBWC(gmeta.format), isFormatLossy(gmeta.format)); in needDstBufRealloc()
1091 dst.compressed, isFormatSBWC(dst.format), isFormatLossy(dst.format)); in needDstBufRealloc()
1098 (isFormatSBWC(gmeta.format) != isFormatSBWC(dst.format)) || in needDstBufRealloc()
2368 if (isFormatSBWC(criteria.format) && hasPPC(mPhysicalType, PPC_FORMAT_SBWC, PPC_ROT_NO)) in getPPCIndex()
/hardware/google/graphics/common/libhwc2.1/libhwchelper/
DExynosHWCHelper.h421 bool isFormatSBWC(int format);
DExynosHWCHelper.cpp192 bool isFormatSBWC(int format) in isFormatSBWC() function