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 - 8
of
8
) sorted by null
/hardware/libhardware/include/hardware/
hwcomposer.h
75
* before (*prepare)() is called when the
HWC_GEOMETRY_CHANGED
flag is
104
*
HWC_GEOMETRY_CHANGED
flag is also set.
123
*
HWC_GEOMETRY_CHANGED
flag is set, in which case it is reset to 0.
140
* the
HWC_GEOMETRY_CHANGED
flag is not set for the second call then the
266
*
HWC_GEOMETRY_CHANGED
is set by SurfaceFlinger to indicate that the list
270
HWC_GEOMETRY_CHANGED
= 0x00000001,
425
* unless the
HWC_GEOMETRY_CHANGED
flag is set.
427
* (*prepare)() is called with
HWC_GEOMETRY_CHANGED
to indicate that the
/hardware/libhardware/modules/hwcomposer/
hwcomposer.cpp
72
if (displays && (displays[0]->flags &
HWC_GEOMETRY_CHANGED
)) {
/frameworks/native/opengl/tests/hwc/
hwcColorEquiv.cpp
353
list->flags =
HWC_GEOMETRY_CHANGED
;
393
list->flags &= ~
HWC_GEOMETRY_CHANGED
;
hwcRects.cpp
339
list->flags &= ~
HWC_GEOMETRY_CHANGED
;
hwcStress.cpp
488
list->flags &= ~
HWC_GEOMETRY_CHANGED
;
hwcTestLib.cpp
410
list->flags =
HWC_GEOMETRY_CHANGED
;
429
(list->flags &
HWC_GEOMETRY_CHANGED
) ? " GEOMETRY_CHANGED" : "");
[
all
...]
/hardware/qcom/display/libhwcomposer/
hwc_mdpcomp.cpp
745
(list->flags &
HWC_GEOMETRY_CHANGED
) ||
775
ALOGD("GEOMETRY change: %d", (list->flags &
HWC_GEOMETRY_CHANGED
));
[
all
...]
/frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.cpp
536
disp.list->flags =
HWC_GEOMETRY_CHANGED
;
695
disp.list->flags &= ~
HWC_GEOMETRY_CHANGED
;
[
all
...]
Completed in 929 milliseconds