summaryrefslogtreecommitdiffstats
path: root/opengl
diff options
context:
space:
mode:
authorRomain Guy <romainguy@google.com>2011-11-21 21:20:57 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2011-11-21 21:20:57 -0800
commitea54d0dc0dfeef5560fea04667804413d522025f (patch)
tree55fdbbb29cc744b487ed0a5f1241f777fd4abcf7 /opengl
parentd0a254566f5f0be5607b4d64839a575c888c94f6 (diff)
parent723218b4f428944bdb11b25d0b30ece56283f696 (diff)
downloadframeworks_base-ea54d0dc0dfeef5560fea04667804413d522025f.zip
frameworks_base-ea54d0dc0dfeef5560fea04667804413d522025f.tar.gz
frameworks_base-ea54d0dc0dfeef5560fea04667804413d522025f.tar.bz2
am 723218b4: Merge "Hide ManagedEGLContext until we are sure this is the correct API." into ics-mr1
* commit '723218b4f428944bdb11b25d0b30ece56283f696': Hide ManagedEGLContext until we are sure this is the correct API.
Diffstat (limited to 'opengl')
-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";