Searched refs:isRotationDoable (Results 1 – 8 of 8) sorted by relevance
/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc_utils.cpp | 980 bool isRotationDoable(hwc_context_t *ctx, private_handle_t *hnd) { in isRotationDoable() function 1493 if(has90Transform(layer) && isRotationDoable(ctx, hnd)) { in setMdpFlags() 1681 if((has90Transform(layer) && isRotationDoable(ctx, hnd)) || downscale) { in configureNonSplit() 1789 if(has90Transform(layer) && isRotationDoable(ctx, hnd)) { in configureSplit() 1919 if(has90Transform(layer) && isRotationDoable(ctx, hnd)) { in configureSourceSplit()
|
D | hwc_mdpcomp.cpp | 327 if((has90Transform(layer) and (not isRotationDoable(ctx, hnd))) || in isSupportedForMDPComp() 722 if(has90Transform(layer) && isRotationDoable(ctx, hnd)) { in tryFullFrame() 1559 if(has90Transform(layer) && isRotationDoable(ctx, hnd)) { in resourceCheck() 2340 if(has90Transform(layer) && isRotationDoable(ctx, hnd)) { in configure()
|
D | hwc_utils.h | 265 bool isRotationDoable(hwc_context_t *ctx, private_handle_t *hnd);
|
D | hwc.cpp | 160 has90Transform(layer) && isRotationDoable(ctx, hnd)) { in setDMAState()
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | hwc_utils.cpp | 1198 bool isRotationDoable(hwc_context_t *ctx, private_handle_t *hnd) { in isRotationDoable() function 1728 if(has90Transform(layer) && isRotationDoable(ctx, hnd)) { in setMdpFlags() 2012 if((has90Transform(layer) or downscale) and isRotationDoable(ctx, hnd)) { in configureNonSplit() 2123 if((has90Transform(layer) or downscale) and isRotationDoable(ctx, hnd)) { in configureSplit() 2258 if(has90Transform(layer) && isRotationDoable(ctx, hnd)) { in configureSourceSplit()
|
D | hwc_utils.h | 315 bool isRotationDoable(hwc_context_t *ctx, private_handle_t *hnd);
|
D | hwc_mdpcomp.cpp | 385 if((has90Transform(layer) and (not isRotationDoable(ctx, hnd))) || in isSupportedForMDPComp() 830 if(has90Transform(layer) && isRotationDoable(ctx, hnd)) { in tryFullFrame() 1889 if(has90Transform(layer) && isRotationDoable(ctx, hnd)) { in resourceCheck() 2882 if((has90Transform(layer) or downscale) and isRotationDoable(ctx, hnd)) { in configure()
|
D | hwc.cpp | 141 && isRotationDoable(ctx, hnd)) { in setDMAState()
|