replicant-frameworks_native/opengl/libs/EGL
Jamie Gennis 89c1d61c16 EGL: Use cache sizes defined in the BoardConfig
This change introduces two new BoardConfig variables to control the size
limits of the EGL blob cache.  MAX_EGL_CACHE_ENTRY_SIZE is the size
limit for values inserted into the cache, and MAX_EGL_CACHE_SIZE is the
size limit for all entries in the entire cache (including both keys and
values).  If either of these BoardConfig variables are not defined then
a default size limit is used instead.

Change-Id: I6703d93f966b6389c6499f23d841e42339f9c9d7
2011-11-21 11:48:17 -08:00
..
egl_cache.cpp EGL: Use cache sizes defined in the BoardConfig 2011-11-21 11:48:17 -08: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 be a bit more defensive when parsing extension strings 2011-11-16 16:49:25 -08:00
egl_display.h rework a bit how we manage EGL extensions 2011-11-14 19:05:45 -08:00
egl_entries.in Add (support for) EGL_NV_system_time extension. 2011-09-13 16:44:22 -07:00
egl_object.cpp fix crash when validating an invalid EGL objects 2011-11-14 17:40:21 -08:00
egl_object.h fix crash when validating an invalid EGL objects 2011-11-14 17:40:21 -08:00
egl_tls.cpp don't log EGL errors due to unimplemented proprietary extensions 2011-10-05 19:15:32 -07:00
egl_tls.h don't log EGL errors due to unimplemented proprietary extensions 2011-10-05 19:15:32 -07:00
egl.cpp fix crash when validating an invalid EGL objects 2011-11-14 17:40:21 -08:00
eglApi.cpp rework a bit how we manage EGL extensions 2011-11-14 19:05:45 -08:00
egldefs.h
getProcAddress.cpp
Loader.cpp opengl: EGL: special case for GLES emulation 2011-09-02 15:41:13 +02:00
Loader.h
trace.cpp