Searched refs:ExtTexture (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A DExtTexture.java19 // ExtTexture is a texture whose content comes from a external texture.
21 public class ExtTexture extends BasicTexture { class in inherits:BasicTexture
25 public ExtTexture(GLCanvas canvas, int target) { method in class:ExtTexture
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DSurfaceTextureScreenNail.java24 import com.android.gallery3d.glrenderer.ExtTexture;
36 protected ExtTexture mExtTexture;
46 mExtTexture = new ExtTexture(canvas, GL_TEXTURE_EXTERNAL_OES);

Completed in 289 milliseconds