Files
frameworks_base/opengl/java/android/opengl
Jack Palevich b1768998f1 Improve our EGL management when pausing / resuming.
We now release the EGL context when pausing. This
is required to reduce the chance of running out of
contexts on devices which support a limited number
of active EGL contexts.

Someday we may implement a global EGL context
manager that will allow us to let EGL contexts
persist until another activity needs an EGL
context. But for now, without such a manager,
we take the conservative approach.

Separately, we now terminate EGL when
pausing on Sapphire. This is a requirement of the
Sapphire OpenGL driver.
2010-03-24 13:48:27 -07:00
..
2009-12-31 15:29:28 +08:00
2009-12-31 15:29:28 +08:00
2009-05-20 11:28:04 -07:00
2009-05-20 11:28:04 -07:00
2009-12-09 16:34:42 +08:00