Searched refs:isRotationDoable (Results 1 – 12 of 12) 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 1491 if(has90Transform(layer) && isRotationDoable(ctx, hnd)) { in setMdpFlags() 1679 if((has90Transform(layer) && isRotationDoable(ctx, hnd)) || downscale) { in configureNonSplit() 1787 if(has90Transform(layer) && isRotationDoable(ctx, hnd)) { in configureSplit() 1917 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/msm8909/libhwcomposer/ |
D | hwc_utils.cpp | 1265 bool isRotationDoable(hwc_context_t *ctx, private_handle_t *hnd) { in isRotationDoable() function 1806 if(has90Transform(layer) && isRotationDoable(ctx, hnd)) { in setMdpFlags() 2090 if((has90Transform(layer) or downscale) and isRotationDoable(ctx, hnd)) { in configureNonSplit() 2202 if((has90Transform(layer) or downscale) and isRotationDoable(ctx, hnd)) { in configureSplit() 2337 if(has90Transform(layer) && isRotationDoable(ctx, hnd)) { in configureSourceSplit()
|
D | hwc_utils.h | 287 bool isRotationDoable(hwc_context_t *ctx, private_handle_t *hnd);
|
D | hwc_mdpcomp.cpp | 381 if((has90Transform(layer) and (not isRotationDoable(ctx, hnd))) || in isSupportedForMDPComp() 804 if(has90Transform(layer) && isRotationDoable(ctx, hnd)) { in tryFullFrame() 1856 if(has90Transform(layer) && isRotationDoable(ctx, hnd)) { in resourceCheck() 2702 if((has90Transform(layer) or downscale) and isRotationDoable(ctx, hnd)) { in configure()
|
D | hwc.cpp | 142 && 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 1726 if(has90Transform(layer) && isRotationDoable(ctx, hnd)) { in setMdpFlags() 2010 if((has90Transform(layer) or downscale) and isRotationDoable(ctx, hnd)) { in configureNonSplit() 2121 if((has90Transform(layer) or downscale) and isRotationDoable(ctx, hnd)) { in configureSplit() 2256 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()
|