summaryrefslogtreecommitdiffstats
path: root/opengl/java
diff options
context:
space:
mode:
authorJack Palevich <jackpal@google.com>2009-09-24 11:55:04 -0700
committerJack Palevich <jackpal@google.com>2009-09-24 11:55:04 -0700
commit82cbaab450d3c5d9f3d52c49881212f250d7cd97 (patch)
tree56d65701be8b2e4710a03bdafcde925318fd0bf6 /opengl/java
parent4cc86e1ae80eb1938500fe5fa06bbdf8b4b7b50d (diff)
downloadframeworks_base-82cbaab450d3c5d9f3d52c49881212f250d7cd97.zip
frameworks_base-82cbaab450d3c5d9f3d52c49881212f250d7cd97.tar.gz
frameworks_base-82cbaab450d3c5d9f3d52c49881212f250d7cd97.tar.bz2
Publish minor additions to GLSurfaceView API.
Clients can now modify the way that the EGL context and the EGL window surface are created and destroyed.
Diffstat (limited to 'opengl/java')
-rw-r--r--opengl/java/android/opengl/GLSurfaceView.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/opengl/java/android/opengl/GLSurfaceView.java b/opengl/java/android/opengl/GLSurfaceView.java
index 4599b77..070b7ae 100644
--- a/opengl/java/android/opengl/GLSurfaceView.java
+++ b/opengl/java/android/opengl/GLSurfaceView.java
@@ -286,7 +286,6 @@ public class GLSurfaceView extends SurfaceView implements SurfaceHolder.Callback
}
/**
- * @hide
* Install a custom EGLContextFactory.
* <p>If this method is
* called, it must be called before {@link #setRenderer(Renderer)}
@@ -302,7 +301,6 @@ public class GLSurfaceView extends SurfaceView implements SurfaceHolder.Callback
}
/**
- * @hide
* Install a custom EGLWindowSurfaceFactory.
* <p>If this method is
* called, it must be called before {@link #setRenderer(Renderer)}
@@ -609,7 +607,6 @@ public class GLSurfaceView extends SurfaceView implements SurfaceHolder.Callback
}
/**
- * @hide
* An interface for customizing the eglCreateContext and eglDestroyContext calls.
* <p>
* This interface must be implemented by clients wishing to call
@@ -633,7 +630,6 @@ public class GLSurfaceView extends SurfaceView implements SurfaceHolder.Callback
}
/**
- * @hide
* An interface for customizing the eglCreateWindowSurface and eglDestroySurface calls.
* <p>
* This interface must be implemented by clients wishing to call