Searched refs:HWC_GEOMETRY_CHANGED (Results 1 - 16 of 16) sorted by relevance

/hardware/intel/img/hwcomposer/common/base/
H A DDisplayAnalyzer.cpp133 content->flags |= HWC_GEOMETRY_CHANGED;
/hardware/intel/img/hwcomposer/common/devices/
H A DDummyDevice.cpp62 if (display->flags & HWC_GEOMETRY_CHANGED) {
H A DPhysicalDevice.cpp93 if ((display->flags & HWC_GEOMETRY_CHANGED) && mLayerList) {
107 if (display->flags & HWC_GEOMETRY_CHANGED) {
/hardware/libhardware/modules/hwcomposer/
H A Dhwcomposer.cpp72 if (displays && (displays[0]->flags & HWC_GEOMETRY_CHANGED)) {
/hardware/libhardware/include/hardware/
H A Dhwcomposer.h82 * before (*prepare)() is called when the HWC_GEOMETRY_CHANGED flag is
111 * HWC_GEOMETRY_CHANGED flag is also set.
157 * HWC_GEOMETRY_CHANGED flag is set, in which case it is reset to 0.
177 * prepare calls and the HWC_GEOMETRY_CHANGED flag is not set
334 * HWC_GEOMETRY_CHANGED is set by SurfaceFlinger to indicate that the list
338 HWC_GEOMETRY_CHANGED = 0x00000001, enumerator in enum:__anon1269
520 * HWC_GEOMETRY_CHANGED flag is set.
522 * (*prepare)() is called with HWC_GEOMETRY_CHANGED to indicate that the
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_dump_layers.cpp210 (listFlags & HWC_GEOMETRY_CHANGED)? "[HwcList Geometry Changed]": "");
H A Dhwc_mdpcomp.cpp224 (list->flags & HWC_GEOMETRY_CHANGED) ||
793 if(list->flags & HWC_GEOMETRY_CHANGED) { //Try load based first
960 isSkipPresent(ctx, mDpy) || (list->flags & HWC_GEOMETRY_CHANGED) ||
1474 (list->flags & HWC_GEOMETRY_CHANGED));
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_dump_layers.cpp210 (listFlags & HWC_GEOMETRY_CHANGED)? "[HwcList Geometry Changed]": "");
H A Dhwc_mdpcomp.cpp233 (list->flags & HWC_GEOMETRY_CHANGED) ||
969 if(list->flags & HWC_GEOMETRY_CHANGED) { //Try load based first
1136 isSkipPresent(ctx, mDpy) || (list->flags & HWC_GEOMETRY_CHANGED) ||
1682 (list->flags & HWC_GEOMETRY_CHANGED));
H A Dhwc.cpp265 list->flags & HWC_GEOMETRY_CHANGED)
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_mdpcomp.cpp614 not (list->flags & HWC_GEOMETRY_CHANGED)) {
899 (list->flags & HWC_GEOMETRY_CHANGED) ||
938 ALOGD("GEOMETRY change: %d", (list->flags & HWC_GEOMETRY_CHANGED));
H A Dhwc.cpp129 if(list->flags & HWC_GEOMETRY_CHANGED) {
/hardware/libhardware/tests/hwc/
H A Dcnativewindow.c188 dc->flags = HWC_GEOMETRY_CHANGED;
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_mdpcomp.cpp761 (list->flags & HWC_GEOMETRY_CHANGED) ||
791 ALOGD("GEOMETRY change: %d", (list->flags & HWC_GEOMETRY_CHANGED));
/hardware/ti/omap4-aah/hwc/
H A Drgz_2d.c1548 (list->flags & HWC_GEOMETRY_CHANGED);
1563 if (dumplayers && (list->flags & HWC_GEOMETRY_CHANGED)) {
H A Dhwc.c1501 if (flags & HWC_GEOMETRY_CHANGED)

Completed in 8649 milliseconds