Home
last modified time | relevance | path

Searched defs:hasSomethingToDraw (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/FrontEnd/
DLayerSnapshot.cpp181 bool LayerSnapshot::hasSomethingToDraw() const { in hasSomethingToDraw() function in android::surfaceflinger::frontend::LayerSnapshot
DRequestedLayerState.cpp630 bool RequestedLayerState::hasSomethingToDraw() const { in hasSomethingToDraw() function in android::surfaceflinger::frontend::RequestedLayerState
/frameworks/native/services/surfaceflinger/
DLayer.h1196 bool hasSomethingToDraw() const { return hasEffect() || hasBufferOrSidebandStream(); } in hasSomethingToDraw() function