Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosMPP.h55 #define G2D_JUSTIFIED_DST_ALIGN 16 macro
DExynosMPP.cpp1341 return G2D_JUSTIFIED_DST_ALIGN; in getDstStrideAlignment()
1403 G2D_JUSTIFIED_DST_ALIGN)); in setupDst()
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDisplay.cpp2264 config.src.f_w = pixel_align(mXres, G2D_JUSTIFIED_DST_ALIGN); in configureOverlay()
2265 config.src.f_h = pixel_align(mYres, G2D_JUSTIFIED_DST_ALIGN); in configureOverlay()