Loading services/surfaceflinger/Layer.cpp +273 −271 Original line number Diff line number Diff line Loading @@ -1803,7 +1803,9 @@ Region Layer::latchBuffer(bool& recomputeVisibleRegions) } Region outDirtyRegion; if (mQueuedFrames > 0 || mAutoRefresh) { if (mQueuedFrames <= 0 && !mAutoRefresh) { return outDirtyRegion; } // if we've already called updateTexImage() without going through // a composition step, we have to skip this layer at this point Loading Loading @@ -2130,7 +2132,7 @@ Region Layer::latchBuffer(bool& recomputeVisibleRegions) // transform the dirty region to window-manager space outDirtyRegion = (s.active.transform.transform(dirtyRegion)); } return outDirtyRegion; } Loading Loading
services/surfaceflinger/Layer.cpp +273 −271 Original line number Diff line number Diff line Loading @@ -1803,7 +1803,9 @@ Region Layer::latchBuffer(bool& recomputeVisibleRegions) } Region outDirtyRegion; if (mQueuedFrames > 0 || mAutoRefresh) { if (mQueuedFrames <= 0 && !mAutoRefresh) { return outDirtyRegion; } // if we've already called updateTexImage() without going through // a composition step, we have to skip this layer at this point Loading Loading @@ -2130,7 +2132,7 @@ Region Layer::latchBuffer(bool& recomputeVisibleRegions) // transform the dirty region to window-manager space outDirtyRegion = (s.active.transform.transform(dirtyRegion)); } return outDirtyRegion; } Loading