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

/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A DGLCanvas.java26 // GLCanvas gives a convenient interface to draw using OpenGL.
31 public interface GLCanvas { interface
35 // Tells GLCanvas the size of the underlying GL surface. This should be
38 // who only want to draw on the GLCanvas. Both width and height must be
201 * configuration to the one expected by GLCanvas.
/packages/apps/Launcher3/WallpaperPicker/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 267 milliseconds