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

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

Completed in 321 milliseconds