Home
last modified time | relevance | path

Searched refs:mGeometryInvalid (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/unittests/
DTestableSurfaceFlinger.h326 auto& mutableGeometryInvalid() { return mFlinger->mGeometryInvalid; } in mutableGeometryInvalid()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h964 bool mGeometryInvalid = false; variable
DSurfaceFlinger.cpp1798 if (CC_UNLIKELY(mGeometryInvalid)) { in calculateWorkingSet()
1799 mGeometryInvalid = false; in calculateWorkingSet()
3303 mGeometryInvalid = true; in invalidateHwcGeometry()