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

/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A DBitmapTexture.java23 // BitmapTexture is a texture whose content is specified by a fixed Bitmap.
28 public class BitmapTexture extends UploadedTexture { class in inherits:UploadedTexture
31 public BitmapTexture(Bitmap bitmap) { method in class:BitmapTexture
35 public BitmapTexture(Bitmap bitmap, boolean hasBorder) { method in class:BitmapTexture
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/
H A DBitmapTexture.java23 // BitmapTexture is a texture whose content is specified by a fixed Bitmap.
28 public class BitmapTexture extends UploadedTexture { class in inherits:UploadedTexture
31 public BitmapTexture(Bitmap bitmap) { method in class:BitmapTexture
35 public BitmapTexture(Bitmap bitmap, boolean hasBorder) { method in class:BitmapTexture

Completed in 111 milliseconds