replicant-frameworks_native/opengl/libs/EGL
Michael Lentine e2fc6f87be Fix parsing of extension string
Previously the parsing found the next space and then added the the difference
between the current position and space to the set of tokens. This improperly
generated empty strings if there were consecutive spaces or if spaces existed at
the beginning or end of strings. To fix this, the parse is modified to use
simple stringstream parsing.

Bug: 22709246

Change-Id: I9e32c07bbf984eadccdadf1dc34437fa0c46088b
2015-07-31 09:26:58 -07:00
..
egl_cache.cpp
egl_cache.h
egl_display.cpp Remove lock around ref count check in terminate. 2015-01-28 11:54:15 -08:00
egl_display.h am d6fce7ab: Merge "Remove lock around ref count check in terminate." into lmp-mr1-dev 2015-01-28 22:38:42 +00:00
egl_entries.in Implement a number of KHR EGL extensions 2015-07-01 16:52:44 -07:00
egl_object.cpp Fix parsing of extension string 2015-07-31 09:26:58 -07:00
egl_object.h Fix EGL shim extension injection for GL ES 3 drivers. 2015-05-28 15:34:31 -07:00
egl_tls.cpp
egl_tls.h
egl.cpp Fix EGL shim extension injection for GL ES 3 drivers. 2015-05-28 15:34:31 -07:00
eglApi.cpp Implement a number of KHR EGL extensions 2015-07-01 16:52:44 -07:00
egldefs.h
getProcAddress.cpp [MIPS] Fix mips32r1 build 2015-02-02 16:54:15 -08:00
Loader.cpp
Loader.h
trace.cpp