Methods Summary |
---|
protected void | finalize() throw new RuntimeException("Stub!");
|
public int | getDebugFlags() throw new RuntimeException("Stub!");
|
public boolean | getPreserveEGLContextOnPause() throw new RuntimeException("Stub!");
|
public int | getRenderMode() throw new RuntimeException("Stub!");
|
protected void | onAttachedToWindow() throw new RuntimeException("Stub!");
|
protected void | onDetachedFromWindow() throw new RuntimeException("Stub!");
|
public void | onPause() throw new RuntimeException("Stub!");
|
public void | onResume() throw new RuntimeException("Stub!");
|
public void | queueEvent(java.lang.Runnable r) throw new RuntimeException("Stub!");
|
public void | requestRender() throw new RuntimeException("Stub!");
|
public void | setDebugFlags(int debugFlags) throw new RuntimeException("Stub!");
|
public void | setEGLConfigChooser(android.opengl.GLSurfaceView$EGLConfigChooser configChooser) throw new RuntimeException("Stub!");
|
public void | setEGLConfigChooser(boolean needDepth) throw new RuntimeException("Stub!");
|
public void | setEGLConfigChooser(int redSize, int greenSize, int blueSize, int alphaSize, int depthSize, int stencilSize) throw new RuntimeException("Stub!");
|
public void | setEGLContextClientVersion(int version) throw new RuntimeException("Stub!");
|
public void | setEGLContextFactory(android.opengl.GLSurfaceView$EGLContextFactory factory) throw new RuntimeException("Stub!");
|
public void | setEGLWindowSurfaceFactory(android.opengl.GLSurfaceView$EGLWindowSurfaceFactory factory) throw new RuntimeException("Stub!");
|
public void | setGLWrapper(android.opengl.GLSurfaceView$GLWrapper glWrapper) throw new RuntimeException("Stub!");
|
public void | setPreserveEGLContextOnPause(boolean preserveOnPause) throw new RuntimeException("Stub!");
|
public void | setRenderMode(int renderMode) throw new RuntimeException("Stub!");
|
public void | setRenderer(android.opengl.GLSurfaceView$Renderer renderer) throw new RuntimeException("Stub!");
|
public void | surfaceChanged(android.view.SurfaceHolder holder, int format, int w, int h) throw new RuntimeException("Stub!");
|
public void | surfaceCreated(android.view.SurfaceHolder holder) throw new RuntimeException("Stub!");
|
public void | surfaceDestroyed(android.view.SurfaceHolder holder) throw new RuntimeException("Stub!");
|