Merge change 26908 into eclair
* changes: Fix broken Javadoc link for GLSurfaceView.EGLWindowSurfaceFactory.
This commit is contained in:
@ -633,7 +633,7 @@ public class GLSurfaceView extends SurfaceView implements SurfaceHolder.Callback
|
|||||||
* An interface for customizing the eglCreateWindowSurface and eglDestroySurface calls.
|
* An interface for customizing the eglCreateWindowSurface and eglDestroySurface calls.
|
||||||
* <p>
|
* <p>
|
||||||
* This interface must be implemented by clients wishing to call
|
* This interface must be implemented by clients wishing to call
|
||||||
* {@link GLSurfaceView#setEGLContextCreator(EGLContextCreator)}
|
* {@link GLSurfaceView#setEGLWindowSurfaceFactory(EGLWindowSurfaceFactory)}
|
||||||
*/
|
*/
|
||||||
public interface EGLWindowSurfaceFactory {
|
public interface EGLWindowSurfaceFactory {
|
||||||
EGLSurface createWindowSurface(EGL10 egl, EGLDisplay display, EGLConfig config,
|
EGLSurface createWindowSurface(EGL10 egl, EGLDisplay display, EGLConfig config,
|
||||||
|
Reference in New Issue
Block a user