Searched refs:canUseRotator (Results 1 – 10 of 10) sorted by relevance
/hardware/qcom/display/msm8084/libhwcomposer/ |
D | hwc_utils.h | 369 bool canUseRotator(hwc_context_t *ctx, int dpy);
|
D | hwc.cpp | 149 if (UNLIKELY(isYuvBuffer(hnd)) && canUseRotator(ctx, dpy) && in setDMAState()
|
D | hwc_mdpcomp.cpp | 710 if(!canUseRotator(ctx, mDpy)) { in tryFullFrame() 1029 if(layer->transform & HWC_TRANSFORM_ROT_90 && !canUseRotator(ctx,mDpy)) { in isYUVDoable()
|
D | hwc_utils.cpp | 2006 bool canUseRotator(hwc_context_t *ctx, int dpy) { in canUseRotator() function
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc_utils.h | 389 bool canUseRotator(hwc_context_t *ctx, int dpy);
|
D | hwc_mdpcomp.cpp | 723 if(!canUseRotator(ctx, mDpy)) { in tryFullFrame() 1208 if(has90Transform(layer) && !canUseRotator(ctx, mDpy)) { in isYUVDoable()
|
D | hwc_utils.cpp | 2010 bool canUseRotator(hwc_context_t *ctx, int dpy) { in canUseRotator() function
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | hwc_utils.h | 462 bool canUseRotator(hwc_context_t *ctx, int dpy);
|
D | hwc.cpp | 139 if (canUseRotator(ctx, dpy) && in setDMAState()
|
D | hwc_mdpcomp.cpp | 831 if(!canUseRotator(ctx, mDpy)) { in tryFullFrame() 1463 if(has90Transform(layer) && !canUseRotator(ctx, mDpy)) { in isYUVDoable()
|