Home
last modified time | relevance | path

Searched refs:HWC_GEOMETRY_CHANGED (Results 1 – 20 of 20) sorted by relevance

/hardware/libhardware/modules/hwcomposer/
Dhwcomposer.cpp75 if (displays && (displays[0]->flags & HWC_GEOMETRY_CHANGED)) { in hwc_prepare()
/hardware/libhardware/include/hardware/
Dhwcomposer.h323 HWC_GEOMETRY_CHANGED = 0x00000001, enumerator
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_dump_layers.cpp210 (listFlags & HWC_GEOMETRY_CHANGED)? "[HwcList Geometry Changed]": ""); in logHwcProps()
Dhwc_mdpcomp.cpp224 (list->flags & HWC_GEOMETRY_CHANGED) || in setRedraw()
800 if(list->flags & HWC_GEOMETRY_CHANGED) { //Try load based first in partialMDPComp()
967 isSkipPresent(ctx, mDpy) || (list->flags & HWC_GEOMETRY_CHANGED) || in canPartialUpdate()
1482 (list->flags & HWC_GEOMETRY_CHANGED)); in prepare()
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_dump_layers.cpp210 (listFlags & HWC_GEOMETRY_CHANGED)? "[HwcList Geometry Changed]": ""); in logHwcProps()
Dhwc_mdpcomp.cpp241 (list->flags & HWC_GEOMETRY_CHANGED) || in setRedraw()
977 if(list->flags & HWC_GEOMETRY_CHANGED) { //Try load based first in partialMDPComp()
1144 isSkipPresent(ctx, mDpy) || (list->flags & HWC_GEOMETRY_CHANGED) || in canPartialUpdate()
1690 (list->flags & HWC_GEOMETRY_CHANGED)); in prepare()
Dhwc.cpp275 list->flags & HWC_GEOMETRY_CHANGED) in hwc_prepare_primary()
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_dump_layers.cpp214 (listFlags & HWC_GEOMETRY_CHANGED)? "[HwcList Geometry Changed]": ""); in logHwcProps()
Dhwc_mdpcomp.cpp307 (list->flags & HWC_GEOMETRY_CHANGED) || in setRedraw()
1141 if(list->flags & HWC_GEOMETRY_CHANGED) { //Try load based first in partialMDPComp()
1302 isSkipPresent(ctx, mDpy) || (list->flags & HWC_GEOMETRY_CHANGED) || in canPartialUpdate()
2087 (list->flags & HWC_GEOMETRY_CHANGED)); in prepare()
Dhwc.cpp309 list->flags & HWC_GEOMETRY_CHANGED) in hwc_prepare_primary()
DHWC2On1Adapter.cpp1286 mHwc1RequestedContents->flags |= HWC_GEOMETRY_CHANGED; in prepare()
1598 ((hwcContents.flags & HWC_GEOMETRY_CHANGED) != 0 ? "Y\n" : "N\n"); in to_string()
/hardware/qcom/display/msm8996/sdm/libs/hwc/
Dhwc_color_manager.cpp267 solid_fill_layers_->flags = HWC_GEOMETRY_CHANGED; in CreateSolidFillLayers()
Dhwc_display.cpp564 layer_stack_.flags.geometry_changed = ((content_list->flags & HWC_GEOMETRY_CHANGED) > 0); in PrePrepareLayerStack()
/hardware/qcom/display/msm8960/libhwcomposer/
Dhwc_mdpcomp.cpp767 (list->flags & HWC_GEOMETRY_CHANGED) || in prepare()
797 ALOGD("GEOMETRY change: %d", (list->flags & HWC_GEOMETRY_CHANGED)); in prepare()
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
Dhwc_color_manager.cpp267 solid_fill_layers_->flags = HWC_GEOMETRY_CHANGED; in CreateSolidFillLayers()
Dhwc_display.cpp682 layer_stack_.flags.geometry_changed = ((content_list->flags & HWC_GEOMETRY_CHANGED) > 0); in PrePrepareLayerStack()
/hardware/qcom/display/msm8909/sdm/libs/hwc/
Dhwc_color_manager.cpp267 solid_fill_layers_->flags = HWC_GEOMETRY_CHANGED; in CreateSolidFillLayers()
Dhwc_display.cpp682 layer_stack_.flags.geometry_changed = ((content_list->flags & HWC_GEOMETRY_CHANGED) > 0); in PrePrepareLayerStack()
/hardware/libhardware/tests/hwc/
Dcnativewindow.c188 dc->flags = HWC_GEOMETRY_CHANGED; in hwc_post()
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
DHWC2On1Adapter.cpp1223 mHwc1RequestedContents->flags |= HWC_GEOMETRY_CHANGED; in prepare()
1496 ((hwcContents.flags & HWC_GEOMETRY_CHANGED) != 0 ? "Y\n" : "N\n"); in to_string()