FileDocCategorySizeDatePackage
GLSurfaceView.javaAPI DocAndroid 5.1 API4731Sat Mar 14 14:09:42 GMT 2015android.opengl

GLSurfaceView

public class GLSurfaceView extends android.view.SurfaceView implements android.view.SurfaceHolder.Callback

Fields Summary
public static final int
DEBUG_CHECK_GL_ERROR
public static final int
DEBUG_LOG_GL_CALLS
public static final int
RENDERMODE_CONTINUOUSLY
public static final int
RENDERMODE_WHEN_DIRTY
Constructors Summary
public GLSurfaceView(android.content.Context context)

 super((android.content.Context)null,(android.util.AttributeSet)null,0,0); throw new RuntimeException("Stub!"); 
public GLSurfaceView(android.content.Context context, android.util.AttributeSet attrs)

 super((android.content.Context)null,(android.util.AttributeSet)null,0,0); throw new RuntimeException("Stub!"); 
Methods Summary
protected voidfinalize()

 throw new RuntimeException("Stub!"); 
public intgetDebugFlags()

 throw new RuntimeException("Stub!"); 
public booleangetPreserveEGLContextOnPause()

 throw new RuntimeException("Stub!"); 
public intgetRenderMode()

 throw new RuntimeException("Stub!"); 
protected voidonAttachedToWindow()

 throw new RuntimeException("Stub!"); 
protected voidonDetachedFromWindow()

 throw new RuntimeException("Stub!"); 
public voidonPause()

 throw new RuntimeException("Stub!"); 
public voidonResume()

 throw new RuntimeException("Stub!"); 
public voidqueueEvent(java.lang.Runnable r)

 throw new RuntimeException("Stub!"); 
public voidrequestRender()

 throw new RuntimeException("Stub!"); 
public voidsetDebugFlags(int debugFlags)

 throw new RuntimeException("Stub!"); 
public voidsetEGLConfigChooser(android.opengl.GLSurfaceView$EGLConfigChooser configChooser)

 throw new RuntimeException("Stub!"); 
public voidsetEGLConfigChooser(boolean needDepth)

 throw new RuntimeException("Stub!"); 
public voidsetEGLConfigChooser(int redSize, int greenSize, int blueSize, int alphaSize, int depthSize, int stencilSize)

 throw new RuntimeException("Stub!"); 
public voidsetEGLContextClientVersion(int version)

 throw new RuntimeException("Stub!"); 
public voidsetEGLContextFactory(android.opengl.GLSurfaceView$EGLContextFactory factory)

 throw new RuntimeException("Stub!"); 
public voidsetEGLWindowSurfaceFactory(android.opengl.GLSurfaceView$EGLWindowSurfaceFactory factory)

 throw new RuntimeException("Stub!"); 
public voidsetGLWrapper(android.opengl.GLSurfaceView$GLWrapper glWrapper)

 throw new RuntimeException("Stub!"); 
public voidsetPreserveEGLContextOnPause(boolean preserveOnPause)

 throw new RuntimeException("Stub!"); 
public voidsetRenderMode(int renderMode)

 throw new RuntimeException("Stub!"); 
public voidsetRenderer(android.opengl.GLSurfaceView$Renderer renderer)

 throw new RuntimeException("Stub!"); 
public voidsurfaceChanged(android.view.SurfaceHolder holder, int format, int w, int h)

 throw new RuntimeException("Stub!"); 
public voidsurfaceCreated(android.view.SurfaceHolder holder)

 throw new RuntimeException("Stub!"); 
public voidsurfaceDestroyed(android.view.SurfaceHolder holder)

 throw new RuntimeException("Stub!");