summaryrefslogtreecommitdiffstats
path: root/opengl/java
diff options
context:
space:
mode:
authorRomain Guy <romainguy@google.com>2011-11-21 18:24:23 -0800
committerRomain Guy <romainguy@google.com>2011-11-21 18:27:21 -0800
commitdccf73a50cb2a219182e141bac1d9da82fdaf4d7 (patch)
tree9b49d3a96584d84bc8453eec54ebd4dce6f1313e /opengl/java
parente7005ec9582f11744fa74d9c5c9562f9e4be04dc (diff)
downloadframeworks_base-dccf73a50cb2a219182e141bac1d9da82fdaf4d7.zip
frameworks_base-dccf73a50cb2a219182e141bac1d9da82fdaf4d7.tar.gz
frameworks_base-dccf73a50cb2a219182e141bac1d9da82fdaf4d7.tar.bz2
Hide ManagedEGLContext until we are sure this is the correct API.
Change-Id: If54942d342ca8ea348e10231b2aed3e5d3bd701b
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";