Searched defs:hasSomethingToDraw (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/services/surfaceflinger/FrontEnd/ | ||
D | LayerSnapshot.cpp | 181 bool LayerSnapshot::hasSomethingToDraw() const { in hasSomethingToDraw() function in android::surfaceflinger::frontend::LayerSnapshot |
D | RequestedLayerState.cpp | 630 bool RequestedLayerState::hasSomethingToDraw() const { in hasSomethingToDraw() function in android::surfaceflinger::frontend::RequestedLayerState |
/frameworks/native/services/surfaceflinger/ | ||
D | Layer.h | 1196 bool hasSomethingToDraw() const { return hasEffect() || hasBufferOrSidebandStream(); } in hasSomethingToDraw() function |