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

/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DGLCanvas.java24 // GLCanvas gives a convenient interface to draw using OpenGL.
29 public interface GLCanvas { interface
33 // Tells GLCanvas the size of the underlying GL surface. This should be
36 // who only want to draw on the GLCanvas. Both width and height must be
199 * configuration to the one expected by GLCanvas.

Completed in 68 milliseconds