Searched defs:GLSurfaceView (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java43 * A GLSurfaceView provides the following features:
62 * <h3>Using GLSurfaceView</h3>
64 * Typically you use GLSurfaceView by subclassing it and overriding one or more of the
66 * methods then GLSurfaceView can be used as-is. For the most part
67 * GLSurfaceView behavior is customized by calling "set" methods rather than by subclassing.
69 * is registered with the GLSurfaceView
72 * <h3>Initializing GLSurfaceView</h3>
73 * All you have to do to initialize a GLSurfaceView is call {@link #setRenderer(Renderer)}.
74 * However, if desired, you can modify the default behavior of GLSurfaceView by calling one or
85 * By default GLSurfaceView wil
162 public class GLSurfaceView extends SurfaceView implements SurfaceHolder.Callback2 { class in inherits:SurfaceView,SurfaceHolder.Callback2
211 public GLSurfaceView(Context context) { method in class:GLSurfaceView
220 public GLSurfaceView(Context context, AttributeSet attrs) { method in class:GLSurfaceView
[all...]

Completed in 77 milliseconds