commit | c91077c919127d27f850c8d3700d69314d57fcc7 | [log] [tgz] |
---|---|---|
author | Chia-I Wu <olv@google.com> | Mon Nov 27 13:32:04 2017 -0800 |
committer | Chia-I Wu <olv@google.com> | Mon Dec 11 11:11:26 2017 -0800 |
tree | 6ea05f6c3c0355d5fec08645d45cf4d52d6be69f | |
parent | 005bf0ae573bc882aa2931e83f1a8915a12e83df [diff] |
surfaceflinger: remove support for context detaching BufferLayerConsumer::detachFromContext and BufferLayerConsumer::attachToContext are unused. BufferLayerConsumer::bindTextureImageLocked used to support a special case (see libgui_test's SurfaceTextureMultiContextGLTest.AttachAfterDisplayTerminatedSucceeds) because of context detaching, the support can be removed as well. Test: builds Change-Id: I169a57ebd1b99770ce5c1cc68aa5eb097c6f1b26