summaryrefslogtreecommitdiffstats
path: root/opengl/java
diff options
context:
space:
mode:
authorRomain Guy <romainguy@google.com>2011-11-21 21:23:49 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2011-11-21 21:23:49 -0800
commit0219af277e5e1ae483c9690cffce33f185b02246 (patch)
tree60dc92432f4b262fafda8648e18850b25a58e9ef /opengl/java
parent4e2ecdd8a78f25f4c234877d5321ebd4e4c0e8f7 (diff)
parentea54d0dc0dfeef5560fea04667804413d522025f (diff)
downloadframeworks_base-0219af277e5e1ae483c9690cffce33f185b02246.zip
frameworks_base-0219af277e5e1ae483c9690cffce33f185b02246.tar.gz
frameworks_base-0219af277e5e1ae483c9690cffce33f185b02246.tar.bz2
am ea54d0dc: am 723218b4: Merge "Hide ManagedEGLContext until we are sure this is the correct API." into ics-mr1
* commit 'ea54d0dc0dfeef5560fea04667804413d522025f': Hide ManagedEGLContext until we are sure this is the correct API.
Diffstat (limited to 'opengl/java')
-rw-r--r--opengl/java/android/opengl/ManagedEGLContext.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/opengl/java/android/opengl/ManagedEGLContext.java b/opengl/java/android/opengl/ManagedEGLContext.java
index 1eafbca..61fa565 100644
--- a/opengl/java/android/opengl/ManagedEGLContext.java
+++ b/opengl/java/android/opengl/ManagedEGLContext.java
@@ -43,6 +43,8 @@ import com.google.android.gles_jni.EGLImpl;
* of the currently created EGL contexts in the process are being managed
* through this class, then they will all be asked to terminate through the
* call to {@link #onTerminate}.
+ *
+ * @hide
*/
public abstract class ManagedEGLContext {
static final String TAG = "ManagedEGLContext";