Go to file
Sangkyu Lee 7290c24354 Avoid overwriting EGL14.EGL_NO_SURFACE
Both EGL14 and EGLExt have the same initialization codes for
EGL14.EGL_NO_SURFACE, EGL14.EGL_NO_CONTEXT and EGL14.EGL_NO_DISPLAY.
Since EGLExt is initialized later, they are overwritten by EGLExt's
initialization codes.
Therefore, EGL_NO_SURFACE returned by methods in EGL14 is not
actually EGL14.EGL_NO_SURFACE object and it makes several problems in
handling error cases.
For instance, "Let's fish" game application cannot be run on L.

To solve the problem, this patch makes EGL14.EGL_NO_SURFACE,
EGL14.EGL_NO_CONTEXT and EGL14.EGL_NO_DISPLAY initialized just once.

Change-Id: Icce878164ff0b715ad2b5a2cd038a9616c7cf1e9
2014-11-25 10:46:06 +09:00
build Add Dalvik heap definition for 7" xhdpi devices. 2013-05-06 15:06:20 -07:00
cmds am 60fd3fee: Migrate CA certificates to all users 2014-10-15 19:26:36 +00:00
data/etc am 60d31a0f: am 3c648e37: Update comment to use correct GPS file for wearable. 2014-09-19 22:02:37 +00:00
include am e42cba8f: Merge "Initialize ARect fields in default ctor" 2014-10-29 23:04:05 +00:00
libs am dbab409c: Merge "Avoid two warnings from clang." 2014-11-04 01:24:07 +00:00
opengl Avoid overwriting EGL14.EGL_NO_SURFACE 2014-11-25 10:46:06 +09:00
services am cb8a9fcc: Merge "Switch to libsigchain.a" 2014-10-21 03:30:18 +00:00
MODULE_LICENSE_APACHE2
NOTICE