Searched refs:bgColorOnly (Results 1 – 3 of 3) sorted by relevance
456 bool bgColorOnly);1169 void updateTexImage(nsecs_t latchTime, bool bgColorOnly = false);
3548 void Layer::updateTexImage(nsecs_t latchTime, bool bgColorOnly) { in updateTexImage() argument3552 if (bgColorOnly || mBufferInfo.mBuffer) { in updateTexImage()4138 const bool bgColorOnly = mDrawingState.bgColorLayer != nullptr; in latchBuffer() local4139 return latchBufferImpl(recomputeVisibleRegions, latchTime, bgColorOnly); in latchBuffer()4142 bool Layer::latchBufferImpl(bool& recomputeVisibleRegions, nsecs_t latchTime, bool bgColorOnly) { in latchBufferImpl() argument4159 updateTexImage(latchTime, bgColorOnly); in latchBufferImpl()
2557 const bool bgColorOnly = in updateLayerSnapshots() local2562 it->second->latchBufferImpl(unused, latchTime, bgColorOnly); in updateLayerSnapshots()