Home
last modified time | relevance | path

Searched refs:HWC_TRANSFORM_ROT_90 (Results 1 – 25 of 35) sorted by relevance

12

/hardware/google/gfxstream/host/
DHwc2.h65 HWC_TRANSFORM_ROT_90 = HAL_TRANSFORM_ROT_90, enumerator
DPostWorkerGl.cpp43 return HWC_TRANSFORM_ROT_90; in getTransformFromRotation()
158 if ( transform == HWC_TRANSFORM_ROT_90 || transform == HWC_TRANSFORM_ROT_270) { in postImpl()
DPostWorker.cpp65 return HWC_TRANSFORM_ROT_90; in getTransformFromRotation()
/hardware/libhardware/include_all/hardware/
Dhwcomposer_defs.h96 HWC_TRANSFORM_ROT_90 = HAL_TRANSFORM_ROT_90, enumerator
Dhwcomposer2.h713 case HWC_TRANSFORM_ROT_90: return "Rotate90"; in getTransformName()
984 Rotate90 = HWC_TRANSFORM_ROT_90,
/hardware/libhardware/include/hardware/
Dhwcomposer_defs.h96 HWC_TRANSFORM_ROT_90 = HAL_TRANSFORM_ROT_90, enumerator
Dhwcomposer2.h713 case HWC_TRANSFORM_ROT_90: return "Rotate90"; in getTransformName()
984 Rotate90 = HWC_TRANSFORM_ROT_90,
/hardware/qcom/display/msm8960/libhwcomposer/
Dhwc_utils.cpp454 if(layer->transform & HWC_TRANSFORM_ROT_90) in setListStats()
813 if(transform & HWC_TRANSFORM_ROT_90) { in setMdpFlags()
821 if(!(layer->transform & HWC_TRANSFORM_ROT_90) && !rotDownscale) { in setMdpFlags()
982 ((transform & HWC_TRANSFORM_ROT_90) || downscale || forceRot)) { in configureLowRes()
1039 if(isYuvBuffer(hnd) && (transform & HWC_TRANSFORM_ROT_90)) { in configureHighRes()
Dhwc_copybit.cpp359 if((layer->transform == HWC_TRANSFORM_ROT_90) || in drawLayerUsingCopybit()
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_utils.cpp400 if(extOrient & HWC_TRANSFORM_ROT_90) in getActionSafePosition()
523 if ((extOrientation & HWC_TRANSFORM_ROT_90) && in getAspectRatioPosition()
605 if(extOrient & HWC_TRANSFORM_ROT_90) { in calcExtDisplayPosition()
676 extOrientation = HWC_TRANSFORM_ROT_90; in getMirrorModeOrientation()
1468 if(transform & HWC_TRANSFORM_ROT_90) { in setMdpFlags()
1483 if(!(transform & HWC_TRANSFORM_ROT_90) && !rotDownscale) { in setMdpFlags()
1676 ((transform & HWC_TRANSFORM_ROT_90) || downscale)) { in configureNonSplit()
1784 if(isYuvBuffer(hnd) && (transform & HWC_TRANSFORM_ROT_90)) { in configureSplit()
1915 if(isYuvBuffer(hnd) && (transform & HWC_TRANSFORM_ROT_90)) { in configureSourceSplit()
Dhwc_dump_layers.cpp262 (layer->transform == HWC_TRANSFORM_ROT_90)? "ROT_90": in logLayer()
Dhwc_utils.h574 return ((layer->transform & HWC_TRANSFORM_ROT_90) && in has90Transform()
Dhwc_fbupdate.cpp91 if(mDpy && (extOrient & HWC_TRANSFORM_ROT_90)) { in preRotateExtDisplay()
Dhwc_copybit.cpp454 if (layer->transform & HWC_TRANSFORM_ROT_90) { in drawLayerUsingCopybit()
Dhwc.cpp150 (layer->transform & HWC_TRANSFORM_ROT_90)) { in setDMAState()
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_dump_layers.cpp262 (layer->transform == HWC_TRANSFORM_ROT_90)? "ROT_90": in logLayer()
Dhwc_utils.cpp415 if(extOrient & HWC_TRANSFORM_ROT_90) in getActionSafePosition()
510 if ((extOrientation & HWC_TRANSFORM_ROT_90) && in getAspectRatioPosition()
592 if(extOrient & HWC_TRANSFORM_ROT_90) { in calcExtDisplayPosition()
663 extOrientation = HWC_TRANSFORM_ROT_90; in getMirrorModeOrientation()
1499 if(!(transform & HWC_TRANSFORM_ROT_90) && !rotDownscale) { in setMdpFlags()
Dhwc_fbupdate.cpp98 if(mDpy && (extOrient & HWC_TRANSFORM_ROT_90)) { in preRotateExtDisplay()
Dhwc_utils.h613 return ((layer->transform & HWC_TRANSFORM_ROT_90) && in has90Transform()
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_dump_layers.cpp266 (layer->transform == HWC_TRANSFORM_ROT_90)? "ROT_90": in logLayer()
Dhwc_utils.cpp576 if(extOrient & HWC_TRANSFORM_ROT_90) in getActionSafePosition()
671 if ((extOrientation & HWC_TRANSFORM_ROT_90) && in getAspectRatioPosition()
758 if(extOrient & HWC_TRANSFORM_ROT_90) { in calcExtDisplayPosition()
838 extOrientation = HWC_TRANSFORM_ROT_90; in getMirrorModeOrientation()
884 if(layer->transform & HWC_TRANSFORM_ROT_90) in needsScaling()
1734 if(!(transform & HWC_TRANSFORM_ROT_90) && !rotDownscale) { in setMdpFlags()
Dhwc_utils.h702 return ((layer->transform & HWC_TRANSFORM_ROT_90) && in has90Transform()
Dhwc_fbupdate.cpp96 if(mDpy && (extOrient & HWC_TRANSFORM_ROT_90)) { in preRotateExtDisplay()
/hardware/google/gfxstream/host/tests/
DCompositorVk_unittest.cpp805 {HWC_TRANSFORM_ROT_90, "256x256_golden_transform_rot90.png"}, in TEST_F()
975 .transform = HWC_TRANSFORM_ROT_90, in TEST_F()
/hardware/google/gfxstream/host/gl/
DTextureDraw.cpp639 case HWC_TRANSFORM_ROT_90: in drawLayer()

12