replicant-frameworks_native/opengl/libs/EGL
Jesse Hall b29e5e8c26 Increment/decrement a counter around EGL calls
This is in preparation for a change that will hibernate the underlying
EGL when idle. Instead of a bare egl_display_t*, get_display() now
returns a egl_display_ptr, which acts like a smart pointer. The
"wakecount" counter managed by the smart pointer isn't used for
anything in this change. It will be used to make sure we don't
hibernate when any thread is in an EGL call, without having to hold a
mutex for the duration of the call.

Change-Id: Iee52f3549a51162efc3800e1195d3f76bba2f2ce
2012-04-09 21:35:17 -07:00
..
egl_cache.cpp remove multiplexing of multiple EGL implementation 2012-02-13 18:11:42 -08:00
egl_cache.h
egl_display.cpp Increment/decrement a counter around EGL calls 2012-04-09 21:35:17 -07:00
egl_display.h Increment/decrement a counter around EGL calls 2012-04-09 21:35:17 -07:00
egl_entries.in
egl_object.cpp Increment/decrement a counter around EGL calls 2012-04-09 21:35:17 -07:00
egl_object.h Increment/decrement a counter around EGL calls 2012-04-09 21:35:17 -07:00
egl_tls.cpp
egl_tls.h
egl.cpp Increment/decrement a counter around EGL calls 2012-04-09 21:35:17 -07:00
eglApi.cpp Increment/decrement a counter around EGL calls 2012-04-09 21:35:17 -07:00
egldefs.h EGLConfig is now not remaped to an internal EGLConfig 2012-02-13 20:23:15 -08:00
getProcAddress.cpp
Loader.cpp EGLConfig is now not remaped to an internal EGLConfig 2012-02-13 20:23:15 -08:00
Loader.h remove multiplexing of multiple EGL implementation 2012-02-13 18:11:42 -08:00
trace.cpp