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

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

Completed in 65 milliseconds