Home | History | Annotate | Download | only in globaltime

Lines Matching refs:GLView

54  * <p> A GLView object stores common elements of GL state and allows
59 * <p> A GLView is not an actual View; instead, it is meant to be
63 * <p> By passing key events to the GLView object from the View,
69 * GLView mGlView = new GLView();
72 * // Hand the key to the GLView object first
89 * <p> During drawing of a frame, the GLView object should be given the
105 * // Enable a light for the GLView to manipulate
109 * // Allow the GLView to set GL parameters
121 * // Inform the GLView of what was drawn, and ask it to display statistics
175 public class GLView {
311 * Constructs a new GLView.
313 public GLView() {
546 * is not computed by GLView but must be supplied by the
675 * part of a GLView command, true is returned and the calling
682 * @return true if the key is part of a GLView command sequence,