• Eric Penner's avatar
    GLConsumer: Fix eglTerminate/eglInit edge case. · 2d14a0ed
    Eric Penner authored
    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
    2d14a0ed
GLConsumer.h 21.8 KB