commit | 8caf4c6dbb72cee3e3c809de61928d32853c48d9 | [log] [tgz] |
---|---|---|
author | Eric Hassold <hassold@google.com> | Fri Mar 25 11:26:02 2011 -0700 |
committer | Eric Hassold <hassold@google.com> | Fri Mar 25 14:37:19 2011 -0700 |
tree | dc504b872c23251f2e667d6114b5b1d462e85ec7 | |
parent | ba08462ebe766204089c68b346dd3dcf9ddd5fbb [diff] |
Make objects collection a member of egl_display object Move EGL objects (contexts, surfaces, ...) collection from global static into EGL display object. Since EGL implementation currently supports only one display, this doesn't change current logic. This aims at preparing for next coming changes in eglTerminate() to support per-display cleanup. Bug: 4152714 Change-Id: I5e424781b89c3c275f9922f943463d5f6b1f6bc6