commit | 2d14a0ed4f5861bfa67e9db138ffdc70d2d5e6e4 | [log] [tgz] |
---|---|---|
author | Eric Penner <epenner@google.com> | Mon Aug 25 20:16:37 2014 -0700 |
committer | Eric Penner <epenner@google.com> | Wed Aug 27 03:10:58 2014 +0000 |
tree | 848da644b514505f608cda3e143ddb3a15e94278 | |
parent | 7de2bde3c4c3a6ecc7e6f21e3f3322688b718c4a [diff] |
GLConsumer: Fix eglTerminate/eglInit edge case. If a display is terminated and then initialized, we can't detect this using the display itself (it has the same value), but all EglImages still become invalid for the display. This patch detects this during image binding and forces creation of a new EglImage. Bug: 10430249 Change-Id: I75101c50962f21263dca3ec6e241a2e5a3c23dad