HomeSort by relevance Sort by last modified time
    Searched refs:HWC_GEOMETRY_CHANGED (Results 1 - 8 of 8) sorted by null

  /hardware/libhardware/include/hardware/
hwcomposer.h 135 * the HWC_GEOMETRY_CHANGED flag is not set for the second call then the
171 * HWC_GEOMETRY_CHANGED is set by SurfaceFlinger to indicate that the list
174 HWC_GEOMETRY_CHANGED = 0x00000001,
255 * (*prepare)() is called with HWC_GEOMETRY_CHANGED to indicate that the
  /hardware/libhardware/modules/hwcomposer/
hwcomposer.cpp 71 if (list && (list->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...]
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.cpp 158 mList->flags = HWC_GEOMETRY_CHANGED;
203 mList->flags &= ~HWC_GEOMETRY_CHANGED;
  /device/samsung/crespo/libhwcomposer/
SecHWC.cpp 226 if( !list || (!(list->flags & HWC_GEOMETRY_CHANGED)))

Completed in 115 milliseconds