From 82cbaab450d3c5d9f3d52c49881212f250d7cd97 Mon Sep 17 00:00:00 2001 From: Jack Palevich Date: Thu, 24 Sep 2009 11:55:04 -0700 Subject: [PATCH] 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. --- api/current.xml | 112 ++++++++++++++++++ opengl/java/android/opengl/GLSurfaceView.java | 4 - 2 files changed, 112 insertions(+), 4 deletions(-) diff --git a/api/current.xml b/api/current.xml index 9de4797486fa2..5b1e4d1a35a15 100644 --- a/api/current.xml +++ b/api/current.xml @@ -97573,6 +97573,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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. *

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. *

* 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. *

* This interface must be implemented by clients wishing to call