replicant-frameworks_native/opengl/libs/EGL
Mathias Agopian b4ba50dd83 fix a typo in EGL loader
the code intended to filter out the software-renderer, but the
test as written was essentially a no-op.

the problem didn't happen most of the time because we had
updated egl.cfg to not even list the software renderer.

the test as written didn't generate a compile-time error
because String8 has a const char* cast operator; but the
end result was to compare pointers instead of the string
itself.

http://code.google.com/p/android/issues/detail?id=54606

Change-Id: I739dd1c838fbc24c5643a631fae19713a8ef1717
2013-04-23 14:20:16 +02:00
..
egl_cache.cpp fix local include paths 2013-04-04 23:30:18 -07:00
egl_cache.h EGL: add the ANDROID suffix to the blob cache ext 2011-11-11 13:17:03 -08:00
egl_display.cpp fix local include paths 2013-04-04 23:30:18 -07:00
egl_display.h fix local include paths 2013-04-04 23:30:18 -07:00
egl_entries.in replace eglWaitSyncANDROID by eglWaitSyncKHR 2013-03-28 14:31:09 -07:00
egl_object.cpp Add ES3 support to libGLESv2 and tracing tools 2013-02-12 16:36:53 -08:00
egl_object.h Add ES3 support to libGLESv2 and tracing tools 2013-02-12 16:36:53 -08:00
egl_tls.cpp improved CallStack a bit 2013-03-21 17:12:40 -07:00
egl_tls.h fix local include paths 2013-04-04 23:30:18 -07:00
egl.cpp fix local include paths 2013-04-04 23:30:18 -07:00
eglApi.cpp fix "traceGpuCompletion" debug feature 2013-04-16 16:41:47 -07:00
egldefs.h fix local include paths 2013-04-04 23:30:18 -07:00
getProcAddress.cpp fix local include paths 2013-04-04 23:30:18 -07:00
Loader.cpp fix a typo in EGL loader 2013-04-23 14:20:16 +02:00
Loader.h remove multiplexing of multiple EGL implementation 2012-02-13 18:11:42 -08:00
trace.cpp Add ES3 support to libGLESv2 and tracing tools 2013-02-12 16:36:53 -08:00