HomeSort by relevance Sort by last modified time
    Searched defs:GLSurfaceView (Results 1 - 5 of 5) sorted by null

  /frameworks/base/opengl/java/android/opengl/
GLSurfaceView.java 44 * A GLSurfaceView provides the following features:
57 * <h3>Using GLSurfaceView</h3>
59 * Typically you use GLSurfaceView by subclassing it and overriding one or more of the
61 * methods then GLSurfaceView can be used as-is. For the most part
62 * GLSurfaceView behavior is customized by calling "set" methods rather than by subclassing.
64 * is registered with the GLSurfaceView
67 * <h3>Initializing GLSurfaceView</h3>
68 * All you have to do to initialize a GLSurfaceView is call {@link #setRenderer(Renderer)}.
69 * However, if desired, you can modify the default behavior of GLSurfaceView by calling one or
80 * By default GLSurfaceView will create a PixelFormat.RGB_565 format surface. If a translucen
    [all...]
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/4/
android.jar 

Completed in 76 milliseconds