Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/include/gui/
DLayerState.h267 static constexpr uint64_t CONTENT_DIRTY = layer_state_t::CONTENT_CHANGES | member
/frameworks/native/services/surfaceflinger/FrontEnd/
DLayerSnapshot.cpp358 contentDirty = requested.what & layer_state_t::CONTENT_DIRTY; in merge()
DRequestedLayerState.cpp560 return what & layer_state_t::CONTENT_DIRTY && in hasFrameUpdate()