Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DLayer.h456 bool bgColorOnly);
1169 void updateTexImage(nsecs_t latchTime, bool bgColorOnly = false);
DLayer.cpp3548 void Layer::updateTexImage(nsecs_t latchTime, bool bgColorOnly) { in updateTexImage() argument
3552 if (bgColorOnly || mBufferInfo.mBuffer) { in updateTexImage()
4138 const bool bgColorOnly = mDrawingState.bgColorLayer != nullptr; in latchBuffer() local
4139 return latchBufferImpl(recomputeVisibleRegions, latchTime, bgColorOnly); in latchBuffer()
4142 bool Layer::latchBufferImpl(bool& recomputeVisibleRegions, nsecs_t latchTime, bool bgColorOnly) { in latchBufferImpl() argument
4159 updateTexImage(latchTime, bgColorOnly); in latchBufferImpl()
DSurfaceFlinger.cpp2557 const bool bgColorOnly = in updateLayerSnapshots() local
2562 it->second->latchBufferImpl(unused, latchTime, bgColorOnly); in updateLayerSnapshots()