commit | 6073613967b1b0ba070549291b33fc05de79114b | [log] [tgz] |
---|---|---|
author | Roman Kiryanov <rkir@google.com> | Fri Aug 02 14:37:53 2019 -0700 |
committer | Roman Kiryanov <rkir@google.com> | Fri Aug 02 14:37:53 2019 -0700 |
tree | f144c7ce16b8d72e92d587f1bd765e3e91051bbe | |
parent | 5c5daf9a9f41b3a67cc4d3c2ce7d06f53ce1d1ee [diff] |
Crash in createPBufferSurface if eglCreatePbufferSurface fails EglManager::makeCurrent assumes mPBufferSurface has a valid surface. This assumtion is not satisfied if eglCreatePbufferSurface fails. Bug: 138733217 Test: build Change-Id: I580dca24f440accda458d53f988bb24cbabede36 Signed-off-by: Roman Kiryanov <rkir@google.com>