OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HWC_GEOMETRY_CHANGED
(Results
1 - 25
of
31
) sorted by null
1
2
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
DisplayAnalyzer.cpp
133
content->flags |=
HWC_GEOMETRY_CHANGED
;
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/devices/
DummyDevice.cpp
62
if (display->flags &
HWC_GEOMETRY_CHANGED
) {
PhysicalDevice.cpp
94
if ((display->flags &
HWC_GEOMETRY_CHANGED
) && mLayerList) {
108
if (display->flags &
HWC_GEOMETRY_CHANGED
) {
/hardware/libhardware/include/hardware/
hwcomposer.h
46
* before (*prepare)() is called when the
HWC_GEOMETRY_CHANGED
flag is
75
*
HWC_GEOMETRY_CHANGED
flag is also set.
121
*
HWC_GEOMETRY_CHANGED
flag is set, in which case it is reset to 0.
141
* prepare calls and the
HWC_GEOMETRY_CHANGED
flag is not set
319
*
HWC_GEOMETRY_CHANGED
is set by SurfaceFlinger to indicate that the list
323
HWC_GEOMETRY_CHANGED
= 0x00000001,
506
*
HWC_GEOMETRY_CHANGED
flag is set.
508
* (*prepare)() is called with
HWC_GEOMETRY_CHANGED
to indicate that the
[
all
...]
/hardware/libhardware/modules/hwcomposer/
hwcomposer.cpp
75
if (displays && (displays[0]->flags &
HWC_GEOMETRY_CHANGED
)) {
/frameworks/native/opengl/tests/hwc/
hwcColorEquiv.cpp
350
list->flags =
HWC_GEOMETRY_CHANGED
;
390
list->flags &= ~
HWC_GEOMETRY_CHANGED
;
hwcRects.cpp
337
list->flags &= ~
HWC_GEOMETRY_CHANGED
;
hwcStress.cpp
488
list->flags &= ~
HWC_GEOMETRY_CHANGED
;
hwcTestLib.cpp
412
list->flags =
HWC_GEOMETRY_CHANGED
;
431
(list->flags &
HWC_GEOMETRY_CHANGED
) ? " GEOMETRY_CHANGED" : "");
[
all
...]
/hardware/intel/img/hwcomposer/merrifield/common/devices/
PhysicalDevice.cpp
96
if ((display->flags &
HWC_GEOMETRY_CHANGED
) && mLayerList) {
111
if (display->flags &
HWC_GEOMETRY_CHANGED
) {
/hardware/intel/img/hwcomposer/merrifield/common/base/
DisplayAnalyzer.cpp
154
if (content->flags &
HWC_GEOMETRY_CHANGED
) {
484
mCachedDisplays[i]->flags |=
HWC_GEOMETRY_CHANGED
;
883
content->flags |=
HWC_GEOMETRY_CHANGED
;
HwcLayerList.cpp
754
if (mList->flags &
HWC_GEOMETRY_CHANGED
) {
[
all
...]
/hardware/qcom/display/msm8084/libhwcomposer/
hwc_dump_layers.cpp
210
(listFlags &
HWC_GEOMETRY_CHANGED
)? "[HwcList Geometry Changed]": "");
hwc_mdpcomp.cpp
224
(list->flags &
HWC_GEOMETRY_CHANGED
) ||
800
if(list->flags &
HWC_GEOMETRY_CHANGED
) { //Try load based first
[
all
...]
/hardware/qcom/display/msm8226/libhwcomposer/
hwc_dump_layers.cpp
210
(listFlags &
HWC_GEOMETRY_CHANGED
)? "[HwcList Geometry Changed]": "");
hwc_mdpcomp.cpp
241
(list->flags &
HWC_GEOMETRY_CHANGED
) ||
[
all
...]
hwc.cpp
275
list->flags &
HWC_GEOMETRY_CHANGED
)
/hardware/qcom/display/msm8994/libhwcomposer/
hwc_dump_layers.cpp
214
(listFlags &
HWC_GEOMETRY_CHANGED
)? "[HwcList Geometry Changed]": "");
hwc.cpp
309
list->flags &
HWC_GEOMETRY_CHANGED
)
[
all
...]
/hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_color_manager.cpp
267
solid_fill_layers_->flags =
HWC_GEOMETRY_CHANGED
;
/external/drm_hwcomposer/
hwcomposer.cpp
431
(dc->flags &
HWC_GEOMETRY_CHANGED
) ==
HWC_GEOMETRY_CHANGED
;
/hardware/libhardware/tests/hwc/
cnativewindow.c
188
dc->flags =
HWC_GEOMETRY_CHANGED
;
/hardware/qcom/display/msm8909/sdm/libs/hwc/
hwc_color_manager.cpp
267
solid_fill_layers_->flags =
HWC_GEOMETRY_CHANGED
;
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
hwc_color_manager.cpp
267
solid_fill_layers_->flags =
HWC_GEOMETRY_CHANGED
;
/hardware/qcom/display/msm8960/libhwcomposer/
hwc_mdpcomp.cpp
767
(list->flags &
HWC_GEOMETRY_CHANGED
) ||
797
ALOGD("GEOMETRY change: %d", (list->flags &
HWC_GEOMETRY_CHANGED
));
[
all
...]
Completed in 712 milliseconds
1
2